Fleet UI: Fix unreleased border showing up on hover of dropdown with no border (#21528)

This commit is contained in:
RachelElysia
2024-08-23 11:12:40 -04:00
committed by GitHub
parent e77778416f
commit b0025fbe98
@@ -70,9 +70,10 @@
&:hover:not(.is-disabled) {
box-shadow: none;
border: 1px solid $core-vibrant-blue;
border-color: $core-vibrant-blue;
}
}
.Select-control {
background-color: $ui-light-grey;
border: 0;