Skip to content

Commit f2e219d

Browse files
authored
Update README.md
1 parent 7cface8 commit f2e219d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,26 +108,20 @@ This card aggressively reapplies internal styles that override theme-level color
108108
➡️ *Currently not fixable from the theme side.*
109109

110110

111-
### 2. **State-Based card-mod Styling Fails**
112-
🎨 [#17](https://github.com/wessamlauf/homeassistant-frosted-glass-themes/issues/17)
113-
Dynamic background colors using Jinja templates in `card_mod` (e.g., for chips) are overridden by the theme’s global transparency rules (`background: none !important`).
114-
➡️ *Workaround: Disable Frosted Glass manually per card using `card-mod`.*
115-
116-
117-
### 3. **HACS Dropdowns Broken by Blur**
111+
### 2. **Dropdowns Broken by Blur**
118112
📦 [#42](https://github.com/wessamlauf/homeassistant-frosted-glass-themes/issues/42)
119-
Blur effects break dropdown visibility inside HACS menus due to how Home Assistant renders these elements **outside the theme root DOM**.
113+
Blur effects break dropdown visibility inside HACS menus (and other deeper level HA dropdowns) due to how Home Assistant renders these elements **outside the theme root DOM**.
120114
Multiple fixes were tested, but the problem stems from **Material Web Components** and is unlikely to be solvable from the theme side.
121115
➡️ Tip: **The Lite version** (no blur) render dropdowns correctly and avoid this issue.
122116

123117

124-
### 4. **stack-in-card Incompatibility**
118+
### 3. **stack-in-card Incompatibility**
125119
🧱 [#44](https://github.com/wessamlauf/homeassistant-frosted-glass-themes/issues/44)
126120
Cards rendered inside `custom:stack-in-card` are deeply nested, and the theme’s `::before` blur cannot be excluded reliably for inner elements.
127121
➡️ *Recommended workaround: Use `card-mod` inside each card to manually disable the `::before` layer.*
128122

129123

130-
### 5. **Performance on Low-End Devices**
124+
### 4. **Performance on Low-End Devices**
131125
The heavy use of `backdrop-filter: blur()` may cause noticeable lag on low-end hardware (older tablets, Pi-based dashboards, etc.).
132126
➡️ Tip: **The Lite version** (no blur) for the same glassy look without blur, dramatically better performance, and no dropdown misplacement.
133127

0 commit comments

Comments
 (0)