Basic support for forced colors/high contrast mode

This commit is contained in:
Scott Nonnenberg 2022-04-04 10:16:00 -07:00 committed by GitHub
parent b59e85bae5
commit 76a1a805ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 56 additions and 14 deletions

View file

@ -2294,6 +2294,7 @@ button.ConversationDetails__action-button {
}
@include keyboard-mode {
border: none;
&:focus {
border-color: $color-ultramarine;
outline: none;