mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 02:22:41 +00:00
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…
x
Reference in New Issue
Block a user