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
@ -214,7 +214,7 @@
|
|||||||
|
|
||||||
// insensitive button
|
// insensitive button
|
||||||
@else if $t==insensitive {
|
@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));
|
background-color: if($variant == 'light', transparentize($tc, .9), transparentize($tc, .95));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user