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

local
Renaud Chaput 12 months ago committed by GitHub
parent d39bce963f
commit 675672feb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/styles/mastodon/components.scss

@ -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;
}
}

Loading…
Cancel
Save