Skip to content

Commit

Permalink
Merge pull request #1269 from matks/fix-hover
Browse files Browse the repository at this point in the history
Remove unwanted hover on links
  • Loading branch information
matks authored Dec 21, 2023
2 parents 9e47be4 + 487e657 commit 8f53b3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions themes/build/assets/_sass/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ a:not(.btn),
a:not(.btn):visited,
a:not(.btn):active,
a:not(.btn):focus {
color: $brand-color-3;
text-decoration: none !important;
}

a:not(.btn):hover {
color: $brand-color-3 !important;
text-decoration: none !important;
}

Expand Down

0 comments on commit 8f53b3a

Please sign in to comment.