Question
1
Replies
1149
Views
Anthem
Posted: August 24, 2017
Last activity: August 25, 2017
Closed
Hiding hover icon on a disabled button
Hello All,
I have a requirement to hide the hover icon on a disabled button. Is any one has implemented this kind of requirement please help or suggest.
Thanks In Advance...
***Edited by Moderator Marissa to update categories***
You can inspect the element from the Browser developer tools and try css to implememt.
Sharing sample way to to :
https://stackoverflow.com/questions/5069110/remove-hover-css-behavior-from-element
Thanks.