Santhosh has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/342821 )

Change subject: CX2: Remove the padding for the search tool
......................................................................


CX2: Remove the padding for the search tool

Change-Id: I119a53cf0545f9dc6191c6ff0d0a5f908a16f1a6
---
M modules/tools/styles/mw.cx.tools.SearchTool.less
1 file changed, 10 insertions(+), 9 deletions(-)

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



diff --git a/modules/tools/styles/mw.cx.tools.SearchTool.less 
b/modules/tools/styles/mw.cx.tools.SearchTool.less
index 3d885ac..76ead23 100644
--- a/modules/tools/styles/mw.cx.tools.SearchTool.less
+++ b/modules/tools/styles/mw.cx.tools.SearchTool.less
@@ -6,13 +6,14 @@
                display: none;
        }
        border: 0;
-}
-
-.cx-card--search__input {
-       font-size: 1em;
-       width: 100%;
-       height: 2.5em;
-       border: 0;
-       background: none;
-       outline: 0;
+       padding: 0;
+       .oo-ui-textInputWidget input,
+       .oo-ui-textInputWidget textarea {
+               font-size: 1em;
+               width: 100%;
+               height: 2.5em;
+               border: 0;
+               background: none;
+               outline: 0;
+       }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I119a53cf0545f9dc6191c6ff0d0a5f908a16f1a6
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to