@@ -48,7 +48,6 @@ body.docs-ndl .nav-menu .docs-home-link {
4848
4949body .docs-ndl .nav-menu .docs-home-link : hover ,
5050body .docs-ndl .nav-menu .docs-home-link : focus {
51- cursor : default;
5251 text-decoration : none;
5352 background-color : var (--colors-baltic-15 );
5453}
@@ -64,7 +63,6 @@ body.docs-ndl .nav-menu .home-link.is-home {
6463}
6564
6665body .docs-ndl .nav-menu .home-link .is-home a {
67- cursor : default;
6866 display : flex;
6967 background-color : rgba (var (--colors-baltic-10 ));
7068 color : rgba (var (--colors-baltic-50 ));
@@ -93,7 +91,6 @@ body.docs-ndl .nav-menu .nav-module > ul:not(ul:has(li)) {
9391
9492body .docs-ndl .nav-menu a ,
9593body .docs-ndl .nav-text {
96- cursor : default;
9794 color : var (--neutral-color );
9895}
9996
@@ -164,7 +161,6 @@ body.docs-ndl.explainer .toolbar {
164161
165162body .docs-ndl .doc a {
166163 text-decoration : none;
167- cursor : default;
168164}
169165
170166body .docs-ndl .doc a ::after {
@@ -560,7 +556,6 @@ body.docs-ndl .highlights .list a:hover,
560556body .docs-ndl .highlights .list a : focus {
561557 text-decoration : none;
562558 background-color : var (--toc_hover-background-color );
563- cursor : default;
564559}
565560
566561body .docs-ndl .highlights .list ul li {
@@ -607,7 +602,6 @@ body.docs-ndl .lists ul li {
607602body .docs-ndl .lists ul li a {
608603 font-weight : var (--font-weight-normal );
609604 text-decoration : none;
610- cursor : default;
611605}
612606
613607/* cards */
0 commit comments