2019-03-21 17:32:58 +08:00
|
|
|
#player {
|
|
|
|
&:not([data-state=play]) .pause { display: none; }
|
|
|
|
&[data-state=play] .play { display: none; }
|
|
|
|
|
2019-03-22 22:35:04 +08:00
|
|
|
|
|
|
|
&:not([data-flags~=random]) .random, &:not([data-flags~=repeat]) .repeat { opacity: 0.5; }
|
2019-03-21 17:32:58 +08:00
|
|
|
}
|