From b66d6a38c441f10f3816ec1974ae0550b42ead2d Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 5 Oct 2024 16:17:52 +0330 Subject: [PATCH] Make disabled arrow more distinguishable Change-Id: I2b70195ce5135dc181ef8b80af1aead0304a9cfc --- modules/ext.categoryTree.styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ext.categoryTree.styles.less b/modules/ext.categoryTree.styles.less index 8f8063d2..5113c63d 100644 --- a/modules/ext.categoryTree.styles.less +++ b/modules/ext.categoryTree.styles.less @@ -92,7 +92,7 @@ } .CategoryTreeEmptyBullet { - .expandable-arrow( @color-disabled ); + .expandable-arrow( @background-color-disabled ); } /* Hide toggle buttons for clients without JavaScript */