Skip to content

Commit

Permalink
Merge pull request #3657 from dmitrylyzo/unhighlight-play
Browse files Browse the repository at this point in the history
Remove play button highlighting
  • Loading branch information
thornbill committed May 20, 2022
2 parents 9b85077 + a3fd4ba commit 6b362fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/itemDetails/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>

<div class="mainDetailButtons focuscontainer-x">
<button is="emby-button" type="button" class="button-flat btnPlay hide detailButton raised" title="${ButtonResume}" data-action="resume">
<button is="emby-button" type="button" class="button-flat btnPlay hide detailButton" title="${ButtonResume}" data-action="resume">
<div class="detailButton-content">
<span class="material-icons detailButton-icon play_arrow" aria-hidden="true"></span>
</div>
Expand Down

0 comments on commit 6b362fb

Please sign in to comment.