mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
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:
parent
6dc6489e69
commit
a40db7a085
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@
|
|||
}
|
||||
|
||||
// Vertical Nav
|
||||
#{$parent-selector} aside {
|
||||
nav,
|
||||
#{$parent-selector} aside nav {
|
||||
&,
|
||||
ol,
|
||||
ul,
|
||||
li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue