|
@@ -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;
|
|
|
|
|
|
@@ -75,4 +80,4 @@ $input-border-width: 1px;
|
|
&> div.item {
|
|
&> div.item {
|
|
color: var(--#{$prefix}gray-500);
|
|
color: var(--#{$prefix}gray-500);
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|