mirror of
https://codeberg.org/armin/noiz.git
synced 2026-09-01 14:00:54 +02:00
style: use default cursor for playlist items instead of pointer
This commit is contained in:
parent
65446a85b7
commit
857b277db5
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ select option { background: #1e2132; color: #c6c8d1; }
|
||||||
.playlist-body::-webkit-scrollbar { width: 6px; }
|
.playlist-body::-webkit-scrollbar { width: 6px; }
|
||||||
.playlist-body::-webkit-scrollbar-track { background: transparent; }
|
.playlist-body::-webkit-scrollbar-track { background: transparent; }
|
||||||
.playlist-body::-webkit-scrollbar-thumb { background: #272c42; border-radius: 3px; }
|
.playlist-body::-webkit-scrollbar-thumb { background: #272c42; border-radius: 3px; }
|
||||||
.track-item { display: grid; grid-template-columns: 36px minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 60px 60px; gap: 8px; padding: 6px 24px; cursor: pointer; font-size: 12px; border-left: 3px solid transparent; transition: background .08s; align-items: center; user-select: none; }
|
.track-item { display: grid; grid-template-columns: 36px minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 60px 60px; gap: 8px; padding: 6px 24px; cursor: default; font-size: 12px; border-left: 3px solid transparent; transition: background .08s; align-items: center; user-select: none; }
|
||||||
.track-item:nth-child(odd) { background: rgba(0,0,0,0.12); }
|
.track-item:nth-child(odd) { background: rgba(0,0,0,0.12); }
|
||||||
.track-item:hover { background: #1e2132; }
|
.track-item:hover { background: #1e2132; }
|
||||||
.track-item.active { background: linear-gradient(to bottom, rgba(135,190,130,0.12), rgba(135,190,130,0.06)); border-left-color: #87be82; }
|
.track-item.active { background: linear-gradient(to bottom, rgba(135,190,130,0.12), rgba(135,190,130,0.06)); border-left-color: #87be82; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue