Skip to content

Commit

Permalink
Merge pull request #2520 from codecrafters-io/andy/patch
Browse files Browse the repository at this point in the history
Make removed lines in diffs (solutions) not selectable
  • Loading branch information
andy1li authored Jan 7, 2025
2 parents 81ecce2 + 34d84da commit e69a909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@

.diff-highlight .removed-line {
background-color: rgba(255, 0, 0, 0.1);
user-select: none;
}

.dark .diff-highlight .removed-line {
Expand Down

0 comments on commit e69a909

Please sign in to comment.