#443 closed defect (bug) (fixed)
http://make.wordpress.org/ has fuzzy icons
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| 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
#3
@
11 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 1362:
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.
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?