Skip to content

Commit

Permalink
New: Add drawer item locked state (#488)
Browse files Browse the repository at this point in the history
* Add drawer item locked state. Locked state inherits from disabled state by default.
  • Loading branch information
kirsty-hames authored Jan 29, 2024
1 parent 1354de8 commit 79aad47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/core/drawerItem.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}
}

&__item-btn.is-locked,
&__item-btn.is-disabled {
background-color: @disabled;
color: @disabled-inverted;
Expand Down

0 comments on commit 79aad47

Please sign in to comment.