Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/app/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
* App chrome (sidebar, page headers, composer toolbars) opts out of text
* selection with `select-none` so drags and Select All only pick up
* content. `user-select: auto` resolves from the parent, so WebKit would
* carry that opt-out into editable controls inside those regions (the
* sidebar thread search, the inline thread-title rename) and refuse to
* select their text. Restore native selection on the controls themselves.
* carry that opt-out into editable controls inside those regions (for
* example the inline thread-title rename) and refuse to select their text.
* Restore native selection on the controls themselves.
*/
.select-none
:where(input, textarea, [contenteditable]:not([contenteditable="false"])) {
Expand Down
Loading
Loading