Skip to content

Conversation

xplato
Copy link
Contributor

@xplato xplato commented Feb 29, 2024

Fixes an issue where the border of the last DetailRow would be visible. This is because the SCSS uses the :not(:last-of-type) selector, which operates on element type. To fix it, we needed to make sure that DetailRow was the last div in any given child div. This PR simply wraps those two exceptional elements in an intermediary div.

Before

Under "Fan mode" and "Allow manual override"

Screenshot 2024-02-29 at 3 30 26 PM

After

Screenshot 2024-02-29 at 3 29 41 PM

@xplato xplato merged commit da95474 into main Feb 29, 2024
@xplato xplato deleted the fix-row-border branch February 29, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants