Fleet UI: Unreleased icon hover color bug (#26103)

This commit is contained in:
RachelElysia
2025-02-05 15:49:05 -05:00
committed by GitHub
parent d5317ab753
commit 103d5e8920
@@ -269,6 +269,9 @@ const DropdownWrapper = ({
".dropdown-wrapper__indicator path": {
stroke: COLORS["core-vibrant-blue-over"],
},
".filter-icon path": {
fill: COLORS["core-vibrant-blue-over"],
},
},
// When tabbing
// Relies on --is-focused for styling as &:focus-visible cannot be applied
@@ -280,9 +283,6 @@ const DropdownWrapper = ({
stroke: COLORS["core-vibrant-blue-over"],
},
},
".filter-icon path": {
fill: COLORS["core-vibrant-blue-over"],
},
...(state.isDisabled && {
".dropdown-wrapper__single-value": {
color: COLORS["ui-fleet-black-50"],