From cb421b75b564480d0ca814e4b472cf43c8158f0a Mon Sep 17 00:00:00 2001 From: AronDemian Date: Sat, 15 Feb 2020 13:42:37 +0100 Subject: [PATCH] Remove `background:` rule from table cells to enable row background-color overrides in wikitext. Row background falls back to table's background (same), consistent with Vector skin's behaviour. Bug: T238482 Change-Id: I8bb955265f0ca189d1e6890065a5db510ceac612 --- resources/screen-common.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/screen-common.less b/resources/screen-common.less index 6303843..19eacd8 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -722,11 +722,6 @@ body :not( :checked ) > .toctogglespan:after { > * > tr > th { border-bottom-width: 2px; } - - > tr > td, - > * > tr > td { - background: @base90; - } } .mw-datatable th {