Remove outline when clicking on player

このコミットが含まれているのは:
Omar Roth 2019-03-15 08:34:37 -05:00
コミット 4a56a2cad6
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -1,4 +1,4 @@
<video style="width:100%" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
<video style="outline:none;width:100%" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
id="player" class="video-js"
onmouseenter='this["data-title"]=this["title"];this["title"]=""'
onmouseleave='this["title"]=this["data-title"];this["data-title"]=""'