Skip to content

Commit

Permalink
Add user-select:none to one more area
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Aug 27, 2023
1 parent 09858af commit 2c1c431
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/scss-partials/_ft-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ $watched-transition-duration: 0.5s;
.inner {
grid-column: 1;
grid-row: 1;
user-select: none;
-webkit-user-select: none;
}

.thumbnailLink {
Expand Down Expand Up @@ -304,6 +306,8 @@ $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 2c1c431

Please sign in to comment.