Skip to content

Commit

Permalink
fix: link focus icon color [ci visual] (#4913)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cheishvili committed Oct 23, 2023
1 parent 3b7d12b commit 7c85521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@
"fast-deep-equal": "^3.1.3",
"jsdom": "^20.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/styles/src/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $block: #{$fd-namespace}-link;
}
}

&:visited {
&:visited:not(:focus) {
@include fd-icon-selector() {
color: var(--sapLink_Visited_Color);
}
Expand Down

0 comments on commit 7c85521

Please sign in to comment.