mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
fix(toc): 🐛 fix transparent ToC button
This commit is contained in:
parent
20e4f7ec6e
commit
aaa677f2d6
|
@ -123,10 +123,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.citizen-dropdown {
|
.citizen-dropdown {
|
||||||
&-details[ open ] + .citizen-menu__card {
|
|
||||||
pointer-events: auto; // HACK: Make ToC clickable after ToC is expanded
|
|
||||||
}
|
|
||||||
|
|
||||||
&-summary {
|
&-summary {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -150,6 +146,16 @@
|
||||||
background: ~'linear-gradient( var( --background-color-button-quiet--active ), var( --background-color-button-quiet--active ) ) var( --color-surface-1 )';
|
background: ~'linear-gradient( var( --background-color-button-quiet--active ), var( --background-color-button-quiet--active ) ) var( --color-surface-1 )';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-details[ open ] {
|
||||||
|
+ .citizen-menu__card {
|
||||||
|
pointer-events: auto; // HACK: Make ToC clickable after ToC is expanded
|
||||||
|
}
|
||||||
|
|
||||||
|
> .citizen-dropdown-summary {
|
||||||
|
background: ~'linear-gradient( var( --background-color-button-quiet--active ), var( --background-color-button-quiet--active ) ) var( --color-surface-1 )';
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue