Skip to content

Commit 8e18943

Browse files
authored
feat(snippets): more visible unplayable tracks (#732)
1 parent bd45e3c commit 8e18943

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Loading

resources/snippets.json

+6
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,11 @@
370370
"description": "Hides the Recently Played sections on the home page",
371371
"code": ".view-homeShortcutsGrid-shortcuts, section[aria-label='Recently played'] {display:none;}",
372372
"preview": "resources/assets/snippets/Hide-Recently-Played.png"
373+
},
374+
{
375+
"title": "More Visible Unplayable Tracks",
376+
"description": "Changes the background of unplayable tracks to make it easier to spot them in large playlists.",
377+
"code": ".main-trackList-disabled{background:#f004}.main-trackList-disabled:focus-within,.main-trackList-disabled:hover{background:#f005}.main-trackList-disabled.main-trackList-selected,.main-trackList-disabled.main-trackList-selected:hover{background:#f006}",
378+
"preview": "resources/assets/snippets/More-Visible-Unplayable-Tracks"
373379
}
374380
]

0 commit comments

Comments
 (0)