jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/365083 )

Change subject: Make autosuggest wordmatch bold without underline
......................................................................


Make autosuggest wordmatch bold without underline

Changes:
 - removed bolding from h3 element
 - removed text-decoration: underline from h3 strong element

Bug: T168034
Change-Id: I49b809244849aff60d2d2c5235b3859f68c0d221
---
M resources/mobile.search/SearchOverlay.less
1 file changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/resources/mobile.search/SearchOverlay.less 
b/resources/mobile.search/SearchOverlay.less
index 3503b95..edda6d1 100644
--- a/resources/mobile.search/SearchOverlay.less
+++ b/resources/mobile.search/SearchOverlay.less
@@ -101,7 +101,13 @@
                }
                h3 {
                        margin: 0;
+                       font-weight: normal;
+
+                       strong {
+                               text-decoration: none;
+                       }
                }
+
                .wikidata-description {
                        font-size: 0.8em;
                        margin-top: 0.5em;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I49b809244849aff60d2d2c5235b3859f68c0d221
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Pmiazga <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to