tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1856915-login.yahoo.com-unhide-password-button-fix.css (558B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /**
      6 * login.yahoo.com - Toggle to reveal password text is missing
      7 *
      8 * Bug #1856915 - https://bugzilla.mozilla.org/show_bug.cgi?id=1856915
      9 *
     10 * Yahoo is using letter-spacing in a way which relies on a Blink quirk to
     11 * not inadvertently hide their show/hide password text toggle.
     12 */
     13 #password-container > input[type="password"] {
     14  min-width: 0;
     15 }