Add color to button text to pages with class woocommerce-page (https://github.com/woocommerce/woocommerce-admin/pull/3107)

This commit is contained in:
Joshua T Flowers 2019-10-28 09:47:29 +08:00 committed by GitHub
parent 051fd5d934
commit 1582cb1bf1
1 changed files with 10 additions and 0 deletions

View File

@ -172,3 +172,13 @@
display: flex;
}
}
body.woocommerce-page {
.components-button.is-button.is-primary {
color: $studio-white;
&:hover {
color: $studio-white;
}
}
}