fix: bugs
Deploy banu-front / deploy (push) Successful in 1m22s

This commit is contained in:
sajjadtalkhabi
2026-07-02 19:09:13 +03:30
parent e700609236
commit b9ef684b51
51 changed files with 406 additions and 170 deletions
+1 -8
View File
@@ -18,6 +18,7 @@
<SvgIcon
name="caret-down"
:size="20"
color="#DDDDDD"
class="select-field__caret"
:class="{ 'select-field__caret--open': isOpen }"
/>
@@ -242,10 +243,6 @@ onBeforeUnmount(() => unmountFloating())
transition: all 0.2s;
outline: none;
&:focus {
box-shadow: 0 0 0 1px var(--color-validate);
}
&--error {
border-color: var(--color-error);
@@ -308,10 +305,6 @@ onBeforeUnmount(() => unmountFloating())
border: 1px solid var(--color-thd-gray);
border-radius: 0.75rem;
outline: none;
&:focus {
box-shadow: 0 0 0 1px var(--color-validate);
}
}
&__empty {