mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Ensure textarea is always clickable for text stories
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