Fix dark-mode contrast: 'Undetermined' label and Dropdown control (#45420)

This commit is contained in:
Luke Heath
2026-05-13 18:35:30 -05:00
committed by GitHub
parent 2c13d05d79
commit eadfaff65d
2 changed files with 1 additions and 4 deletions
@@ -8,7 +8,6 @@
color: $core-fleet-black;
&--undetermined {
color: $ui-fleet-black-50;
font-style: italic;
}
}
@@ -297,10 +297,8 @@
box-sizing: border-box;
height: 34px;
// Override react-select's hardcoded `.Select-control .Select-input:focus
// { background: #fff; }` so the input stays themed when the menu is open.
&:focus {
background: $core-fleet-white;
background: transparent;
}
> input {