Update interaction links markup to accommodate font icons.#122
Update interaction links markup to accommodate font icons.#122populationtwo wants to merge 1 commit into
Conversation
|
Can you elaborate what this does? Does the user need to add CSS for this to show the icons? |
|
Basically wrapping the interaction text with With the current markup it's impossible to display the icons (withouth text) using font icons. The only way to display the icons is by displaying the text as well, since hiding the text will hiding the icons as well. With the proposed markup user can display the icons only without text. Or display the text only without icons. And yes, use need to add their own CSS to show the icons. Let me know if you have any questions. |
|
Could you not use the following CSS to hide the text but keep the background image? .interact span { ? |
|
That only works on image file, it won't work on font-icon. The proposed PR will allow both font icon and image file. |
|
I managed to use font icons pretty easily with CSS? |

I made some modification to the interaction links to a accommodate font icons.
Cheers