Skip to content

Commit 032246a

Browse files
committed
ACP2E-3350: Disabled Categories are no longer have their names grayed out in the category tree
1 parent a51031a commit 032246a

File tree

1 file changed

+4
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source

1 file changed

+4
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source/_module.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// * See COPYING.txt for license details.
44
// */
55

6+
@color-grey: #aaa;
7+
68
//
79
// Catalog product grid
810
// ---------------------------------------------
@@ -71,7 +73,7 @@
7173

7274
.catalog-category-edit,
7375
.catalog-category-add {
74-
// TODO: refactor trees
76+
//TODO refactor trees
7577
.x-tree.tree-wrapper {
7678
overflow-x: auto;
7779
}
@@ -128,6 +130,6 @@
128130

129131
.jstree-children {
130132
.not-active-category {
131-
color: #aaaaaa;
133+
color: @color-grey;
132134
}
133135
}

0 commit comments

Comments
 (0)