diff --git a/themes/horizon/scss/sidebar.scss b/themes/horizon/scss/sidebar.scss index 33fe8469eb525..b5ac02759c3e9 100644 --- a/themes/horizon/scss/sidebar.scss +++ b/themes/horizon/scss/sidebar.scss @@ -93,3 +93,15 @@ } } } + +.sidebar-theme-toggle__wrapper { + order: -1; + + .d-icon-paintbrush { + display: none; + } +} + +.sidebar-theme-toggle-dropdown.select-kit.combo-box .select-kit-header { + padding-left: 1em; +}