Update Vector search icon

Replaces vector search icon with an update version that is
copied from the OOUI icon set and used in WVUI search.

This update will help us unify the visual appearance of the
existing search input with the one in WVUI.

Bug: T264355
Change-Id: I34792ee80e711b10b441668cc4ae18cc0cc9daa6
This commit is contained in:
Jan Drewniak 2020-11-26 13:19:11 +01:00
parent 659e8989ac
commit 125fa03395
2 changed files with 5 additions and 7 deletions

View File

@ -97,7 +97,6 @@
}
#searchButton {
background-image: url( images/search.svg );
background-position: center center;
background-repeat: no-repeat;
background: no-repeat center/12px url( images/search.svg );
opacity: 0.67;
}

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13">
<g fill="none" stroke="#54595d" stroke-width="2">
<path d="M11.29 11.71l-4-4"/>
<circle cx="5" cy="5" r="4"/>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<g fill="#000">
<path d="M7.5 13c3.04 0 5.5-2.46 5.5-5.5S10.54 2 7.5 2 2 4.46 2 7.5 4.46 13 7.5 13zm4.55.46A7.432 7.432 0 017.5 15C3.36 15 0 11.64 0 7.5S3.36 0 7.5 0C11.64 0 15 3.36 15 7.5c0 1.71-.57 3.29-1.54 4.55l6.49 6.49-1.41 1.41-6.49-6.49z"></path>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 394 B