Skip to content

Commit

Permalink
💄 Fade play/pause button when user is not a party admin
Browse files Browse the repository at this point in the history
Fixes #134

Co-Authored-By: Moritz Gunz <[email protected]>
  • Loading branch information
leolabs and NeoLegends committed May 4, 2018
1 parent 4caea05 commit 512ebc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/party-track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ export const PartyTrack = (props: PartyTrackRenderProps) => html`
background-color: var(--primary-color);
}
paper-fab[disabled] {
opacity: 0.7;
}
paper-icon-button {
margin-left: 5px;
padding: 6px;
Expand Down

0 comments on commit 512ebc8

Please sign in to comment.