Skip to content

Commit 728003f

Browse files
committed
revert some toolbar
1 parent 63d7099 commit 728003f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/css/docs-ndl.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ body.docs-ndl .nav-menu .nav-item > a > strong {
142142

143143
/* toolbar */
144144

145-
body.docs-ndl .toolbar {
146-
box-shadow: none;
145+
body.docs-ndl.hub .toolbar {
146+
visibility: hidden;
147147
}
148148

149-
/* body.docs-ndl.explainer .toolbar {
149+
body.docs-ndl.explainer .toolbar {
150150
background-color: rgba(var(--colors-neutral-10));
151-
} */
151+
}
152152

153153
body.docs-ndl .doc a {
154154
text-decoration: none;
@@ -829,7 +829,7 @@ body.docs-ndl .bottom-cards:not(.selectable) .sect2 .paragraph.link {
829829
}
830830

831831
body.docs-ndl .cards .sect2 .paragraph.category {
832-
display: flex;
832+
display: none;
833833
}
834834

835835
body.docs-ndl .plain-links a.external::after {

src/css/toolbar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ body.has-banner .toolbar {
5151
}
5252

5353
.home-link {
54+
background: url(../img/home-o.svg) no-repeat 50% 45%;
55+
background-size: 50%;
5456
display: block;
5557
height: 2.5rem;
5658
margin: 0;
@@ -60,8 +62,7 @@ body.has-banner .toolbar {
6062

6163
.home-link:hover,
6264
.home-link.is-current {
63-
background: rgba(var(--colors-baltic-10));
64-
color: rgba(var(--colors-baltic-50));
65+
background-image: url(../img/home.svg);
6566
}
6667

6768
.home-link a line {

0 commit comments

Comments
 (0)