#443 closed defect (bug) (fixed)
http://make.wordpress.org/ has fuzzy icons
| Reported by: | EmpireOfLight | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Make (Get Involved) / P2 | Keywords: | ui-feedback has-patch |
| Cc: |
Description
Dashicons are fuzzy if they're not set to 20px and properly antialiased.
To fix, append
section.get-involved article h2:before {
font-size: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
to the css file, or work it into the existing css.
Change History (4)
This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.
12 years ago
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
6 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Adding "has patch" even though I know this isn't technically a patch, but the attached css fixes the fuzziness (which is currently really, really bad on non-retina screens). Can we get this committed?