Issue #3101040 by reinchek, swatichouhan012, Vinodhini.E, ckrina, KondratievaS: Password confirm field gets the green focus ring cropped
parent
8f7f02c661
commit
73427bdf5c
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue