diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index a5d9883a..d813ea99 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3751,7 +3751,7 @@ stacksidebar { } @at-root %sidebar_button, - button.sidebar-button { + button.sidebar-button:not(.flat) { min-width: $small_size + 2px; min-height: $small_size + 2px; margin-top: 2px; @@ -3770,15 +3770,6 @@ stacksidebar { &:not(:hover):not(:active) > image { opacity: 0.65 }; } - &:selected button.sidebar-button { - @include button(normal); - - &:active, &:checked { - @include button(flat-active); - border-color: if($variant=='light', rgba(black, 0.25), rgba(black, 0.15)); - } - } - &.sidebar-placeholder-row { padding: 0 $container_padding + 2px; min-height: 2px;