Update/use theme color for completed task strikethrough (#37001)

* Use theme color for completed task strikethrough

* Add changelog

* Fix style
This commit is contained in:
Moon 2023-03-01 11:54:21 -08:00 committed by GitHub
parent e61211406f
commit d339a777e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -239,8 +239,10 @@
}
.woocommerce-task-list__setup {
.woocommerce-experimental-list .woocommerce-experimental-list__item.complete {
.woocommerce-experimental-list
.woocommerce-experimental-list__item.complete {
text-decoration: line-through;
color: var(--wp-admin-theme-color);
.woocommerce-task-list__item-title {
color: var(--wp-admin-theme-color);

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
Use the currently activated theme color for completed tasks strikethough