Disable sensitive button when with content warnings (#4460)
This commit is contained in:
committed by
Eugen Rochko
parent
e1fcad34a9
commit
bb85043f46
@ -148,13 +148,17 @@
|
||||
color: $ui-base-lighter-color;
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $ui-highlight-color;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: $ui-primary-color;
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $ui-highlight-color;
|
||||
|
||||
&.disabled {
|
||||
color: lighten($ui-highlight-color, 13%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.overlayed {
|
||||
|
Reference in New Issue
Block a user