Skip to content

Commit

Permalink
[FIX] set the same color in both states of search-button (Podio bug_2…
Browse files Browse the repository at this point in the history
…6) (#5)
  • Loading branch information
vhusaruk92 authored and dmh committed Sep 15, 2016
1 parent 6adccd8 commit c2e7267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@
.main-navigation__search-btn:before {
width: 14px;
height: 14px;
border: 2px solid @main-color;
border: 2px solid @nav-search-btn-color;

top: 50%;
left: 50%;
Expand All @@ -864,7 +864,7 @@
left: 50%;
margin-top: 5px;
margin-left: 3px;
background-color: @main-color;
background-color: @nav-search-btn-color;
}
}

Expand Down

0 comments on commit c2e7267

Please sign in to comment.