Skip to content

Commit

Permalink
Fix prev/next buttons color in media viewer (mastodon#25231)
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap authored and skerit committed Jul 7, 2023
1 parent 1b8ecc9 commit d8e0ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon/components.scss
Expand Up @@ -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;
Expand All @@ -5485,7 +5485,7 @@ a.status-card.compact:hover {
&:hover,
&:focus,
&:active {
color: $primary-text-color;
color: $white;
}
}

Expand Down

0 comments on commit d8e0ea2

Please sign in to comment.