This commit is contained in:
vinceliuice 2023-01-23 13:08:27 +08:00
parent cc723085fb
commit bc1fc4446d
2 changed files with 21 additions and 26 deletions

View file

@ -1451,7 +1451,6 @@ actionbar {
// Headerbar Buttons // Headerbar Buttons
%headerbar_buttons { %headerbar_buttons {
&:not(.flat) {
@include button(header-normal); @include button(header-normal);
&:backdrop { opacity: 0.65; background-image: none; } &:backdrop { opacity: 0.65; background-image: none; }
@ -1482,7 +1481,6 @@ actionbar {
&:disabled { &:disabled {
@include button(header-insensitive); @include button(header-insensitive);
} }
}
} }
headerbar { headerbar {

View file

@ -37,9 +37,6 @@
&:hover { color: $dark_sidebar_fg; } &:hover { color: $dark_sidebar_fg; }
} }
} }
// .NemoSidebar {
// }
} }
paned > separator { background-image: image($solid_borders_color); } paned > separator { background-image: image($solid_borders_color); }