Only apply vertical nav styling to elements inside <nav>

This enables <aside> to be used for other purposes,
without vertical nav styling interfering.
This commit is contained in:
Eldred Habert 2024-12-18 22:20:14 +01:00 committed by GitHub
parent 6dc6489e69
commit a40db7a085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,8 +120,8 @@
}
// Vertical Nav
#{$parent-selector} aside {
nav,
#{$parent-selector} aside nav {
&,
ol,
ul,
li {