thomasloven / lovelace-card-mod

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

2021.11 stops card-mod-theme tab colors #148

Closed Mariusthvdb closed 2 years ago

Mariusthvdb commented 2 years ago

My Home Assistant version: 2021.11dev

My lovelace configuration method (GUI or yaml): yaml What I am doing: coloring the tabs in theme mod What I expected to happen: colors (working before) What happened instead: no colors Minimal steps to reproduce:

# The least amount of code possible to reproduce my error

      /* Set the color of the currently selected tab. */
      ha-tabs {
        --paper-tabs-selection-bar-color: black;
      }
      /* Set the color of the currently selected tab indicator. */
      paper-tab[aria-selected=true] {
        color: gold;
      }

# End of code

dont work anymore?

nor do the templates I made in https://community.home-assistant.io/t/card-mod-super-charge-your-themes/212176/892?u=mariusthvdb

Error messages from the browser console: no errors

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