mirror of
https://github.com/tabler/tabler.git
synced 2026-06-20 14:20:09 +04:00
Apply border radius to tom-select on focus (#2189)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Apply border radius to `tom-select` on focus
|
||||||
Vendored
+5
@@ -13,6 +13,11 @@ $input-border-width: 1px;
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus .ts-control {
|
||||||
|
border-radius: var(--#{$prefix}border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.ts-control {
|
.ts-control {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user