style: Fix background fill on tile_buttons
- addresses issue with tiles overlapping each other in the grid Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7577 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3551>
This commit is contained in:
parent
b426119a7e
commit
fa16d4dc91
@ -360,6 +360,9 @@
|
|||||||
&:insensitive { @include button(insensitive, $tc:$fg, $c:$bg, $always_dark: $system);}
|
&:insensitive { @include button(insensitive, $tc:$fg, $c:$bg, $always_dark: $system);}
|
||||||
} @else {
|
} @else {
|
||||||
@include button(normal, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);
|
@include button(normal, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);
|
||||||
|
// override the mixin to have the flat button always be transparent
|
||||||
|
// fixes issue with overlapping tiles
|
||||||
|
background-color: transparent;
|
||||||
&:focus { @include button(focus, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);}
|
&:focus { @include button(focus, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);}
|
||||||
&:hover { @include button(hover, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);}
|
&:hover { @include button(hover, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);}
|
||||||
&:active { @include button(active, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);}
|
&:active { @include button(active, $tc:$fg, $c:$bg, $style: flat, $always_dark: $system);}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user