mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 14:52:22 +04:00
tom-select dark mode improvements
This commit is contained in:
Vendored
+4
-2
@@ -1,5 +1,3 @@
|
||||
$select-color-dropdown: #fff;
|
||||
$select-color-dropdown-border-top: red;
|
||||
$input-border-width: 1px;
|
||||
|
||||
@import "tom-select/src/scss/tom-select.bootstrap5.scss";
|
||||
@@ -32,6 +30,10 @@ $input-border-width: 1px;
|
||||
}
|
||||
|
||||
.ts-dropdown {
|
||||
background: var(--#{$prefix}bg-surface);
|
||||
color: var(--#{$prefix}body-color);
|
||||
box-shadow: var(--#{$prefix}shadow-dropdown);
|
||||
|
||||
.option {
|
||||
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user