mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style: Remove important override on button insensitive style
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2823>
This commit is contained in:
parent
d9ed67be1c
commit
b6259428f5
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@
|
|||
|
||||
// insensitive button
|
||||
@else if $t==insensitive {
|
||||
color: if($variant == 'light', transparentize($tc, .6), transparentize($tc, .5)) !important;
|
||||
color: if($variant == 'light', transparentize($tc, .6), transparentize($tc, .5));
|
||||
background-color: if($variant == 'light', transparentize($tc, .9), transparentize($tc, .95));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue