Remove border around actions button (#8363)

This commit is contained in:
Luke Heath
2022-10-20 12:29:32 -05:00
committed by GitHub
parent 5a74bff27b
commit ed174c4847
2 changed files with 6 additions and 1 deletions
@@ -7,6 +7,12 @@
.Select {
position: relative;
border: 0;
height: auto;
&.is-focused, &:hover {
border: 0;
}
.Select-control {
display: flex;
@@ -46,7 +46,6 @@
&.dropdown__select {
border: 1px solid $ui-fleet-blue-15;
border-radius: $border-radius;
transition: border-color 100ms;
height: 40px;
&:hover {
box-shadow: none;