2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

View file

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