Skip to content

Commit

Permalink
Disallow selecting placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 23, 2023
1 parent 6874f86 commit 6321cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
.sp-container .sp-placeholder-value {
background: #f2f7ff;
color: #4694ff;
user-select: none;
}

.sp-container .sp-value,
Expand Down

0 comments on commit 6321cff

Please sign in to comment.