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:
Mayisha 2024-04-22 13:00:25 +06:00 committed by GitHub
parent fd52f18f6b
commit 2f29ef8a5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Fix the hover color in the reports page and star rating color in the dashboard widget.

View File

@ -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);
}
}
}

View File

@ -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);
}
}
}