mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-11 09:00:48 +02:00
minor screen reader improvements
This commit is contained in:
@@ -15,13 +15,13 @@ export function filterSyntax() {
|
||||
if (data.show) {
|
||||
return [
|
||||
t.span({ className: "txt" }, "Hide details"),
|
||||
t.i({ className: "ri-arrow-up-s-line" }),
|
||||
t.i({ className: "ri-arrow-up-s-line", ariaHidden: true }),
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
t.span({ className: "txt" }, "Show details"),
|
||||
t.i({ className: "ri-arrow-down-s-line" }),
|
||||
t.i({ className: "ri-arrow-down-s-line", ariaHidden: true }),
|
||||
];
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user