Skip to content

Commit 27ac02d

Browse files
authored
fix(combobox): update the focused chevron icon color (#9202)
**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.
1 parent 45d5294 commit 27ac02d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/calcite-components/src/components/combobox/combobox.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
padding-block: calc(var(--calcite-combobox-item-spacing-unit-s) / 4);
6161
padding-inline: var(--calcite-combobox-item-spacing-unit-l);
6262

63-
&:focus-within,
64-
&:active,
6563
&:hover {
6664
.icon {
6765
color: var(--calcite-color-text-1);

0 commit comments

Comments
 (0)