~cytrogen/masto-fe

675672feb6011aff990e1caa7383ed3357e5d76b — Renaud Chaput 2 years ago d39bce9
Fix prev/next buttons color in media viewer (#25231)

1 files changed, 2 insertions(+), 2 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +2 -2
@@ 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;
  }
}