mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: less fixes for category dropdown
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
div.categories {
|
div.categories {
|
||||||
ul {
|
ul[data-cid] {
|
||||||
.no-select;
|
.no-select;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -19,6 +19,14 @@ div.categories {
|
|||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
> li {
|
||||||
|
margin: @acp-base-line 0;
|
||||||
|
|
||||||
|
&.placeholder {
|
||||||
|
border: 1px dashed #2196F3;
|
||||||
|
background-color: #E1F5FE;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.stats {
|
.stats {
|
||||||
@@ -32,14 +40,6 @@ div.categories {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
|
||||||
margin: @acp-base-line 0;
|
|
||||||
|
|
||||||
&.placeholder {
|
|
||||||
border: 1px dashed #2196F3;
|
|
||||||
background-color: #E1F5FE;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled > .category-row {
|
.disabled > .category-row {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user