mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 06:04:12 +01:00
16 lines
249 B
SCSS
16 lines
249 B
SCSS
.#{$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;
|
|
}
|
|
}
|
|
}
|