Skip to content

Commit

Permalink
changed hover state for ons-footer (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
SriHV authored May 2, 2024
1 parent eb82eb7 commit 8e702df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
color: var(--ons-color-text-banner-link);
text-decoration: underline;

&:hover {
&:hover:not(:focus) {
color: var(--ons-color-text-banner-link-hover);
text-decoration: underline solid var(--ons-color-text-banner-link-hover) 2px;
}
Expand Down

0 comments on commit 8e702df

Please sign in to comment.