Remove border around actions button (#8363)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user