From db07dd85650bbdb31d532dd7922a2897f56b8847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 27 Jul 2020 13:03:34 -0400 Subject: [PATCH] fix: less fixes for category dropdown --- public/less/admin/manage/categories.less | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/less/admin/manage/categories.less b/public/less/admin/manage/categories.less index 71f877778d66..033bbdb81512 100644 --- a/public/less/admin/manage/categories.less +++ b/public/less/admin/manage/categories.less @@ -1,5 +1,5 @@ div.categories { - ul { + ul[data-cid] { .no-select; list-style-type: none; margin: 0; @@ -19,6 +19,14 @@ div.categories { border-bottom: 0px; } } + > li { + margin: @acp-base-line 0; + + &.placeholder { + border: 1px dashed #2196F3; + background-color: #E1F5FE; + } + } } .stats { @@ -32,14 +40,6 @@ div.categories { } } - li { - margin: @acp-base-line 0; - - &.placeholder { - border: 1px dashed #2196F3; - background-color: #E1F5FE; - } - } .disabled > .category-row {