Skip to content

Commit c602476

Browse files
fix(combobox): match "clear selection" icon fill when disabled (#8208)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 76f61a6 commit c602476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/components/src/components/list-box/_list-box.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ $list-box-menu-width: rem(300px);
187187
color: $disabled-02;
188188
}
189189

190-
.#{$prefix}--list-box--disabled .#{$prefix}--list-box__menu-icon > svg {
190+
.#{$prefix}--list-box--disabled .#{$prefix}--list-box__menu-icon > svg,
191+
.#{$prefix}--list-box--disabled .#{$prefix}--list-box__selection > svg {
191192
fill: $disabled-02;
192193

193194
// Windows, Firefox HCM Fix

0 commit comments

Comments
 (0)