Reduce selector specificity
authorVolker E <volker.e@wikimedia.org>
Tue, 18 Jun 2019 02:25:39 +0000 (19:25 -0700)
committerVolker E <volker.e@wikimedia.org>
Tue, 18 Jun 2019 02:25:39 +0000 (19:25 -0700)
Adapt to current Vector code.

Change-Id: Ie5a13f927810cea465fa984c68cdef3664042a41

resources/src/mediawiki.special.userlogin.signup.styles/signup.css

index d8b773c..1e9400a 100644 (file)
@@ -43,9 +43,9 @@
 
 /*
  * Special font for numbers in benefits, same as Vector's `@content-heading-font-family`.
- * Needs an ID so that it's more specific than Vector's div#content h3.
+ * Needs to be more specific than Vector's `.mw-body-content h3`.
  */
-#bodyContent .mw-number-text h3 {
+.mw-body-content .mw-number-text h3 {
        color: #222;
        margin: 0;
        padding: 0;