Issue #3101040 by reinchek, swatichouhan012, Vinodhini.E, ckrina, KondratievaS: Password confirm field gets the green focus ring cropped

merge-requests/2419/head
Lauri Eskola 2020-04-24 13:39:24 +03:00
parent 8f7f02c661
commit 73427bdf5c
No known key found for this signature in database
GPG Key ID: 37E6EF00B7EEF188
2 changed files with 0 additions and 2 deletions

View File

@ -78,7 +78,6 @@
}
.js .password-confirm__confirm {
overflow: hidden;
max-height: 10rem;
transition: max-height 0.2s ease-in-out, margin 0.2s ease-in-out;
}

View File

@ -36,7 +36,6 @@
}
.js .password-confirm__confirm {
overflow: hidden;
max-height: 10rem;
transition: max-height var(--speed-transition) ease-in-out, margin var(--speed-transition) ease-in-out;
}