Skip to content

Commit

Permalink
fix(components/lists): repeater focus styles show on focus-visible in…
Browse files Browse the repository at this point in the history
… modern theme (#2554)
  • Loading branch information
Blackbaud-TrevorBurch authored Jul 26, 2024
1 parent f0bf189 commit 4c6e357
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ sky-repeater-item {
border-left-color: $sky-theme-modern-background-color-primary-dark;
}

&:focus,
&:active:focus {
&:focus-visible,
&:focus-visible:active {
outline: solid 2px $sky-theme-modern-background-color-primary-dark;
outline-offset: -2px;
}

&:focus:not(:active) {
&:focus-visible:not(:active) {
box-shadow: $sky-theme-modern-elevation-3-shadow-size
$sky-theme-modern-elevation-3-shadow-color;
}
Expand Down

0 comments on commit 4c6e357

Please sign in to comment.