Fix prev/next buttons color in media viewer (#25231)

lolsob-rspec
Renaud Chaput 2023-06-01 02:25:38 +02:00 committed by GitHub
parent 3b664f9b19
commit 40e756f291
1 changed files with 2 additions and 2 deletions

View File

@ -5470,7 +5470,7 @@ a.status-card.compact:hover {
background: transparent; background: transparent;
box-sizing: border-box; box-sizing: border-box;
border: 0; border: 0;
color: rgba($primary-text-color, 0.7); color: rgba($white, 0.7);
cursor: pointer; cursor: pointer;
display: flex; display: flex;
align-items: center; align-items: center;
@ -5485,7 +5485,7 @@ a.status-card.compact:hover {
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
color: $primary-text-color; color: $white;
} }
} }