CheckMatrixWidget: Remove override of first `tr`
authorVolker E <volker.e@wikimedia.org>
Mon, 19 Nov 2018 19:21:40 +0000 (11:21 -0800)
committerVolker E <volker.e@wikimedia.org>
Mon, 19 Nov 2018 19:21:40 +0000 (11:21 -0800)
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

index 36f9d41..3feb9a1 100644 (file)
@@ -63,7 +63,7 @@
                        background-color: #f8f9fa;
                }
 
-               tbody tr:not( :first-child ):hover td {
+               tbody tr:hover td {
                        background-color: #eaecf0;
                }