Replace pink with WooCommerce purple in reports and ratings (#40243)
* replace pink with wc purple in reports page * use wc purple in product rating in the dashboard widget * Add changefile(s) from automation for the following project(s): woocommerce * Add changefile(s) from automation for the following project(s): woocommerce * use better contrast * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
fd52f18f6b
commit
2f29ef8a5a
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Fix the hover color in the reports page and star rating color in the dashboard widget.
|
|
@ -7061,10 +7061,10 @@ img.ui-datepicker-trigger {
|
|||
|
||||
&:hover {
|
||||
box-shadow: inset 0 -1px 0 0 #dfdfdf,
|
||||
inset 300px 0 0 rgba(156, 93, 144, 0.1);
|
||||
border-right: 5px solid #9c5d90 !important;
|
||||
inset 300px 0 0 #f7edf7;
|
||||
border-right: 5px solid var(--wc-primary) !important;
|
||||
padding-left: 1.5em;
|
||||
color: #9c5d90;
|
||||
color: var(--wc-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -246,7 +246,7 @@ ul.woocommerce_stats {
|
|||
left: 0;
|
||||
letter-spacing: 0.1em;
|
||||
letter-spacing: 0\9; // IE8 & below hack ;-(
|
||||
color: #9c5d90;
|
||||
color: var(--wc-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue