1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

Rename JS sub-components so that descriptors are before the noun, not after

This commit is contained in:
Toby Zerner
2015-05-18 18:50:58 +09:30
parent 2be7c4affc
commit ed98a18681
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
.badge-sticky {
background: #d13e32;
}
.post-discussion-stickied {
.discussion-stickied-post {
& .post-icon, & .post-activity-info, & .post-activity-info a {
color: #d13e32;
}