Skip to content

Commit

Permalink
fix(combobox): update the focused chevron icon color (#9202)
Browse files Browse the repository at this point in the history
**Related Issue:**
[#7711](#7711)

### Summary
This updates `combobox` chevron colors to be --calcite-color-text-3 when
idle or focused, and `--calcite-color-text-1` when hovered.
  • Loading branch information
aPreciado88 committed Apr 26, 2024
1 parent 45d5294 commit 27ac02d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
padding-block: calc(var(--calcite-combobox-item-spacing-unit-s) / 4);
padding-inline: var(--calcite-combobox-item-spacing-unit-l);

&:focus-within,
&:active,
&:hover {
.icon {
color: var(--calcite-color-text-1);
Expand Down

0 comments on commit 27ac02d

Please sign in to comment.