fix(ui/input-group): remove z-index [EE-5121] (#8582)

pull/8583/head
Chaim Lev-Ari 2023-03-05 12:14:08 +02:00 committed by GitHub
parent 60275dd31c
commit d546ff269b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
border: 1px solid var(--border-input-group-addon-color);
}
.input-group .form-control {
z-index: unset;
}
.text-danger {
color: var(--ui-error-9);
}