mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Handheld navigation dropdown toggle color
This commit is contained in:
parent
cc99397faa
commit
ce6ddec2ba
1 changed files with 2 additions and 1 deletions
|
@ -653,7 +653,8 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
||||||
.site-branding h1 a,
|
.site-branding h1 a,
|
||||||
.site-footer .storefront-handheld-footer-bar a:not(.button),
|
.site-footer .storefront-handheld-footer-bar a:not(.button),
|
||||||
button.menu-toggle,
|
button.menu-toggle,
|
||||||
button.menu-toggle:hover {
|
button.menu-toggle:hover,
|
||||||
|
.handheld-navigation .dropdown-toggle {
|
||||||
color: ' . $storefront_theme_mods['header_link_color'] . ';
|
color: ' . $storefront_theme_mods['header_link_color'] . ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue