mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Closes Hamburger Menu show part of menu below Yohn/PicoCSS#49
Fixes Accordion chevron padding picocss/pico#653 Demo has been updated with new hamburger nav example.
This commit is contained in:
parent
14f7865f9a
commit
19e03a348b
8 changed files with 119 additions and 45 deletions
|
@ -265,6 +265,13 @@
|
|||
// Override height
|
||||
margin-bottom: 0;
|
||||
|
||||
&.hide-arrow {
|
||||
> summary::after {
|
||||
display: none;
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
> summary {
|
||||
&:not([role]) {
|
||||
// Override height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue