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