tom-select
tom-select copied to clipboard
Issue 634 patch: updates for bootstrap dark mode support
src/scss/tom-select.bootstrap5.scss set $select-color-text and $select-color-item-active-text to '$input-color' as text, rather than hard-coded hex values tweak $select-color-item so that it is OK both in light & dark mode define $select-color-dropdown-item-create-text as rgba($input-color, 50%) to support variable color name
src/scss/_items.scss remove SASS functions for calculating offset colors, since we now may have a variable rather than a hex number.
src/plugins/dropdown_header/plugin.scss switch hover to using a CSS filter (200% contrast), rather than SASS darken function, since we may now be passing a variable rather than a hex value
doc_src/pages/examples/styling.njk add in example for Bootstrap 5 dark mode
doc_src/js/index.js update style picker to allow for Bootstrap 5 dark mode
doc_src/css/stylesheet.scss add a min-width & auto-wide on the theme select box, it's shrinking to weird sizes without this
This pull request has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days