Settings window: Add interaction mode and tab focus state

This commit is contained in:
Scott Nonnenberg 2021-10-27 17:05:56 -07:00 committed by GitHub
parent d7edbabd48
commit 6dd67917e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 85 additions and 50 deletions

View file

@ -55,6 +55,15 @@
}
}
&:focus {
@include keyboard-mode {
background: $color-gray-05;
}
@include dark-keyboard-mode {
background: $color-gray-75;
}
}
&::before {
content: '';
display: block;