mirror of https://github.com/rancher/dashboard.git
cluster switcher dropdown fix
This commit is contained in:
parent
f8339df8fd
commit
f92a4d3a3b
|
|
@ -100,6 +100,10 @@ export default {
|
|||
margin-left: 35px;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
|
||||
.vs__actions {
|
||||
margin-left: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
.vs__selected {
|
||||
|
|
@ -119,4 +123,5 @@ export default {
|
|||
.filter ::v-deep INPUT:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue