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:
parent
e61211406f
commit
d339a777e1
|
@ -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);
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Use the currently activated theme color for completed tasks strikethough
|
Loading…
Reference in New Issue