File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 30
30
31
31
/* Open Indicator */
32
32
.v-select .open-indicator {
33
- display : inline-block ;
33
+ display : flex ;
34
+ align-items : center ;
34
35
cursor : pointer ;
35
36
pointer-events : all ;
36
37
transition : all 150ms cubic-bezier (1.000 , -0.115 , 0.975 , 0.855 );
37
38
transition-timing-function : cubic-bezier (1.000 , -0.115 , 0.975 , 0.855 );
38
39
opacity : 1 ;
39
- height : 16px ;
40
40
width : 12px ; /* To account for extra width from rotating. */
41
41
}
42
42
.v-select .open-indicator :before {
60
60
.v-select.loading .open-indicator {
61
61
opacity : 0 ;
62
62
}
63
- .v-select.open .open-indicator {
64
- bottom : 1px ;
65
- }
66
63
67
64
/* Dropdown Toggle */
68
65
.v-select .dropdown-toggle {
93
90
}
94
91
.v-select .v-select__actions {
95
92
display : flex ;
96
- align-items : center ;
93
+ align-items : stretch ;
97
94
padding : 0 4px 0 3px ;
98
95
}
99
96
268
265
}
269
266
/* Loading Spinner */
270
267
.v-select .spinner {
268
+ align-self : center ;
271
269
opacity : 0 ;
272
270
font-size : 5px ;
273
271
text-indent : -9999em ;
You can’t perform that action at this time.
0 commit comments