Merge pull request #2453 from matrix-org/bwindels/searchfix

Fix: search makeover missing icons
This commit is contained in:
David Baker 2019-01-17 13:31:37 +00:00 committed by GitHub
commit 9b01120499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ limitations under the License.
.mx_RoomView_messagePanelSearchSpinner:before {
background-color: $greyed-fg-color;
mask: url('../../../img/feather-icons/search-input.svg');
mask: url('../../img/feather-icons/search-input.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: 50px;

View file

@ -32,7 +32,7 @@ limitations under the License.
width: 37px;
height: 37px;
background-color: $accent-color;
mask: url('../../../img/feather-icons/search-input.svg');
mask: url('../../img/feather-icons/search-input.svg');
mask-repeat: no-repeat;
mask-position: center;
}
@ -55,7 +55,7 @@ limitations under the License.
.mx_SearchBar_cancel {
background-color: $warning-color;
mask: url('../../../img/cancel.svg');
mask: url('../../img/cancel.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: 14px;