jenkins-bot has submitted this change and it was merged.

Change subject: Hygiene: increase specificity of .flow-topic-title and remove 
!important
......................................................................


Hygiene: increase specificity of .flow-topic-title and remove !important

Bug: T76598
Change-Id: I1cde1fe6cb4b4f92271518724165ad515325dc6e
---
M modules/styles/board/topic/titlebar.less
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Matthias Mullie: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/styles/board/topic/titlebar.less 
b/modules/styles/board/topic/titlebar.less
index 0990f3c..2126cd1 100644
--- a/modules/styles/board/topic/titlebar.less
+++ b/modules/styles/board/topic/titlebar.less
@@ -35,12 +35,12 @@
        }
 }
 
-.flow-topic-title {
+// needs extra specificity to override `div#content h2` from vector
+div#content .flow-topic-title {
        padding: 0;
        border-bottom: none;
-       // @todo: !important needed to override default Vector styles on 
div#content h2
-       margin: 0 2.5em .15em 0 !important;
-       font-family: sans-serif !important;
+       margin: 0 2.5em .15em 0;
+       font-family: sans-serif;
        font-weight: bold;
        word-break: break-word;
        word-wrap: break-word;

-- 
To view, visit https://gerrit.wikimedia.org/r/177465
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1cde1fe6cb4b4f92271518724165ad515325dc6e
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to