Commit e0a722a64 for woocommerce
commit e0a722a6424e228652a6f07acc26acaebf5c1a2e
Author: roykho <roykho77@gmail.com>
Date: Mon Jan 11 12:24:49 2021 -0800
Adjust dismiss link of store notice banner closes #28727
diff --git a/assets/css/twenty-twenty-one.scss b/assets/css/twenty-twenty-one.scss
index 5fff74a54..c8fbba840 100644
--- a/assets/css/twenty-twenty-one.scss
+++ b/assets/css/twenty-twenty-one.scss
@@ -295,11 +295,11 @@ a.button {
.woocommerce-store-notice__dismiss-link {
float: right;
- color: #fff;
+ color: #000;
&:hover {
- text-decoration: underline;
- color: #fff;
+ text-decoration: none;
+ color: #000;
}
}
diff --git a/assets/css/twenty-twenty.scss b/assets/css/twenty-twenty.scss
index 749886395..ad8cdab03 100644
--- a/assets/css/twenty-twenty.scss
+++ b/assets/css/twenty-twenty.scss
@@ -279,11 +279,11 @@ a.button {
.woocommerce-store-notice__dismiss-link {
float: right;
- color: #fff;
+ color: #000;
&:hover {
- text-decoration: underline;
- color: #fff;
+ text-decoration: none;
+ color: #000;
}
}