Make button hover color match WCS modal button hover color. (https://github.com/woocommerce/woocommerce-admin/pull/4230)

This commit is contained in:
Chris Shultz 2020-04-28 07:25:28 -07:00 committed by GitHub
parent 8fa6180dee
commit f401b852f1
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
text-decoration: none;
text-shadow: none;
overflow: visible;
&:hover {
background-color: #ff3997;
border-color: #ff3997;
}
}
.notice-dismiss {