SpoilerButton: fix CSS, fixes 163
This commit is contained in:
parent
3a6b4e9628
commit
5ee3ec1114
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
&__label {
|
&__label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: rgba($base-overlay-background, 0.5);
|
background: var(--accent-color--faint);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
.spoiler-button__overlay__label {
|
.spoiler-button__overlay__label {
|
||||||
background: rgba($base-overlay-background, 0.8);
|
background: var(--accent-color--med);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue