diff --git a/click-to-play-component.html b/click-to-play-component.html index cfec861..775cf82 100644 --- a/click-to-play-component.html +++ b/click-to-play-component.html @@ -212,7 +212,6 @@

Swap on decode

"box-shadow:0 6px 22px rgba(0,0,0,.34),inset 0 0 0 1.6px rgba(255,255,255,.9);", "opacity:.92;transition:opacity .25s ease,transform .25s ease,background .25s ease}", "click-to-play .ctp-btn svg{grid-area:1/1;width:40%;height:40%;fill:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}", - "click-to-play .ctp-i-play{margin-left:7%}", // optical centering for the triangle "click-to-play .ctp-i-pause{display:none}", // play by default "click-to-play[data-ctp-state='playing'] .ctp-i-play{display:none}", // while playing, swap… "click-to-play[data-ctp-state='playing'] .ctp-i-pause{display:block}", // …the triangle for the pause bars