File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111 --bb-select-padding : #{$bb-select-padding } ;
1212 --bb-select-append-width : #{$bb-select-append-width } ;
1313 --bb-select-append-color : #{$bb-select-append-color } ;
14- --bb-select-append-right : 0 ;
1514}
1615
1716.select :not (.cascade ) .dropdown-menu {
126125
127126.select ,
128127.auto-complete {
128+ --bb-select-append-right : #{$bb-select-append-right } ;
129+
129130 .clear-icon {
130131 position : absolute ;
131132 height : 100% ;
Original file line number Diff line number Diff line change @@ -534,6 +534,7 @@ $bb-select-search-icon-top: 18px;
534534$bb-select-search-height : 52px ;
535535$bb-select-append-width : 30px ;
536536$bb-select-append-color : #c0c4cc ;
537+ $bb-select-append-right : 0 ;
537538
538539// Multiple-Select
539540$bb-multi-select-min-height : 35px ;
You can’t perform that action at this time.
0 commit comments