mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Active link color when using the Custom Menu widget in the sidebar. closes #402
Should only be applied to the header
This commit is contained in:
parent
384129e130
commit
715891b6de
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
### *2016.xx.xx* - 2.0.2
|
||||
* **Fix** - Correct CSS property applied to the header if no background image is present.
|
||||
* **Fix** - Sticky order review + Checkout Add-ons compatibility.
|
||||
* **Fix** - Active link color when using the Custom Menu widget in the sidebar.
|
||||
* **Dev** - Added `storefront_sticky_order_review` filter.
|
||||
|
||||
### *2016.05.12* - 2.0.1
|
||||
|
|
|
@ -500,7 +500,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
a.cart-contents:hover,
|
||||
.site-header-cart .widget_shopping_cart a:hover,
|
||||
.site-header-cart:hover > li > a,
|
||||
ul.menu li.current-menu-item > a {
|
||||
.site-header ul.menu li.current-menu-item > a {
|
||||
color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['header_link_color'], 50 ) . ';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue