Santhosh has uploaded a new change for review. ( 
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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/21/342821/1

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: newchange
Gerrit-Change-Id: I119a53cf0545f9dc6191c6ff0d0a5f908a16f1a6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>

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

Reply via email to