Bug 1553209 - Show the password with a monospace font so the reveal-checkbox doesn't move when toggling it. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D34468

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-06-14 13:53:07 +00:00
parent 41e9bb84a6
commit 63fa17f03e

View File

@ -102,6 +102,10 @@
white-space: nowrap;
}
:host(:not([editing])) input[name='password'] {
font-family: monospace;
}
.reveal-password-checkbox {
/* !important is needed to override common.css styling for checkboxes */
background-color: transparent !important;