Hi, I am trying to use pointer-events in my card as indicated in different posts to disable/deactivate a card based on a condition (I do not want make my card disappear based on condition), but I am still able to trigger events of the card and its clickable even with pointer-events set to none
Same results, card is still clickable irrespective of the value of input_boolean.locationstatus
Opacity seem to take effect, but the pointer is still working, I think for some reason pointer-events: none is not taking effect
Thanks @LiQuid_cOOled , solution works. Looks like the tag “!important” is indeed important
May I know the meaning of this tag (I am fairly new in this area) ?