What about FontAwesomes icons make they un-highlightable? And how can I replicate that? Is it the before
attribute?
Asked
Active
Viewed 69 times
0

user2275855
- 1,127
- 2
- 10
- 10
-
2[Here are a ton of answers](http://stackoverflow.com/q/826782/1979005). This applies to all content. – ameed May 26 '13 at 01:20
1 Answers
0
You should use user-select:none;
for that with the appropiate prefixes. See here: http://caniuse.com/#feat=user-select-none
Chrome working example here: http://jsfiddle.net/59NzS/

user2019515
- 4,495
- 1
- 29
- 42