Skip to content

Commit

Permalink
Link search close icon to Customizer settings
Browse files Browse the repository at this point in the history
Resolve #319.
  • Loading branch information
Misplon committed Feb 23, 2018
1 parent 89f0faf commit 8d027ef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 6 additions & 1 deletion inc/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,12 @@ function siteorigin_north_settings_custom_css( $css ) {
#header-search input[type="search"] {
.font( ${fonts_details} );
}
#header-search #close-search .svg-icon-close path {
fill: ${fonts_text_menu};
}
#header-search #close-search .svg-icon-close:hover path {
fill: ${fonts_text_menu_hover};
}
.main-navigation.stripped a {
color: ${fonts_text_menu};
}
Expand Down Expand Up @@ -1076,7 +1082,6 @@ function siteorigin_north_wc_settings_custom_css( $css ) {
color: ${fonts_text_meta};
.font( ${fonts_details} );
}';

return $css;
}
endif;
Expand Down
2 changes: 2 additions & 0 deletions rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions sass/navigation/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,13 @@
cursor: pointer;

path {
fill: #666666;
fill: $navigation__link_color;
}

&:hover {

path {
fill: #333;
fill: $navigation__link_hover_color;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d027ef

Please sign in to comment.