Skip to content

Commit 6196e43

Browse files
rm unused code
1 parent 03ee428 commit 6196e43

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

themes/doc/lib/browser/navigation/components.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function Logo ({page, url_for}) {
1616
<a href={url_for(homePath)}>
1717
<img src={url_for('images/logo.png')} className="doc-navbar__logo__img"/>
1818
<img src={url_for('images/logo-middle.png')} className="doc-navbar__logo__img-full"/>
19-
{/* <span className="doc-navbar__logo__text">{navigation.logo.text}</span> */}
2019
</a>
2120
</span>
2221
);

themes/doc/source/style/_doc/navigation.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,6 @@
5858
}
5959
}
6060

61-
&__logo__text {
62-
flex-grow: 1;
63-
margin-right: 0.6rem;
64-
line-height: 1.6rem;
65-
font-size: 14px;
66-
font-family: "Source Sans Pro", "Ubuntu", "Helvetica Neue", "Helvetica", sans-serif;
67-
font-weight: 700;
68-
color: $doc-navbar-logo-text-color;
69-
70-
@media screen and (max-width: $doc-breakpoint) {
71-
display: none
72-
}
73-
}
74-
7561
&__sidebar-toggle {
7662
line-height: $doc-navbar-height;
7763
font-size: 2rem;

0 commit comments

Comments
 (0)