Fleet UI: Unreleased icon hover color bug (#26103)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user