Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit dc30257

Browse files
committed
dont use cursor: help
1 parent 0be11ad commit dc30257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ button.danger:hover {
11061106
align-items: center;
11071107
font-weight: bold;
11081108
color: var(--color-sidebar-fg);
1109-
cursor: help;
1109+
cursor: pointer;
11101110
}
11111111

11121112
#main-sidebar nav .show-help .keyboard-shortcut {
@@ -1301,7 +1301,7 @@ button.danger:hover {
13011301
height: 1rem;
13021302
color: var(--color-workspace-item-subtle-fg-em);
13031303
transition: color 0.2s;
1304-
cursor: help;
1304+
cursor: pointer;
13051305
}
13061306

13071307
.definition-row header .names .other-names:hover {

0 commit comments

Comments
 (0)