Skip to content

Commit

Permalink
fix: move search icon to theme repository
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Aug 10, 2017
1 parent c220a6a commit 6009faf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
margin-left: 5px;
}
.kSearchInput {
//background: url(../../../styles/assets/magnifier.png) no-repeat 7px 9px;
background: $kMagnifyingGlassBkg;
background-color: $kGrayscale6;
padding-left: 30px;
margin-right: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
margin-left: 5px;
}
.kSearchInput {
//background: url(../../../styles/assets/magnifier.png) no-repeat 7px 9px;
background: $kMagnifyingGlassBkg;
background-color: $kGrayscale6;
padding-left: 30px;
margin-right: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
margin-left: 5px;
}
.kSearchInput {
//background: url(../../content-entries-app/styles/assets/magnifier.png) no-repeat 7px 9px;
background: $kMagnifyingGlassBkg;
background-color: $kGrayscale6;
margin-right: 8px;
padding: 9px 4px 8px 30px;
Expand Down
Binary file removed src/styles/assets/magnifier.png
Binary file not shown.

0 comments on commit 6009faf

Please sign in to comment.