From: Volker E Date: Mon, 19 Nov 2018 19:21:40 +0000 (-0800) Subject: CheckMatrixWidget: Remove override of first `tr` X-Git-Tag: 1.34.0-rc.0~3482 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=495bb43143226621f5a64dd8d5e416139fd0d5fb;p=lhc%2Fweb%2Fwiklou.git CheckMatrixWidget: Remove override of first `tr` Follow-up to I3f707f667df11. Non-selecting the first row was introduced when no differntiation of `thead` and `tbody` were available. Now that it's given, it's time to remove this and apply `:hover` style consistently. Change-Id: Ief59eb84cfe442c5be166dea254c0aed9d3909cb --- diff --git a/resources/src/mediawiki.htmlform.ooui.styles.less b/resources/src/mediawiki.htmlform.ooui.styles.less index 36f9d410c4..3feb9a19ba 100644 --- a/resources/src/mediawiki.htmlform.ooui.styles.less +++ b/resources/src/mediawiki.htmlform.ooui.styles.less @@ -63,7 +63,7 @@ background-color: #f8f9fa; } - tbody tr:not( :first-child ):hover td { + tbody tr:hover td { background-color: #eaecf0; }