Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42888, comment 16


Ignore:
Timestamp:
01/28/2018 03:34:47 PM (7 years ago)
Author:
Iceable
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42888, comment 16

    initial v1  
    2222
    2323* Login and Password reset pages: added the `.no-js` class to `<body>`, so we can use `.hide-if-no-js` to hide the toggle button when JS is not available.
     24
     25
     26[edit] Just realized after uploading the patch that the button doesn't have the right height in Firefox. Changing line 94 in `login.css` from `height: 100%;` to `height: 40px;` fixes it.