New: Updated the active state of main media buttons
This commit is contained in:
parent
2b5f833352
commit
fd1c368daa
1 changed files with 5 additions and 0 deletions
|
|
@ -642,6 +642,11 @@ html {
|
|||
background: var(--dimTextColor);
|
||||
}
|
||||
|
||||
.layout-desktop .detailButton:not(.btnPlay):active {
|
||||
color: black;
|
||||
background: var(--textColor);
|
||||
}
|
||||
|
||||
.btnPlay.detailButton {
|
||||
background-color: var(--textColor);
|
||||
color: black;
|
||||
|
|
|
|||
Loading…
Reference in a new issue