mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Merge branch 'wip/jimmac/make-toolbar-togglebuttons-visible' into 'master'
theme: make toggled tbuttons in toolbars visible Closes #4264 See merge request GNOME/gtk!3959
This commit is contained in:
commit
025759e614
@ -897,13 +897,8 @@ modelbutton.flat arrow {
|
|||||||
|
|
||||||
.toolbar button {
|
.toolbar button {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
@extend %undecorated_button;
|
|
||||||
|
|
||||||
&:hover { @include button('hover'); }
|
@extend %button_basic_flat;
|
||||||
&:active { @include button('active'); }
|
|
||||||
&:disabled { @include button('insensitive'); }
|
|
||||||
&:backdrop { @include button('backdrop'); }
|
|
||||||
&:backdrop:disabled { @include button('backdrop-insensitive'); }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button.color {
|
button.color {
|
||||||
|
Loading…
Reference in New Issue
Block a user