File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434
3535 :is(#wrapper , .primary_column ):has (a .custom-toggle :target [name = " toggle-a" ]) .custom-content-a
3636, :is(#wrapper , .primary_column ):has (a .custom-toggle :target [name = " toggle-b" ]) .custom-content-b
37- // , #wrapper:has(a.custom-toggle:target[name="toggle-c"]) .custom-content-c
38- // , #wrapper:has(a.custom-toggle:target[name="toggle-d"]) .custom-content-d
39- // , #wrapper:has(a.custom-toggle:target[name="toggle-e"]) .custom-content-e
37+ , :is( #wrapper , .primary_column ) :has (a .custom-toggle :target [name = " toggle-c" ]) .custom-content-c
38+ , :is( #wrapper , .primary_column ) :has (a .custom-toggle :target [name = " toggle-d" ]) .custom-content-d
39+ , :is( #wrapper , .primary_column ) :has (a .custom-toggle :target [name = " toggle-e" ]) .custom-content-e
4040 /* Add as much as you want. Just change the toggle-* and the .custom-content-* accordingly */
4141{
4242 display : block ;
You can’t perform that action at this time.
0 commit comments