New: Play media button text switches to Resume when appropriate
This commit is contained in:
parent
694f8a348b
commit
f1003499c9
1 changed files with 8 additions and 1 deletions
|
|
@ -857,11 +857,18 @@ progress+span {
|
|||
}
|
||||
|
||||
|
||||
.btnPlay[title="Play"]>.detailButton-content::after {
|
||||
content: "Play";
|
||||
}
|
||||
|
||||
.btnPlay[title="Resume"]>.detailButton-content::after {
|
||||
content: "Resume";
|
||||
}
|
||||
|
||||
.btnPlay>.detailButton-content::after {
|
||||
padding-left: .25em;
|
||||
padding-right: .5em;
|
||||
place-content: center;
|
||||
content: "Play";
|
||||
}
|
||||
|
||||
.mainDrawer,
|
||||
|
|
|
|||
Loading…
Reference in a new issue