[wp-trac] [WordPress Trac] #33412: Buttons are tiny, have no text after WP 4.3 upgrade
WordPress Trac
noreply at wordpress.org
Tue Aug 18 22:25:41 UTC 2015
#33412: Buttons are tiny, have no text after WP 4.3 upgrade
-------------------------------+-----------------------------
Reporter: programmin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 4.3
Severity: normal | Keywords:
Focuses: ui, accessibility |
-------------------------------+-----------------------------
Using 2015 theme, and WP 4.3, I noticed the plugin screen show-more-
details button is tiny and doesn't show text. This is due to wp-
admin/css/common.css:
{{{
/* Hide visually but not from screen readers */
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
position: absolute;
margin: -1px;
padding: 0;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33412>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list