From 79aad47fc1b060428ae3480cf53c5f147749c43a Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Mon, 29 Jan 2024 12:05:25 +0000 Subject: [PATCH] New: Add drawer item locked state (#488) * Add drawer item locked state. Locked state inherits from disabled state by default. --- less/core/drawerItem.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/core/drawerItem.less b/less/core/drawerItem.less index b0445eba..efe11aa6 100644 --- a/less/core/drawerItem.less +++ b/less/core/drawerItem.less @@ -13,6 +13,7 @@ } } + &__item-btn.is-locked, &__item-btn.is-disabled { background-color: @disabled; color: @disabled-inverted;