1
0
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:
Abdelrhman Said
2025-03-17 23:20:16 +02:00
committed by GitHub
parent f336275476
commit 473fa3850b
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Apply border radius to `tom-select` on focus
+6 -1
View File
@@ -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);
}
}
}