From 495bb43143226621f5a64dd8d5e416139fd0d5fb Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 19 Nov 2018 11:21:40 -0800 Subject: [PATCH] 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 --- resources/src/mediawiki.htmlform.ooui.styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1