Settings window: Add interaction mode and tab focus state
This commit is contained in:
parent
d7edbabd48
commit
6dd67917e8
4 changed files with 85 additions and 50 deletions
|
@ -55,6 +55,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
@include keyboard-mode {
|
||||
background: $color-gray-05;
|
||||
}
|
||||
@include dark-keyboard-mode {
|
||||
background: $color-gray-75;
|
||||
}
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue