Skip to content

Commit

Permalink
Remove user-select lines (already in another PR) & one extraneous line
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Aug 28, 2023
1 parent 2186613 commit 26d9292
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/renderer/scss-partials/_ft-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ $watched-transition-duration: 0.5s;
.inner {
grid-column: 1;
grid-row: 1;
user-select: none;
-webkit-user-select: none;
}

.thumbnailLink {
Expand Down Expand Up @@ -308,8 +306,7 @@ $watched-transition-duration: 0.5s;
&:hover .favoritesIcon,
&:hover .externalPlayerIcon,
&:focus-within .favoritesIcon,
&:focus-within .externalPlayerIcon,
&:focus-within .optionsButton {
&:focus-within .externalPlayerIcon {
visibility: visible;
opacity: $thumbnail-overlay-opacity;
}
Expand All @@ -334,8 +331,6 @@ $watched-transition-duration: 0.5s;
.live,
.upcoming {
text-transform: uppercase;
user-select: none;
-webkit-user-select: none;
}

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

0 comments on commit 26d9292

Please sign in to comment.