UX: Flags lost their red color on dropdown

This commit is contained in:
Robin Ward 2017-09-07 16:22:17 -04:00
parent a9737e2813
commit f6fb94d31f
1 changed files with 4 additions and 3 deletions

View File

@ -51,14 +51,15 @@
} }
} }
.flagged-posts, .queued-posts {
background: $danger;
}
.d-header-icons { .d-header-icons {
text-align: center; text-align: center;
margin: 0 0 0 5px; margin: 0 0 0 5px;
list-style: none; list-style: none;
.flagged-posts, .queued-posts {
background: $danger;
}
> li { > li {
float: left; float: left;