Skip to content

Commit 6b2553e

Browse files
committed
Final fixes to ui
1 parent 6337fe3 commit 6b2553e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/css/docs-ndl.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
src: url('https://storage.googleapis.com/neo4j-fonts/Syne%20Neo%20Medium%20Font.otf') format('opentype');
44
}
55

6+
@media screen and (min-width: 1024px) {
7+
body:not(.landing) main>.content {
8+
margin-top: 0;
9+
}
10+
}
11+
612
body.docs-ndl.hub,
713
body.docs-ndl.explainer {
814
background: rgba(var(--colors-neutral-15));
@@ -152,6 +158,7 @@ body.docs-ndl.explainer .toolbar {
152158

153159
body.docs-ndl .doc a {
154160
text-decoration: none;
161+
cursor: default;
155162
}
156163

157164
body.docs-ndl .doc a::after {
@@ -465,6 +472,10 @@ body.docs-ndl .cards .sect2.selectable a {
465472
text-decoration: solid;
466473
}
467474

475+
body.docs-ndl .cards .sect2.selectable .link a:hover {
476+
text-decoration: underline;
477+
}
478+
468479
body.docs-ndl .cards .sect2.selectable:hover div.description {
469480
text-decoration: none;
470481
}
@@ -544,6 +555,7 @@ body.docs-ndl .highlights .list a:hover,
544555
body.docs-ndl .highlights .list a:focus {
545556
text-decoration: none;
546557
background-color: var(--toc_hover-background-color);
558+
cursor: default;
547559
}
548560

549561
body.docs-ndl .highlights .list ul li {
@@ -590,6 +602,7 @@ body.docs-ndl .lists ul li {
590602
body.docs-ndl .lists ul li a {
591603
font-weight: var(--font-weight-normal);
592604
text-decoration: none;
605+
cursor: default;
593606
}
594607

595608
/* cards */
@@ -637,6 +650,7 @@ body.docs-ndl .cards.selectable .sect2:hover {
637650
transition: 0.1s linear;
638651
border: 1px solid var(--page-version-missing-font-color);
639652
box-shadow: 0 1px 2px 0 rgba(26, 27, 29, 0.18);
653+
cursor: default;
640654
}
641655

642656
/* styles for specific types of cards:

0 commit comments

Comments
 (0)