@@ -48,7 +48,6 @@ body.docs-ndl .nav-menu .docs-home-link {
48
48
49
49
body .docs-ndl .nav-menu .docs-home-link : hover ,
50
50
body .docs-ndl .nav-menu .docs-home-link : focus {
51
- cursor : default;
52
51
text-decoration : none;
53
52
background-color : var (--colors-baltic-15 );
54
53
}
@@ -64,7 +63,6 @@ body.docs-ndl .nav-menu .home-link.is-home {
64
63
}
65
64
66
65
body .docs-ndl .nav-menu .home-link .is-home a {
67
- cursor : default;
68
66
display : flex;
69
67
background-color : rgba (var (--colors-baltic-10 ));
70
68
color : rgba (var (--colors-baltic-50 ));
@@ -93,7 +91,6 @@ body.docs-ndl .nav-menu .nav-module > ul:not(ul:has(li)) {
93
91
94
92
body .docs-ndl .nav-menu a ,
95
93
body .docs-ndl .nav-text {
96
- cursor : default;
97
94
color : var (--neutral-color );
98
95
}
99
96
@@ -164,7 +161,6 @@ body.docs-ndl.explainer .toolbar {
164
161
165
162
body .docs-ndl .doc a {
166
163
text-decoration : none;
167
- cursor : default;
168
164
}
169
165
170
166
body .docs-ndl .doc a ::after {
@@ -560,7 +556,6 @@ body.docs-ndl .highlights .list a:hover,
560
556
body .docs-ndl .highlights .list a : focus {
561
557
text-decoration : none;
562
558
background-color : var (--toc_hover-background-color );
563
- cursor : default;
564
559
}
565
560
566
561
body .docs-ndl .highlights .list ul li {
@@ -607,7 +602,6 @@ body.docs-ndl .lists ul li {
607
602
body .docs-ndl .lists ul li a {
608
603
font-weight : var (--font-weight-normal );
609
604
text-decoration : none;
610
- cursor : default;
611
605
}
612
606
613
607
/* cards */
0 commit comments