mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-17 20:10:55 +02:00
minor screen reader improvements
This commit is contained in:
@@ -47,7 +47,7 @@ export function appHeader() {
|
||||
},
|
||||
() => {
|
||||
if (link.icon) {
|
||||
return t.i({ className: link.icon });
|
||||
return t.i({ className: link.icon, ariaHidden: true });
|
||||
}
|
||||
},
|
||||
t.span({ className: "txt" }, () => link.label),
|
||||
@@ -63,7 +63,7 @@ export function appHeader() {
|
||||
"html-popovertarget": "logged-user-dropdown",
|
||||
},
|
||||
t.span({ className: "superuser-name txt-ellipsis" }, () => app.store.superuser?.email),
|
||||
t.i({ className: "ri-arrow-drop-down-line" }),
|
||||
t.i({ className: "ri-arrow-drop-down-line", ariaHidden: true }),
|
||||
),
|
||||
t.div(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user