mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix disabled color (#1434)
This commit is contained in:
parent
00ea74ed80
commit
567f43d4a3
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@
|
|||
}
|
||||
|
||||
&.is-disabled {
|
||||
color: $ui-gray;
|
||||
color: $ui-fleet-black-25;
|
||||
|
||||
.Select-icon {
|
||||
visibility: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue