button-card icon indicating copy to clipboard operation
button-card copied to clipboard

tap_action issue

Open jackshaw20 opened this issue 1 year ago • 2 comments

I have created a button to use to insert other buttons inside, however I don't want the main button card to do or show anything when clicked. I have removed the background and set 'tap_action: none' but when clicking the card it still shows the grey outline even though it's not got any action set.

image

when clicked;

image

jackshaw20 avatar Dec 28 '24 09:12 jackshaw20

styles:
  card:
    - --mdc-ripple-press-opacity: 0

add this to remove the press effect.

ngocjohn avatar Dec 28 '24 21:12 ngocjohn

thanks :)

jackshaw20 avatar Dec 29 '24 07:12 jackshaw20

Closing as completed

dcapslock avatar Aug 15 '25 12:08 dcapslock