Merge pull request #4787 from jomaxro/patch-1
Mobile CSS for deleted topics is inconsistent with desktop CSS
This commit is contained in:
commit
916ba945fe
|
@ -475,7 +475,9 @@ button.select-post {
|
||||||
|
|
||||||
|
|
||||||
.deleted {
|
.deleted {
|
||||||
|
.topic-body {
|
||||||
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.deleted-user-avatar {
|
.deleted-user-avatar {
|
||||||
|
|
Loading…
Reference in New Issue