Opened 13 years ago
Closed 13 years ago
#26444 closed defect (bug) (fixed)
Twenty Fourteen: remove `!important` declarations if possible
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Audit and remove all !important declarations in CSS files.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Based on research in core WP admin CSS, and Drupal (where the solution came from originally) I think it's safe to remove
!importantfrom our screen reader text elements.The only one I still see as valid is the print CSS to remove any background color and image.