Skip to content

Commit

Permalink
Allow users to select form labels (primer#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanatsmith authored Dec 11, 2023
1 parent 5eaad7f commit c162880
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-files-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Remove `user-select: none` to allow users to select form label text
1 change: 0 additions & 1 deletion app/components/primer/alpha/text_field.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
font-weight: var(--base-text-weight-semibold);
line-height: var(--text-body-lineHeight-medium);
color: var(--fgColor-default);
user-select: none;
}

/* optional caption */
Expand Down

0 comments on commit c162880

Please sign in to comment.