mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 02:32:45 +08:00
FIX: deleted message color was wrong on mobile
This commit is contained in:
parent
801d04997a
commit
6137a5f00b
|
@ -423,7 +423,7 @@ button.select-post {
|
||||||
|
|
||||||
|
|
||||||
.deleted {
|
.deleted {
|
||||||
background-color: scale-color($danger, $lightness: 75%);
|
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#show-topic-admin {
|
#show-topic-admin {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user