Skip to content

Commit 151e639

Browse files
Visually clarify that links are clickable (#297)
(complements #292).
1 parent cff210f commit 151e639

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/css/docs-ndl.css

-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ body.docs-ndl .nav-menu .docs-home-link {
4848

4949
body.docs-ndl .nav-menu .docs-home-link:hover,
5050
body.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

6665
body.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

9492
body.docs-ndl .nav-menu a,
9593
body.docs-ndl .nav-text {
96-
cursor: default;
9794
color: var(--neutral-color);
9895
}
9996

@@ -164,7 +161,6 @@ body.docs-ndl.explainer .toolbar {
164161

165162
body.docs-ndl .doc a {
166163
text-decoration: none;
167-
cursor: default;
168164
}
169165

170166
body.docs-ndl .doc a::after {
@@ -560,7 +556,6 @@ body.docs-ndl .highlights .list a:hover,
560556
body.docs-ndl .highlights .list a:focus {
561557
text-decoration: none;
562558
background-color: var(--toc_hover-background-color);
563-
cursor: default;
564559
}
565560

566561
body.docs-ndl .highlights .list ul li {
@@ -607,7 +602,6 @@ body.docs-ndl .lists ul li {
607602
body.docs-ndl .lists ul li a {
608603
font-weight: var(--font-weight-normal);
609604
text-decoration: none;
610-
cursor: default;
611605
}
612606

613607
/* cards */

src/css/themes.css

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ body.docs .banner .button a:hover {
7676
background: var(--colors-baltic-30);
7777
border: 1px solid var(--colors-baltic-30);
7878
text-decoration: none;
79-
cursor: default;
8079
}
8180

8281
body.docs .nav-item .nav-item::before,

0 commit comments

Comments
 (0)