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

This commit is contained in:
Renaud Chaput 2023-06-01 02:25:38 +02:00 committed by GitHub
parent d39bce963f
commit 675672feb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
} }
} }