mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
13 lines
199 B
SCSS
13 lines
199 B
SCSS
.input-with-icon {
|
|
::placeholder {
|
|
color: $core-fleet-blue;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
#app {
|
|
.Select.is-disabled > .Select-control {
|
|
background: transparent;
|
|
pointer-events: none;
|
|
}
|
|
}
|