Skip to content

Commit

Permalink
fix: less fixes for category dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jul 27, 2020
1 parent 24535a6 commit db07dd8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions public/less/admin/manage/categories.less
@@ -1,5 +1,5 @@
div.categories {
ul {
ul[data-cid] {
.no-select;
list-style-type: none;
margin: 0;
Expand All @@ -19,6 +19,14 @@ div.categories {
border-bottom: 0px;
}
}
> li {
margin: @acp-base-line 0;

&.placeholder {
border: 1px dashed #2196F3;
background-color: #E1F5FE;
}
}
}

.stats {
Expand All @@ -32,14 +40,6 @@ div.categories {
}
}

li {
margin: @acp-base-line 0;

&.placeholder {
border: 1px dashed #2196F3;
background-color: #E1F5FE;
}
}

.disabled > .category-row {

Expand Down

0 comments on commit db07dd8

Please sign in to comment.