Replace Chosen jQuery plugin by custom UI component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user