Set the circle bg to transparent (https://github.com/woocommerce/woocommerce-admin/pull/7849)
This commit is contained in:
parent
b027461e44
commit
a90f80e838
|
@ -164,6 +164,7 @@
|
|||
}
|
||||
.woocommerce-task-list__item:not(.complete) .woocommerce-task__icon {
|
||||
border: 1px solid var(--wp-admin-theme-color);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.woocommerce-task-list__item-before {
|
||||
|
|
Loading…
Reference in New Issue