mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Mobile CSS for deleted topics is inconsistent
with desktop css - mobile targets a less specific class
This commit is contained in:
@@ -475,7 +475,9 @@ button.select-post {
|
||||
|
||||
|
||||
.deleted {
|
||||
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
||||
.topic-body {
|
||||
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
||||
}
|
||||
}
|
||||
|
||||
.deleted-user-avatar {
|
||||
|
||||
Reference in New Issue
Block a user