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

Change subject: Align simpleSearch `border` with inputs elsewhere
......................................................................


Align simpleSearch `border` with inputs elsewhere

Aligning
- `border-color`
- `:hover` `border-color`
- `border-radius`
and introducing `transition` to be on par with inputs elsewhere.

Bug: T177808
Change-Id: I41c2719c13935d07f4310c0c752bdfc7377d8670
---
M components/search.less
1 file changed, 7 insertions(+), 1 deletion(-)

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



diff --git a/components/search.less b/components/search.less
index f66c839..34cbd96 100644
--- a/components/search.less
+++ b/components/search.less
@@ -29,12 +29,18 @@
        margin-top: 0.65em;
        position: relative;
        min-height: 1px; /* Gotta trigger hasLayout for IE7 */
-       border: solid 1px #aaa;
+       border: 1px solid @colorGray10;
+       border-radius: @borderRadius;
        color: #000;
        background-color: #fff;
        .background-image( 'images/search-fade.png' );
        background-position: top left;
        background-repeat: repeat-x;
+       .transition( border-color 250ms );
+
+       &:hover {
+               border-color: @colorGray7;
+       }
 
        // Styles for both the search input and the button
        input {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I41c2719c13935d07f4310c0c752bdfc7377d8670
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>
Gerrit-Reviewer: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to