tom-select icon indicating copy to clipboard operation
tom-select copied to clipboard

Issue 634 patch: updates for bootstrap dark mode support

Open hho6643 opened this issue 1 year ago • 1 comments

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

hho6643 avatar Dec 24 '23 01:12 hho6643

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

github-actions[bot] avatar Apr 22 '24 02:04 github-actions[bot]