From a00fe11e786a55450f8eaef71f4897c94c95a27c Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Wed, 11 Sep 2024 02:46:55 -0400 Subject: [PATCH] =?UTF-8?q?feat(core):=20=E2=9C=A8=20add=20indent=20line?= =?UTF-8?q?=20to=20changelist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../special/mediawiki.special.changeslist.less | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/skinStyles/mediawiki/special/mediawiki.special.changeslist.less b/skinStyles/mediawiki/special/mediawiki.special.changeslist.less index d4c68336..3ff06e2c 100644 --- a/skinStyles/mediawiki/special/mediawiki.special.changeslist.less +++ b/skinStyles/mediawiki/special/mediawiki.special.changeslist.less @@ -46,6 +46,21 @@ &-inner { color: var( --color-subtle ); } + + /* Add nested indent line */ + > td:first-child { + position: relative; + + &::before { + position: absolute; + top: 0; + bottom: 0; + left: 5px; + width: 2px; + content: ''; + background: var( --border-color-base ); + } + } } &-separator { @@ -176,7 +191,7 @@ body:not( .mw-rcfilters-ui-initialized ) .mw-rcfilters-head { content: ''; background-color: var( --color-subtle ); border-radius: 100%; - outline: 4px solid var( --border-color-base ); + outline: 4px solid var( --color-surface-0 ); } .comment {