Improved readability of vote button
This commit is contained in:
parent
be266473af
commit
3470cf2a78
|
@ -24,6 +24,15 @@ $ui-base-color: $classic-base-color;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Vote button: CR 3.21 (AA for UI) */
|
||||||
|
.button .button-secondary {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
/* Deactivated vote button: CR 5.04 (AA) */
|
||||||
|
.button .button-secondary :deactivated {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
/* Account view background: CR 11.84 (AAA) against white text
|
/* Account view background: CR 11.84 (AAA) against white text
|
||||||
* (Unknown variable, components.scss):
|
* (Unknown variable, components.scss):
|
||||||
.account__header {
|
.account__header {
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-button.inverted,
|
.icon-button .inverted,
|
||||||
.text-icon-button,
|
.text-icon-button,
|
||||||
.character-counter {
|
.character-counter {
|
||||||
color: #88588c;
|
color: #88588c;
|
||||||
|
@ -82,14 +82,25 @@
|
||||||
.button,
|
.button,
|
||||||
.button .logo-button {
|
.button .logo-button {
|
||||||
/* background: #c870ff */
|
/* background: #c870ff */
|
||||||
background: #c363ff !important;
|
background: #c363ff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button .button-secondary {
|
||||||
|
/* color: #9bcbed; */
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button .button-secondary:disabled {
|
||||||
|
/* opacity: .5; */
|
||||||
|
opacity: .7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__content__spoiler-link {
|
.status__content__spoiler-link {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spoiler-button__overlay__label {
|
.spoiler-button__overlay__label {
|
||||||
background: rgba(0,0,0,.6);
|
background: rgba(0, 0, 0, .6);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 631px) {
|
@media screen and (min-width: 631px) {
|
||||||
|
|
Loading…
Reference in New Issue