mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style: Change insensitive style on quick settings submenu
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3076>
This commit is contained in:
parent
d3c3e02d52
commit
43e45d4b5f
1 changed files with 4 additions and 3 deletions
|
|
@ -92,9 +92,10 @@
|
|||
.quick-toggle-menu {
|
||||
@include card;
|
||||
|
||||
// override some card styles
|
||||
background-color: $bg_color !important;
|
||||
color: $fg_color !important;
|
||||
&:insensitive {
|
||||
// override insensitive style on submenu
|
||||
@include button(normal);
|
||||
}
|
||||
|
||||
border-radius: $base_border_radius * 3;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue