Skip to content

Commit

Permalink
fix(link): focus box on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Aug 29, 2023
1 parent a13bab7 commit 420fdd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// CSS for the component but not for theming

:host {
display: inline-flex;

@include osds-link-on-link-container() {
cursor: pointer;
text-decoration: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@
display: inline-flex;
align-items: baseline;
}

@include osds-link-on-selected-host() {
display: inline-flex;
}
}
}

0 comments on commit 420fdd7

Please sign in to comment.