Changes between Initial Version and Version 1 of Ticket #21324, comment 29
- Timestamp:
- 09/13/2012 12:50:08 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21324, comment 29
initial v1 1 1 Button focus styles are already fixed in #21598, so the CSS changes from [attachment:21324.5.diff] are no longer needed. 2 2 3 We don't have jQuery on `wp-login.php`, so that part doesn't work. We need to come up with a pure JS solution. [attachment:21324.6.diff] is an attempt to do that. Also hides outline on `.login h1 a` .3 We don't have jQuery on `wp-login.php`, so that part doesn't work. We need to come up with a pure JS solution. [attachment:21324.6.diff] is an attempt to do that. Also hides outline on `.login h1 a` (WP logo). 4 4 5 5 Found one more bug (not covered in the patch): Visual and Text tabs briefly turn white on click.