Remove aria-hidden from theme menu divider option (#23704)

GitOrigin-RevId: c6df23ad5869aaff41beb767ecd5d1d86910a267
This commit is contained in:
Alf Eaton
2025-02-21 13:22:06 +00:00
committed by Copybot
parent 2139107f6b
commit 816410f2d4

View File

@@ -21,7 +21,6 @@ export default function SettingsEditorTheme() {
const dividerOption: Option = {
value: '-',
label: '—————————————————',
ariaHidden: 'true',
disabled: true,
}