Change toggle background color to woocommerce purple (https://github.com/woocommerce/woocommerce-admin/pull/551)

This commit is contained in:
Joshua T Flowers 2018-10-17 11:36:49 -04:00 committed by GitHub
parent 36c37afe49
commit bb66708107
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
padding: 2px;
}
.components-form-toggle.is-checked .components-form-toggle__track {
background-color: $woocommerce;
}
.woocommerce-ellipsis-menu__content {
width: 100%;
}