Skip to content

Commit

Permalink
Merge pull request #10900 from DestinyItemManager/select-history
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis authored Jan 19, 2025
2 parents 9dd601d + 061152c commit e34472d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/search/SearchHistory.m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
padding: 16px 8px;
}

td {
user-select: text;
}

tr:nth-child(2n) {
td {
background-color: rgba(0, 0, 0, 0.2);
Expand Down

0 comments on commit e34472d

Please sign in to comment.