Improve high-contrast support for spotlight (#8948)
This commit is contained in:
parent
bb859d5886
commit
c3f26d619e
4 changed files with 122 additions and 6 deletions
|
@ -37,7 +37,7 @@ export const Option: React.FC<OptionProps> = ({ inputRef, children, endAdornment
|
|||
role="option"
|
||||
>
|
||||
{ children }
|
||||
<div className="mx_SpotlightDialog_enterPrompt" aria-hidden>↵</div>
|
||||
<kbd className="mx_SpotlightDialog_enterPrompt" aria-hidden>↵</kbd>
|
||||
{ endAdornment }
|
||||
</AccessibleButton>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue