SpoilerButton: fix CSS, fixes 163

This commit is contained in:
Alex Gleason 2020-06-07 19:42:53 -05:00
parent 3a6b4e9628
commit 5ee3ec1114
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -27,7 +27,7 @@
&__label {
display: inline-block;
background: rgba($base-overlay-background, 0.5);
background: var(--accent-color--faint);
border-radius: 8px;
padding: 8px 12px;
color: var(--primary-text-color);
@ -39,7 +39,7 @@
&:focus,
&:active {
.spoiler-button__overlay__label {
background: rgba($base-overlay-background, 0.8);
background: var(--accent-color--med);
}
}
}