Sunday 18 August 2019

To remove clicking effect from an item or make an item unclickable in html

Add the following styles to the class you wish to remove the clicking effect
cursor: default;
    pointer-events: none;