mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
Fix colors of disabled tom-select (#2084)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix colors of disabled `.ts-control`
|
||||||
Vendored
+15
-4
@@ -60,8 +60,19 @@ $input-border-width: 1px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ts-wrapper.multi .ts-control > div {
|
.ts-wrapper.multi,
|
||||||
background: var(--#{$prefix}bg-surface-secondary);
|
.ts-wrapper.multi.disabled {
|
||||||
border: 1px solid var(--#{$prefix}border-color);
|
.ts-control > div {
|
||||||
color: var(--#{$prefix}body-color);
|
background: var(--#{$prefix}bg-surface-secondary);
|
||||||
|
border: 1px solid var(--#{$prefix}border-color);
|
||||||
|
color: var(--#{$prefix}body-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ts-wrapper.disabled .ts-control {
|
||||||
|
opacity: 1;
|
||||||
|
|
||||||
|
&> div.item {
|
||||||
|
color: var(--#{$prefix}gray-500);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user