Improve hover link indicator accessibility

It's a bit pointless, since hovering it requires a mouse... but it's better than the previous behavior
This commit is contained in:
Tobias Fella
2024-03-03 17:11:53 +01:00
parent 85b806fcba
commit 93ceb4d49c

View File

@@ -425,10 +425,12 @@ Kirigami.ApplicationWindow {
z: 20
x: 0
Accessible.ignored: true
y: parent.height - implicitHeight
contentItem: QQC2.Label {
id: linkText
text: parent.text.startsWith("https://matrix.to/") ? "" : parent.text
Accessible.description: i18nc("@info screenreader", "The currently selected link")
}
Kirigami.Theme.colorSet: Kirigami.Theme.View
background: Rectangle {