浏览代码

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
jpic 9 年之前
父节点
当前提交
8869b170b1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/scss/theme/default/_multiple.scss

+ 4 - 0
src/scss/theme/default/_multiple.scss

@@ -10,6 +10,10 @@
     margin: 0;
     padding: 0 5px;
     width: 100%;
+
+    li {
+      list-style: none;
+    }
   }
 
   .select2-selection__placeholder {