Skip to content

Commit 0c26925

Browse files
authored
Merge pull request #2266 from dpalou/MOBILE-3334-int
MOBILE-3334 desktop: Show ? cursor for glossary autolinks
2 parents 235a504 + 710265f commit 0c26925

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,10 @@ ion-app.app-root {
11211121
select {
11221122
cursor: pointer;
11231123
}
1124+
1125+
a.autolink.glossary:hover {
1126+
cursor: help;
1127+
}
11241128
}
11251129

11261130
@each $color-name, $color-base, $color-contrast in get-colors($colors) {

0 commit comments

Comments
 (0)