You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, a muc-card is always clickable. The mouse cursor changes to a pointer.
Describe the solution you'd like
I want a muc-card that is non-interactive as such the mouse cursor does not change and the card acts purely informational.
The text was updated successfully, but these errors were encountered:
@FabianWilms do you have a preferred method to make the @click property toggleable? - we could use @[computedClick] (tho I don't know if this changes the mouse cursor). In the worst case, this need to be done via CSS.
I actually thought that I already implemented it like this. Thanks for this issue.
You can actually detect wether a component has a listener attached to it. Using this check and attaching the hover-effect of the card to it's own class which is only added when there is a listener attached to the component would be a clean solution.
Is your feature request related to a problem? Please describe.
Currently, a muc-card is always clickable. The mouse cursor changes to a pointer.
Describe the solution you'd like
I want a muc-card that is non-interactive as such the mouse cursor does not change and the card acts purely informational.
The text was updated successfully, but these errors were encountered: