mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 15:09:20 +00:00
6 lines
162 B
SCSS
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;
|
|
}
|
|
}
|