mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use :target to trigger menu
This commit is contained in:
parent
3bc5943028
commit
4cef2bce1f
2 changed files with 59 additions and 23 deletions
|
|
@ -171,3 +171,7 @@ button:focus .parent-focus\:hidden,
|
|||
button:active .parent-focus\:hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.target\:visible:target {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue