Skip to content

Commit

Permalink
fix: more focus adjustments
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Stagi <stagi.andrea@gmail.com>
  • Loading branch information
Fupete and astagi authored Jan 29, 2025
1 parent 55360e8 commit 0e842eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/scss/utilities/focus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ p a {
}
}

.avatar-group-stacked .avatar {
&:focus:not(.focus--mouse) {
border: 0;
margin-left: -4px;
margin-top: 2px;
margin-right: 2px;
}

&.avatar-dropdown .btn-dropdown:focus:not(.focus--mouse) {
height: 100%;
width: 100%;
border-radius: 50%;
}
}

.chip {
button {
&:focus:not(.focus--mouse) {
Expand Down

0 comments on commit 0e842eb

Please # to comment.