mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 23:32:25 +04:00
remove bootstrap classes from tom-select
This commit is contained in:
@@ -65,8 +65,8 @@
|
|||||||
var el;
|
var el;
|
||||||
window.TomSelect && ({% if jekyll.environment == 'development' %}window.tabler_select["select-{{ id }}"] = {% endif %}new TomSelect(el = document.getElementById('select-{{ id }}'), {
|
window.TomSelect && ({% if jekyll.environment == 'development' %}window.tabler_select["select-{{ id }}"] = {% endif %}new TomSelect(el = document.getElementById('select-{{ id }}'), {
|
||||||
copyClassesToDropdown: false,
|
copyClassesToDropdown: false,
|
||||||
dropdownClass: 'dropdown-menu ts-dropdown',
|
// dropdownClass: 'dropdown-menu ts-dropdown',
|
||||||
optionClass:'dropdown-item',
|
// optionClass: 'dropdown-item',
|
||||||
|
|
||||||
{% unless include.show-search %}
|
{% unless include.show-search %}
|
||||||
controlInput: '<input>',
|
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