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