fix(a11y): close cross-app interaction gaps
This commit is contained in:
@@ -312,6 +312,7 @@ function Shell({ jobPageSize, setJobPageSize, jobColumns, setJobColumns, themeMo
|
||||
color="secondary"
|
||||
size="small"
|
||||
title={`${t("quickSearch")} (${shortcutHint})`}
|
||||
aria-label={`${t("quickSearch")} (${shortcutHint})`}
|
||||
onClick={() => setQuickOpen(true)}
|
||||
sx={{ border: "1px solid", borderColor: "divider", borderRadius: 2.5, width: 42, height: 42, flex: "0 0 auto" }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user