You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes#719, but adding a `dashicons-` prefix to the CSS classes applied to the SVGs.
It also changes the Button block to use the new button icon.
Upstream PR: WordPress/dashicons#183
Right now SVGs in the dashicons sprite have these CSS classes:
This causes CSS bleed for the
button
class:We should fix the build process upstream so the class is instead
dashicons-button
, to avoid this bleed, and update references.The text was updated successfully, but these errors were encountered: