Have linkifier2 use screen element for link detection

Fixes #3579
This commit is contained in:
Daniel Imms
2021-12-20 08:46:13 -08:00
parent cde4277e84
commit 9a920a10f3
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -133,7 +133,8 @@
cursor: default;
}
.xterm.xterm-cursor-pointer {
.xterm.xterm-cursor-pointer,
.xterm .xterm-cursor-pointer {
cursor: pointer;
}