Replace Chosen jQuery plugin by custom UI component

This commit is contained in:
Frederic Guillot
2016-12-11 15:46:54 -05:00
parent a2b44371e0
commit ffb3926178
21 changed files with 385 additions and 1795 deletions

View File

@@ -10,12 +10,24 @@
margin: 0
+appearance
&:first-child
border-radius: 5px 0 0 5px
&:last-child
border-radius: 0 5px 5px 0
.input-addon-item
background-color: rgba(147, 128, 108, 0.1)
color: #666
font: inherit
font-weight: normal
&:first-child
border-radius: 5px 0 0 5px
&:last-child
border-radius: 0 5px 5px 0
@include xs-device
.dropdown
.fa-caret-down
@@ -27,9 +39,3 @@
&:not(:first-child)
border-left: 0
.input-addon-field:first-child, .input-addon-item:first-child
border-radius: 5px 0 0 5px
.input-addon-field:last-child, .input-addon-item:last-child
border-radius: 0 5px 5px 0