Opened 9 years ago
Closed 9 years ago
#33412 closed defect (bug) (worksforme)
Buttons are tiny, have no text after WP 4.3 upgrade
Reported by: | programmin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.3 |
Component: | Administration | Keywords: | |
Focuses: | ui, accessibility | Cc: |
Description
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; }
Attachments (1)
Change History (5)
#1
@
9 years ago
Can you tell me how to recreate this issue ?
I was facing same issue on post list table and i hit hard refresh and boom it's gone.
#2
@
9 years ago
Hard refresh of what? I still see this on one test site I have locally, even after going back to 4.1.7 and upgrading again.
Looks like on that one I'm missing a .wp-list-table .toggle-row rule that sets it display:none.
#3
@
9 years ago
It seems any plugin is applying some styles on button tag. Could you disable all third party plugins and check?
#4
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
I cannot reproduce this - there's a .wp-list-table.plugins .toggle-row
rule that should hide it, and in my testing with both minified and unminified CSS it is fine. If you see it consistently across sites please feel free to follow up.
Bad button screenshot.