0
0
Fork 0

Disable sensitive button when with content warnings (#4460)

This commit is contained in:
Yamagishi Kazutoshi 2017-07-31 12:06:56 +09:00 committed by Eugen Rochko
parent e1fcad34a9
commit bb85043f46
3 changed files with 19 additions and 8 deletions

View file

@ -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 {