stable

Clone or download

Read-only

Improve multi list-pickers design

part of: story #16646 have searchable (multi) select boxes with (static binding, no dependencies) in modal What's different? - Multi list-pickers have the same height (when content is not wrapping) than single list-pickers - Multi list-pickers have now an icon on the right to make it easier to differentiate openlists (made using select2) and msb - The [remove all values] button is now positionned at the left of the new icon - The search input has now a min-width of 100px to prevent it to be too small to use. Now when the remaining space is less than 100px, the input wraps Change-Id: I4e84fa528c7ae6b43c626f3b01cfa7f602f04a07

Modified Files

Name
M src/scripts/list-picker/themes/style.scss +9 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_list-picker.scss +18 −4 Go to diff View file
A src/themes/FlamingParrot/images/list-picker-multi-background.svg +5 −0 Go to diff View file
A src/themes/tlp/src/images/tlp-select-multi-background.svg +5 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +7 −1 Go to diff View file