mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +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
+6
-1
@@ -13,6 +13,11 @@ $input-border-width: 1px;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.focus .ts-control {
|
||||
border-radius: var(--#{$prefix}border-radius);
|
||||
}
|
||||
|
||||
|
||||
.ts-control {
|
||||
color: inherit;
|
||||
|
||||
@@ -75,4 +80,4 @@ $input-border-width: 1px;
|
||||
&> div.item {
|
||||
color: var(--#{$prefix}gray-500);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user