fleet/frontend/components/ActionsDropdown/_styles.scss
2024-10-31 11:14:55 -04:00

6 lines
162 B
SCSS

// All other styling in customStyles part of react-select-5
.actions-dropdown-select__control {
&:focus-visible {
background-color: $core-fleet-blue;
}
}