mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
UX: Fix bar-style category dropdown (#14785)
This commit is contained in:
parent
44b3b614bd
commit
116b93595a
@ -116,7 +116,7 @@
|
||||
|
||||
span.badge-category {
|
||||
color: var(--primary-high);
|
||||
padding: 1px 3px;
|
||||
padding-left: 4px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@ -127,9 +127,9 @@
|
||||
|
||||
.badge-category-parent-bg,
|
||||
.badge-category-bg {
|
||||
// Subcategories
|
||||
display: inline-block;
|
||||
padding: 0 1px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
|
||||
&:before {
|
||||
content: "\a0";
|
||||
|
@ -19,10 +19,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.bar.has-selection .category-drop-header {
|
||||
padding: 0 5px 0 10px;
|
||||
}
|
||||
|
||||
&.box.has-selection .category-drop-header {
|
||||
.badge-wrapper.box {
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user