update
This commit is contained in:
parent
cc723085fb
commit
bc1fc4446d
2 changed files with 21 additions and 26 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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); }
|
||||||
|
|
Loading…
Reference in a new issue