mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
Merge pull request #3264 from awesomerobot/master
bullet category fixes
This commit is contained in:
@ -55,7 +55,7 @@
|
|||||||
span.badge-category {
|
span.badge-category {
|
||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
margin-top: -1px; //vertical alignment fix
|
line-height: 1;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
@ -163,6 +163,18 @@
|
|||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.bullet>.badge-category {
|
||||||
|
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
|
||||||
|
color: $primary !important;
|
||||||
|
|
||||||
|
.badge-category-bg {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-dropdown-menu {
|
.category-dropdown-menu {
|
||||||
|
Reference in New Issue
Block a user