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 {
&:not(.flat) {
@include button(header-normal);
&:backdrop { opacity: 0.65; background-image: none; }
@ -1483,7 +1482,6 @@ actionbar {
@include button(header-insensitive);
}
}
}
headerbar {
min-height: $headerbar_size;

View file

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