Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ body.docs-ndl .nav-menu .docs-home-link {

body.docs-ndl .nav-menu .docs-home-link:hover,
body.docs-ndl .nav-menu .docs-home-link:focus {
cursor: default;
text-decoration: none;
background-color: var(--colors-baltic-15);
}
Expand All @@ -64,7 +63,6 @@ body.docs-ndl .nav-menu .home-link.is-home {
}

body.docs-ndl .nav-menu .home-link.is-home a {
cursor: default;
display: flex;
background-color: rgba(var(--colors-baltic-10));
color: rgba(var(--colors-baltic-50));
Expand Down Expand Up @@ -93,7 +91,6 @@ body.docs-ndl .nav-menu .nav-module > ul:not(ul:has(li)) {

body.docs-ndl .nav-menu a,
body.docs-ndl .nav-text {
cursor: default;
color: var(--neutral-color);
}

Expand Down Expand Up @@ -164,7 +161,6 @@ body.docs-ndl.explainer .toolbar {

body.docs-ndl .doc a {
text-decoration: none;
cursor: default;
}

body.docs-ndl .doc a::after {
Expand Down Expand Up @@ -560,7 +556,6 @@ body.docs-ndl .highlights .list a:hover,
body.docs-ndl .highlights .list a:focus {
text-decoration: none;
background-color: var(--toc_hover-background-color);
cursor: default;
}

body.docs-ndl .highlights .list ul li {
Expand Down Expand Up @@ -607,7 +602,6 @@ body.docs-ndl .lists ul li {
body.docs-ndl .lists ul li a {
font-weight: var(--font-weight-normal);
text-decoration: none;
cursor: default;
}

/* cards */
Expand Down