Remove tab title label from the accessibility tree

This commit is contained in:
Arnold Loubriat 2025-01-02 18:32:02 +01:00 committed by Simon Hausmann
parent a25a17ea29
commit c3cfa6044a
6 changed files with 81 additions and 2 deletions

View file

@ -85,6 +85,7 @@ export component TabImpl inherits Rectangle {
font-size: root.is-current ? FluentFontSettings.body-strong.font-size : FluentFontSettings.body.font-size;
font-weight: root.is-current ? FluentFontSettings.body-strong.font-weight : FluentFontSettings.body.font-weight;
color: root.is-current ? FluentPalette.control-foreground : FluentPalette.text-secondary;
accessible-role: none;
}
}