6 lines
No EOL
175 B
Text
6 lines
No EOL
175 B
Text
#player {
|
|
&:not([data-state=play]) .pause { display: none; }
|
|
&[data-state=play] .play { display: none; }
|
|
|
|
&:not(.random) .random, &:not(.repeat) .repeat { opacity: 0.5; }
|
|
} |