improve chat input accessibility (#2353)
Sets aria-role="textbox" and aria-placeholder
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
/* If the div is empty then show the placeholder */
|
||||
#message-input:empty:before {
|
||||
content: attr(placeholderText);
|
||||
content: attr(aria-placeholder);
|
||||
pointer-events: none;
|
||||
position: absolute; /* Fixes firefox positioning caret on the right */
|
||||
display: block; /* For Firefox */
|
||||
|
||||
Reference in New Issue
Block a user