Madelena / Metrology-for-Hass

🎨 Give your Home Assistant a modern and clean facelift. 🟥🟧🟩🟦🟪 24 Variations with 2 Styles + 6 Colors (Magenta Red / Orange / Green / Blue / Purple) + 🌞 Light and 🌚 Dark modes included. Based on Metro and Fluent UI Design Systems from Microsoft Windows.
https://community.home-assistant.io/t/metrology-metro-fluent-windows-themes-for-home-assistant/
564 stars 30 forks source link

Borders inconsistent with 2022.11b0 #46

Closed iridris closed 2 years ago

iridris commented 2 years ago

On the new beta release of HA, 2022.11b0, borders have been updated. When using the Metrology theme, borders seem to be behaving inconsistently. On the first tab of a dashboard, there's no border as it was on prior versions. However, for any additional tab in the dashboard each card has a border.

First tab: image

Second tab: image

Madelena commented 2 years ago

I'm not on 2022.11b0 yet. Thanks for pointing it out and I'll look into it once I get my hands on it.

zanix commented 2 years ago

From the release notes:

The default dashboard theme has been adjusted to move a little closer to the new Material Design 3 guidelines. Borders around cards are now outlined (instead of having a shadow), and corners are a little more rounded.

zanix commented 2 years ago

Adding ha-card-border-width: "0px" seems to work

  # Home Assistant override
  ha-card-box-shadow: "none"
  ha-card-border-width: "0px"
Madelena commented 2 years ago

Thanks @zanix ! Fix is coming up