From 8869b170b1b28412d2fdf5273b7179e991728ed2 Mon Sep 17 00:00:00 2001 From: jpic Date: Sun, 27 Mar 2016 14:55:21 -0400 Subject: [PATCH] Set list-style further down the DOM This closes https://github.com/select2/select2/issues/4225 This closes https://github.com/select2/select2/pull/4226 --- src/scss/theme/default/_multiple.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/theme/default/_multiple.scss b/src/scss/theme/default/_multiple.scss index 900c266d..9e204f3b 100644 --- a/src/scss/theme/default/_multiple.scss +++ b/src/scss/theme/default/_multiple.scss @@ -10,6 +10,10 @@ margin: 0; padding: 0 5px; width: 100%; + + li { + list-style: none; + } } .select2-selection__placeholder {