/* 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 * * Bug #1856915 - https://bugzilla.mozilla.org/show_bug.cgi?id=1856915 * * 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; }