MOBILE-3334 desktop: Show ? cursor for glossary autolinks
parent
235a504065
commit
710265f094
|
@ -1121,6 +1121,10 @@ ion-app.app-root {
|
||||||
select {
|
select {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.autolink.glossary:hover {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@each $color-name, $color-base, $color-contrast in get-colors($colors) {
|
@each $color-name, $color-base, $color-contrast in get-colors($colors) {
|
||||||
|
|
Loading…
Reference in New Issue