mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
Ensure textarea is always clickable for text stories
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
&:disabled {
|
||||
color: inherit;
|
||||
cursor: inherit;
|
||||
// By disabling pointer-events, we prevent the disabled textarea from swallowing
|
||||
// all click events
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user