FIX: queued posts had a red background

This commit is contained in:
Robin Ward 2017-09-10 14:26:55 -04:00
parent 87b4615eee
commit 238557883f
1 changed files with 4 additions and 2 deletions

View File

@ -51,8 +51,10 @@
}
}
.flagged-posts, .queued-posts {
background: $danger;
.header-dropdown-toggle {
.flagged-posts, .queued-posts {
background: $danger;
}
}
.d-header-icons {