Change toggle background color to woocommerce purple (https://github.com/woocommerce/woocommerce-admin/pull/551)
This commit is contained in:
parent
36c37afe49
commit
bb66708107
|
@ -17,6 +17,10 @@
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.components-form-toggle.is-checked .components-form-toggle__track {
|
||||||
|
background-color: $woocommerce;
|
||||||
|
}
|
||||||
|
|
||||||
.woocommerce-ellipsis-menu__content {
|
.woocommerce-ellipsis-menu__content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue