Skip to content

Commit

Permalink
[FEATURE] depreciated navy search icon (#79)
Browse files Browse the repository at this point in the history
This PR changes the search input icon from navy to black, which will help in Crystal, theoretically, on the customer form.

screen shot 2017-09-22 at 5 21 52 pm

SOLUTION

changed mithril component to black search icon
ran build task
  • Loading branch information
ninjaofawesome authored Sep 25, 2017
1 parent b1d97ca commit 743fc03
Show file tree
Hide file tree
Showing 10 changed files with 1,465 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.5.1
**2017-9-20**
* depreciated navy search icon.

### 1.5.0
**2017-9-20**
* depreciated striped table colors.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion app/public/quartz.css
Original file line number Diff line number Diff line change
Expand Up @@ -6534,7 +6534,7 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
.table.table--striped tbody tr {
border: none; }
.table.table--striped tbody tr:nth-child(odd) {
background: #f6f7f8; }
background: #fff; }
.table.table--small th,
.table.table--small td {
padding: 10px;
Expand Down
Loading

0 comments on commit 743fc03

Please sign in to comment.