Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion click-to-play-component.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ <h3>Swap on decode</h3>
"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
Expand Down