Skip to content

js/dualListbox: fix selection colors

Piotr Kira requested to merge fix_dual_listbox_selection into master

Selection indicator (backgroud color "primary") is not removed after clicking "Move" button because we remove "list-group-item-light" class instead of "primary" variant which is used. Let's fix that by removing correct class ("list-group-item-primary") from classList.

Merge request reports