update
This commit is contained in:
parent
cc723085fb
commit
bc1fc4446d
2 changed files with 21 additions and 26 deletions
|
@ -1451,38 +1451,36 @@ 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; }
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include button(header-hover);
|
@include button(header-hover);
|
||||||
transition: $button_transition;
|
transition: $button_transition;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
@include button(header-active);
|
@include button(header-active);
|
||||||
transition: $button_transition;
|
transition: $button_transition;
|
||||||
transition-duration: 300ms;
|
transition-duration: 300ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked {
|
&:checked {
|
||||||
@include button(header-checked);
|
@include button(header-checked);
|
||||||
transition: $button_transition;
|
transition: $button_transition;
|
||||||
transition-duration: 300ms;
|
transition-duration: 300ms;
|
||||||
|
|
||||||
&:hover { background-image: none; }
|
&:hover { background-image: none; }
|
||||||
|
|
||||||
&:disabled {
|
|
||||||
@include button(header-insensitive-active);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@include button(header-insensitive);
|
@include button(header-insensitive-active);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
@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