1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+ |
|
2 |
+.#{$select-ns}-wrapper.plugin-input_autogrow{ |
|
3 |
+ |
|
4 |
+ &.has-items .#{$select-ns}-control > input { |
|
5 |
+ min-width: 0; |
|
6 |
+ } |
|
7 |
+ |
|
8 |
+ &.has-items.focus .#{$select-ns}-control > input { |
|
9 |
+ flex: none; |
|
10 |
+ min-width: 4px; |
|
11 |
+ |
|
12 |
+ &::placeholder { |
|
13 |
+ color:transparent; |
|
14 |
+ } |
|
15 |
+ } |
|
16 |
+ |
|
17 |
+ |
|
18 |
+} |