Co-authored-by: Paweł Kuna <[email protected]>
@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+
+Apply border radius to `tom-select` on focus
@@ -13,6 +13,11 @@ $input-border-width: 1px;
color: inherit;
}
+.focus .ts-control {
+ border-radius: var(--#{$prefix}border-radius);
+}
.ts-control {
@@ -75,4 +80,4 @@ $input-border-width: 1px;
&> div.item {
color: var(--#{$prefix}gray-500);
-}