Make button hover color match WCS modal button hover color. (https://github.com/woocommerce/woocommerce-admin/pull/4230)
This commit is contained in:
parent
8fa6180dee
commit
f401b852f1
|
@ -40,6 +40,10 @@
|
|||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
overflow: visible;
|
||||
&:hover {
|
||||
background-color: #ff3997;
|
||||
border-color: #ff3997;
|
||||
}
|
||||
}
|
||||
|
||||
.notice-dismiss {
|
||||
|
|
Loading…
Reference in New Issue