Browse Source

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

closed-social-glitch-2
Claire 3 years ago
committed by GitHub
parent
commit
9e5a1daa9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions
  1. +12
    -0
      app/javascript/styles/mastodon/boost.scss
  2. +7
    -0
      app/javascript/styles/mastodon/components.scss

+ 12
- 0
app/javascript/styles/mastodon/boost.scss
File diff suppressed because it is too large
View File


+ 7
- 0
app/javascript/styles/mastodon/components.scss View File

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