Skip to content

Commit 512ebc8

Browse files
leolabsNeoLegends
andcommitted
💄 Fade play/pause button when user is not a party admin
Fixes #134 Co-Authored-By: Moritz Gunz <[email protected]>
1 parent 4caea05 commit 512ebc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/views/party-track.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ export const PartyTrack = (props: PartyTrackRenderProps) => html`
172172
background-color: var(--primary-color);
173173
}
174174
175+
paper-fab[disabled] {
176+
opacity: 0.7;
177+
}
178+
175179
paper-icon-button {
176180
margin-left: 5px;
177181
padding: 6px;

0 commit comments

Comments
 (0)