mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-19 05:04:04 +01:00
[Glitch] Fix spoiler buttons css not rendering correct color in light theme
Port 0beb095a4b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
a8c854b3ea
commit
6eac1cfccd
1 changed files with 2 additions and 1 deletions
|
@ -268,7 +268,8 @@ html {
|
||||||
.status__content .status__content__spoiler-link {
|
.status__content .status__content__spoiler-link {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
background: lighten($ui-base-color, 4%);
|
background: lighten($ui-base-color, 4%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue