thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.05k stars 169 forks source link

Lock icon shows in Popup window as BrowserMod with BLUR functions #283

Closed Murcin86 closed 6 months ago

Murcin86 commented 1 year ago

My Home Assistant version: 2023.5.4, Card-mod =>3.2.2 I report also as BrowserMod issue but also here that could be a problem with Card-Mod:

Not sure when that start to be a problem but when I use LOCK function in custom:button-card with custom:card-mode and pop up windows (as browser_mod) that sign (LOCK signal) is showing on top... but before was OK - please have a look below: normal view: image with popup window image

tap_action:
      browser_mod:
        data:
          card_mod:
            style:
              ha-dialog$: |
                div.mdc-dialog__scrim {
                  backdrop-filter: blur(15px) !important;
                  -webkit-backdrop-filter: blur(15px) !important; } 

to reproduce need to add LOCK in custom:button-card and then card_mod looks like ignore LOCK sign...

      - type: custom:button-card
        **lock:
          enabled: true**

By putting an X in the boxes ([]) below, I indicate that I:

thomasloven commented 6 months ago

This is an issue with the button-card. The icon is not behaving well.