Skip to content

Commit

Permalink
refactor: Remove cursor pointer from textarea label in TextArea.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Villy-P committed Oct 29, 2024
1 parent ce6f61d commit 4e2309b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/TextArea.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
.textarea-label {
display: block;
color: var(--vscode-foreground, #ccc);
cursor: pointer;
font-size: var(--vscode-font-size, 13px);
line-height: var(--type-ramp-base-line-height, normal);
margin-bottom: 2px;
Expand Down

0 comments on commit 4e2309b

Please sign in to comment.