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

This commit is contained in:
Claire 2021-06-25 04:45:30 +02:00 committed by GitHub
parent e592e47e19
commit 9e5a1daa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

File diff suppressed because one or more lines are too long

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