Skip to content

Commit

Permalink
Override background control styles when button is set to link [TMZ-247](
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino authored Dec 17, 2024
1 parent 52c6321 commit e6384c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/template-parts/assets/scss/hello-plus-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@

&-link,
&-link:not([href]):not([tabindex]) {
background: none;
background: none !important; /* Always override background color coming from the controls */
text-decoration: underline;

&:hover,
&:focus {
background: none;
background: none !important; /* Always override background color coming from the controls */
}
}

Expand Down

0 comments on commit e6384c8

Please sign in to comment.