New: Updated the hover effect on other main media buttons to match the play button
This commit is contained in:
parent
7742caef71
commit
2e20ab16fa
1 changed files with 6 additions and 0 deletions
|
|
@ -634,6 +634,12 @@ html {
|
|||
border-color: transparent;
|
||||
margin: .5em !important;
|
||||
border-radius: 50%;
|
||||
padding: .6em !important;
|
||||
}
|
||||
|
||||
.layout-desktop .detailButton:not(.btnPlay):hover {
|
||||
color: black;
|
||||
background: var(--dimTextColor);
|
||||
}
|
||||
|
||||
.btnPlay.detailButton {
|
||||
|
|
|
|||
Loading…
Reference in a new issue