OfficeDev / office-ui-fabric-core

The front-end CSS framework for building experiences for Office and Microsoft 365.
https://developer.microsoft.com/en-us/fabric
Other
3.78k stars 465 forks source link

Edit Icon is not working #1236

Open hieu-nv opened 4 years ago

hieu-nv commented 4 years ago

ms-Icon--Edit is not exists in fabric.css after I built source.

sayers24 commented 3 years ago

Looks like the edit icon (among others) are now scoped under a [dir='ltr'] selector. Adding this somewhere in your markup should mitigate the issue. This does not solve if anyone wants to use dir="auto". I have created a PR so ms-Icon--Edit can be freely used without risk of an icon missing in the UI. PR: https://github.com/OfficeDev/office-ui-fabric-core/pull/1242