Adds keyboard support to the media quality selector
This commit is contained in:
parent
3827f05db9
commit
a73d7b42cf
3 changed files with 57 additions and 3 deletions
|
@ -23,6 +23,11 @@
|
|||
opacity: 0.5;
|
||||
width: 32px;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
|
@ -106,6 +111,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&--focused,
|
||||
&:focus,
|
||||
&:active {
|
||||
border-radius: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue