Skip to content

Commit c8089df

Browse files
bring back user-select for upcoming and watched
Co-Authored-By: ChunkyProgrammer <[email protected]>
1 parent 5dc0cf1 commit c8089df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/renderer/scss-partials/_ft-list-item.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,14 @@ $watched-transition-duration: 0.5s;
388388
}
389389
}
390390

391+
.videoWatched,
392+
.live,
393+
.upcoming {
394+
user-select: none;
395+
}
396+
391397
.live {
392398
text-transform: uppercase;
393-
user-select: none;
394399
}
395400

396401
// we use h3 for semantic reasons but don't want to keep the h3 style

0 commit comments

Comments
 (0)