mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Ensure textarea is always clickable for text stories
This commit is contained in:
@@ -49,6 +49,9 @@
|
|||||||
&:disabled {
|
&:disabled {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
|
// By disabling pointer-events, we prevent the disabled textarea from swallowing
|
||||||
|
// all click events
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user