Mobile CSS for deleted topics is inconsistent

with desktop css - mobile targets a less specific class
This commit is contained in:
jomaxro 2017-03-31 12:48:32 -04:00 committed by GitHub
parent 2418daeb63
commit d5d5cfc2f4
1 changed files with 3 additions and 1 deletions

View File

@ -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 {