Display tab wrapper section when any anchor link is opened
This commit is contained in:
parent
d15a6085e8
commit
866d890951
@ -155,7 +155,9 @@ p + .adoptables { margin-top: 1em; }
|
||||
|
||||
/* Tabs */
|
||||
.tabwrap section { display: none; }
|
||||
.tabwrap section:target { display: block; }
|
||||
|
||||
.tabwrap section:target,
|
||||
.tabwrap section:has(*:target) { display: block; }
|
||||
|
||||
.tabs {
|
||||
list-style: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user