Fix styling of boost button in media modal not reflecting ability to boost (#16387)

master
Claire 3 years ago committed by GitHub
parent e592e47e19
commit 9e5a1daa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/javascript/styles/mastodon/boost.scss
  2. 7
      app/javascript/styles/mastodon/components.scss

File diff suppressed because one or more lines are too long

@ -4732,6 +4732,13 @@ a.status-card.compact:hover {
background: rgba($gold-star, 0.3);
}
}
&.disabled {
color: $white;
background-color: transparent;
cursor: default;
opacity: 0.4;
}
}
}
}

Loading…
Cancel
Save