Mobile CSS for deleted topics is inconsistent
with desktop css - mobile targets a less specific class
This commit is contained in:
parent
2418daeb63
commit
d5d5cfc2f4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue