Skip to content

Commit

Permalink
fix: outline display
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed May 28, 2024
1 parent 85fc108 commit e2dd1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AvatarStack/AvatarStack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $block: '.#{variables.$ns}avatar-stack';
width: var(--_--more-button-size);
height: var(--_--more-button-size);

&:focus-visible::before {
&:focus-visible {
outline: var(--g-color-line-focus) solid 2px;
outline-offset: 0;
}
Expand Down

0 comments on commit e2dd1c1

Please sign in to comment.