Message.tsx: Use role=row for container, not role=button

This commit is contained in:
Scott Nonnenberg 2022-07-25 17:19:00 -07:00 committed by GitHub
parent 78ad890a20
commit 67ddec65d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View file

@ -356,7 +356,7 @@ $message-padding-horizontal: 12px;
}
}
.module-message:focus {
.module-message:focus-within {
@include keyboard-mode {
background: $color-selected-message-background-light;
}