Add color to button text to pages with class woocommerce-page (https://github.com/woocommerce/woocommerce-admin/pull/3107)
This commit is contained in:
parent
051fd5d934
commit
1582cb1bf1
|
@ -172,3 +172,13 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.woocommerce-page {
|
||||||
|
.components-button.is-button.is-primary {
|
||||||
|
color: $studio-white;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $studio-white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue