Skip to content

Commit

Permalink
fix(combobox): match "clear selection" icon fill when disabled (#8208)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
janhassel and kodiakhq[bot] committed Mar 29, 2021
1 parent 76f61a6 commit c602476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ $list-box-menu-width: rem(300px);
color: $disabled-02;
}

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

// Windows, Firefox HCM Fix
Expand Down

0 comments on commit c602476

Please sign in to comment.