Skip to content

Commit 6d37f65

Browse files
committed
Add aria-hidden to chevrons
1 parent 0059ebd commit 6d37f65

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/airtable/src/FieldMapping.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { isCollectionReference } from "./utils"
88

99
function ChevronIcon() {
1010
return (
11-
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" aria-label="Chevron">
11+
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" aria-hidden="true">
1212
<path
1313
d="M 3 11 L 6 8 L 3 5"
1414
fill="transparent"

plugins/notion/src/FieldMapping.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ function FieldMappingRow({
8989
width="8"
9090
height="8"
9191
fill="none"
92+
aria-hidden="true"
9293
style={{ opacity: disabled ? 0.5 : 1 }}
9394
>
9495
<path

0 commit comments

Comments
 (0)