fix закрытие input с выподающими списками

This commit is contained in:
Kirill Pet
2024-10-28 14:34:52 +03:00
parent e6bccc904f
commit 928d5c1ffa
3 changed files with 42 additions and 41 deletions

View File

@@ -714,6 +714,9 @@ button{
background: var(--background-white);
transition: left .2s ease-out;
}
.form-input-two__input:checked + .form-input-two__oval{
left: calc(50% - 2px);
}
.form-input-two__button{
width: 50%;