Fix avatar focus highlight

This commit is contained in:
Evan Hahn 2021-10-12 14:07:58 -05:00 committed by GitHub
parent f5cce73611
commit f4b0bade80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 74 additions and 90 deletions

View file

@ -1267,22 +1267,6 @@
}
}
.module-message__author-avatar {
@include button-reset;
cursor: pointer;
&:focus {
outline: none;
.module-Avatar {
@include keyboard-mode {
box-shadow: 0 0 0 3px $color-ultramarine;
}
}
}
}
.module-message__typing-container {
height: 16px;