mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Trigger mobile nav with css
This commit is contained in:
parent
848023788c
commit
3bc5943028
2 changed files with 77 additions and 66 deletions
|
|
@ -70,7 +70,6 @@ html {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Here you would add any custom utilities you need that don't come out of the
|
||||
* box with Tailwind.
|
||||
|
|
@ -160,3 +159,15 @@ html {
|
|||
background-position: -100% 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
button:focus .parent-focus\:visible,
|
||||
button:active .parent-focus\:visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
button:focus .parent-focus\:hidden,
|
||||
button:active .parent-focus\:hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue