Merge pull request #2266 from dpalou/MOBILE-3334-int

MOBILE-3334 desktop: Show ? cursor for glossary autolinks
main
Juan Leyva 2020-02-07 15:45:48 +01:00 committed by GitHub
commit 0c26925e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1121,6 +1121,10 @@ ion-app.app-root {
select {
cursor: pointer;
}
a.autolink.glossary:hover {
cursor: help;
}
}
@each $color-name, $color-base, $color-contrast in get-colors($colors) {