mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
Add Tom-Select lib
This commit is contained in:
15
node_modules/tom-select/dist/scss/plugins/input_autogrow.scss
generated
vendored
Normal file
15
node_modules/tom-select/dist/scss/plugins/input_autogrow.scss
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
.#{$select-ns}-wrapper.plugin-input_autogrow{
|
||||
|
||||
&.has-items .#{$select-ns}-control > input {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
&.has-items.focus .#{$select-ns}-control > input {
|
||||
flex: none;
|
||||
min-width: 4px;
|
||||
|
||||
&::placeholder {
|
||||
color:transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user