Source code

Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* login.yahoo.com - Toggle to reveal password text is missing
*
*
* Yahoo is using letter-spacing in a way which relies on a Blink quirk to
* not inadvertently hide their show/hide password text toggle.
*/
#password-container > input[type="password"] {
min-width: 0;
}