Skip to content

Commit

Permalink
Issue #3101040 by reinchek, swatichouhan012, Vinodhini.E, ckrina, Kon…
Browse files Browse the repository at this point in the history
…dratievaS: Password confirm field gets the green focus ring cropped

(cherry picked from commit 73427bdf5c71e3078c6d3dc5962c8849d901089c)
  • Loading branch information
lauriii committed Apr 24, 2020
1 parent 66413ed commit c61c700
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion themes/claro/css/components/form--password-confirm.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c61c700

Please sign in to comment.