mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
fix: vs__selected position set to absolute while loading with empty search value (#1396)
This commit is contained in:
@@ -31,7 +31,8 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
&.vs--open .vs__selected {
|
&.vs--open .vs__selected,
|
||||||
|
&.vs--loading .vs__selected {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: .4;
|
opacity: .4;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user