Browse Source

Fix select2 list item style

Denis K 8 years ago
parent
commit
b807211c4f
1 changed files with 5 additions and 0 deletions
  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;
     margin: 0;
     padding: 0 5px;
     padding: 0 5px;
     width: 100%;
     width: 100%;
+
+    li {
+      list-style-type: none;
+    }
   }
   }
 
 
   .select2-selection__clear {
   .select2-selection__clear {
@@ -34,6 +38,7 @@
     margin-top: 5px;
     margin-top: 5px;
     padding: 5px 5px;
     padding: 5px 5px;
     line-height: normal;
     line-height: normal;
+    list-style-type: none;
   }
   }
 
 
   .select2-selection__choice__remove {
   .select2-selection__choice__remove {