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:
parent
274fbc4444
commit
436584742a
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue