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:
@@ -425,10 +425,12 @@ Kirigami.ApplicationWindow {
|
|||||||
|
|
||||||
z: 20
|
z: 20
|
||||||
x: 0
|
x: 0
|
||||||
|
Accessible.ignored: true
|
||||||
y: parent.height - implicitHeight
|
y: parent.height - implicitHeight
|
||||||
contentItem: QQC2.Label {
|
contentItem: QQC2.Label {
|
||||||
id: linkText
|
id: linkText
|
||||||
text: parent.text.startsWith("https://matrix.to/") ? "" : parent.text
|
text: parent.text.startsWith("https://matrix.to/") ? "" : parent.text
|
||||||
|
Accessible.description: i18nc("@info screenreader", "The currently selected link")
|
||||||
}
|
}
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
|
|||||||
Reference in New Issue
Block a user