mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
Remove tab title label from the accessibility tree
This commit is contained in:
parent
a25a17ea29
commit
c3cfa6044a
6 changed files with 81 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue