mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 14:52:22 +04:00
remove bootstrap classes from tom-select
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
var el;
|
||||
window.TomSelect && ({% if jekyll.environment == 'development' %}window.tabler_select["select-{{ id }}"] = {% endif %}new TomSelect(el = document.getElementById('select-{{ id }}'), {
|
||||
copyClassesToDropdown: false,
|
||||
dropdownClass: 'dropdown-menu ts-dropdown',
|
||||
optionClass:'dropdown-item',
|
||||
// dropdownClass: 'dropdown-menu ts-dropdown',
|
||||
// optionClass: 'dropdown-item',
|
||||
|
||||
{% unless include.show-search %}
|
||||
controlInput: '<input>',
|
||||
|
||||
Vendored
+6
@@ -30,3 +30,9 @@ $input-border-width: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ts-dropdown {
|
||||
.option {
|
||||
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user