Merge pull request #4787 from jomaxro/patch-1

Mobile CSS for deleted topics is inconsistent with desktop CSS
This commit is contained in:
Régis Hanol 2017-04-03 10:13:06 +02:00 committed by GitHub
commit 916ba945fe

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 {