Skip to content

Commit

Permalink
fix: (CXSPA-9026) make cx-banner focus visible for all 4 sides (#19704)
Browse files Browse the repository at this point in the history
  • Loading branch information
uroslates authored Dec 4, 2024
1 parent 133fe3b commit a94c8c8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
top: 0;
left: 0;
position: absolute;

&:focus {
outline-offset: -2px;
}
}
cx-generic-link {
display: unset;
Expand Down

0 comments on commit a94c8c8

Please sign in to comment.