scss: give style to aria-pressed buttons (#71887)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea-wip/publik-base-theme/pipeline/head Build started... Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2022-11-30 15:46:00 +01:00
parent 7c0914a482
commit 1b47face08
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ div.buttons div {
box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.21);
text-decoration: none;
&:hover {
&[aria-pressed=true], &:hover {
box-shadow: 0px 0px 5px #777;
background: $button-hover-background;
color: $button-hover-color;