2024-06-24 21:49:00 +00:00
|
|
|
html.ve-activated {
|
2022-04-28 19:48:09 +00:00
|
|
|
// Temporarily disable TOC in edit mode until TOC works with both visual and source editors
|
|
|
|
// T294950
|
2023-01-13 20:56:22 +00:00
|
|
|
.vector-toc {
|
2022-04-28 19:48:09 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2024-06-24 21:49:00 +00:00
|
|
|
|
|
|
|
// T367822
|
2024-08-13 07:24:28 +00:00
|
|
|
&.skin-theme-clientpref-night {
|
|
|
|
.ve-ce-branchNode-blockSlug,
|
|
|
|
body p.ve-ce-branchNode-newSlug {
|
|
|
|
background-color: rgba( 241, 247, 251, 0.1 );
|
2024-06-24 21:49:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-08-13 07:24:28 +00:00
|
|
|
@media ( prefers-color-scheme: dark ) {
|
2024-06-24 21:49:00 +00:00
|
|
|
&.skin-theme-clientpref-os {
|
|
|
|
.ve-ce-branchNode-blockSlug,
|
|
|
|
body p.ve-ce-branchNode-newSlug {
|
|
|
|
background-color: rgba( 241, 247, 251, 0.1 );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-04-28 19:48:09 +00:00
|
|
|
}
|