Kelly Dwan

Results 98 issues of Kelly Dwan

Came in up chat: how should we include the SVG? Currently using this method (but without the JS fallback): http://css-tricks.com/svg-use-external-source/

From [our Slack chat today](https://wordpress.slack.com/archives/design-dashicons/p1422555903000170) > **michaelarestad** > I think dashicons should be pretty strictly only icons used in the Dashboard for stock WP. > And everything else should be...

Check out [SVG for Everybody](https://github.com/jonathantneal/svg4everybody) for IE 9+ support Other options?

Twentyseventeen will ship with [a function for adding an SVG icon](https://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php), much like our existing wp_icon. We should probably grab any improvements they've added and bring it into `wp_icon`.

This came up in #15, where bbPress and BuddyPress want to use icons in their projects. Part of converting to this SVG process was to enable other projects using WordPress...

[type] Discussion

¯\_(ツ)_/¯ Need to actually play around with an isomorphic app.

Fixes #372. This switches the text selection color from coral red to light blue. It also forces the text color to be black when highlighted (against the light blue), since...

I haven't looked too deeply into this, but it seems like we're not adding editor styles (or they're not working, for some reason). I noticed after making the fix for...

[Type] Bug

On RTL sites, the checkmarks are still on the left, when they should be before the text, on the right. Also, the down chevrons are on the right, when they...

[Type] Bug
i18n

Despite using the correct automatically-assigned template on the front end (based on page slug), when used in the editor does not have the correct content size, so it looks incorrect...

[Component] Backend