Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix notice banner links for Legacy notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun Vijwani committed Jun 28, 2023
1 parent 34fc8ac commit 429f47a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/js/base/components/notice-banner/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

// Legacy notice compatibility.
.wc-forward.wp-element-button {
.wc-forward {
float: right;
color: $gray-800 !important;
background: transparent;
Expand All @@ -52,6 +52,8 @@
border: 0;
appearance: none;
opacity: 0.6;
text-decoration-line: underline;
text-underline-position: under;

&:hover,
&:focus,
Expand Down

0 comments on commit 429f47a

Please sign in to comment.