Fix dark-mode contrast: 'Undetermined' label and Dropdown control (#45420)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user