浏览代码

Fix select2 list item style

Denis K 8 年之前
父节点
当前提交
b807211c4f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      jet/static/jet/css/select2/_multiple.scss

+ 5 - 0
jet/static/jet/css/select2/_multiple.scss

@@ -13,6 +13,10 @@
     margin: 0;
     padding: 0 5px;
     width: 100%;
+
+    li {
+      list-style-type: none;
+    }
   }
 
   .select2-selection__clear {
@@ -34,6 +38,7 @@
     margin-top: 5px;
     padding: 5px 5px;
     line-height: normal;
+    list-style-type: none;
   }
 
   .select2-selection__choice__remove {