Skip to content

Commit af6e8c6

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

File tree

2 files changed

+5
-5
lines changed
  • app
    • code/Magento/Catalog/Block/Adminhtml/Category
    • design/adminhtml/Magento/backend/Magento_Catalog/web/css/source

2 files changed

+5
-5
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Category/Tree.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2024 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// /**
2-
// * Copyright © Magento, Inc. All rights reserved.
3-
// * See COPYING.txt for license details.
2+
// * Copyright 2024 Adobe
3+
// * All Rights Reserved.
44
// */
55

66
@color-grey: #aaa;
@@ -73,7 +73,7 @@
7373

7474
.catalog-category-edit,
7575
.catalog-category-add {
76-
//TODO refactor trees
76+
// TODO refactor trees
7777
.x-tree.tree-wrapper {
7878
overflow-x: auto;
7979
}

0 commit comments

Comments
 (0)