mirror of
https://github.com/Nezz/homeassistant-visionos-theme.git
synced 2026-05-09 08:25:57 +02:00
[GH-ISSUE #56] Visual Glitch: Rectangular borders/shadows appearing behind rounded cards #47
Labels
No labels
bug
bug
bug
duplicate
duplicate
pull-request
third party
third party
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/homeassistant-visionos-theme#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joelg12345 on GitHub (Apr 10, 2026).
Original GitHub issue: https://github.com/Nezz/homeassistant-visionos-theme/issues/56
Visual Glitch: Rectangular background artifacts behind rounded cards and separators
Describe the bug
A visual regression is occurring again after updating past v3.0.0+ where rounded elements (cards and
custom:bubble-cardseparators) are displaying a faint, sharp-edged rectangular background or shadow underneath the rounded glass effect. This ruins the "glassmorphism" aesthetic as the square container corners bleed out from behind the rounded corners of the element.To Reproduce
Steps to reproduce the behavior:
homeassistant-visionos-theme.custom:bubble-cardwith typeseparatoror standard dashboard cards.Expected behavior
Only the rounded pill/card should be visible. There should be no rectangular container or shadow rendering behind the rounded corners.
Screenshots


Primary issue on Room Cards:
[Insert Image 1]
Issue persisting on Bubble Card Separators (Studio, Living Room, etc.):
[Insert Image 2]
Environment:
custom:bubble-card,horizontal-stack,grid(and potentially others)Additional context
The issue is particularly prominent on the Bubble Card separators. It appears the theme might be applying a
background-colororbox-shadowto a high-levelha-cardor container div without an accompanyingoverflow: hiddenor matchingborder-radius, causing the "square" background to leak out.@Nezz commented on GitHub (Apr 12, 2026):
Hi! I don't use
bubble-card, but if you can come up with acard-modfix to remove the second border/shadow I can add that to the theme.