Fleet UI: Fix unreleased border showing up on hover of dropdown with no border (#21528)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user