Improve accessibility of actions bar
This commit is contained in:
parent
946b73d215
commit
7ab532be07
1 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,10 @@ const ActionsContainer = styled.div`
|
|||
&:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
`;
|
||||
|
||||
const LyricsContainer = styled.div`
|
||||
|
@ -43,7 +47,7 @@ const LyricsContainer = styled.div`
|
|||
|
||||
&:hover {
|
||||
${ActionsContainer} {
|
||||
opacity: 0.5;
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
|
Reference in a new issue