mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
Merge "Update background of insert paragraph slug"
This commit is contained in:
commit
6cf18143b0
|
@ -1,7 +1,24 @@
|
||||||
.ve-activated {
|
html.ve-activated {
|
||||||
// Temporarily disable TOC in edit mode until TOC works with both visual and source editors
|
// Temporarily disable TOC in edit mode until TOC works with both visual and source editors
|
||||||
// T294950
|
// T294950
|
||||||
.vector-toc {
|
.vector-toc {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// T367822
|
||||||
|
&.skin-theme-clientpref-night {
|
||||||
|
.ve-ce-branchNode-blockSlug,
|
||||||
|
body p.ve-ce-branchNode-newSlug {
|
||||||
|
background-color: rgba( 241, 247, 251, 0.1 );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media ( prefers-color-scheme: dark ) {
|
||||||
|
&.skin-theme-clientpref-os {
|
||||||
|
.ve-ce-branchNode-blockSlug,
|
||||||
|
body p.ve-ce-branchNode-newSlug {
|
||||||
|
background-color: rgba( 241, 247, 251, 0.1 );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue