Skip to content

Commit 8aab465

Browse files
authored
fix lint errors and remove unused code
1 parent fde27c2 commit 8aab465

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/css/nav.css

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,7 @@
5858
top: 0;
5959
z-index: 1;
6060
left: -1000%;
61-
}
62-
/* open this if you need version dropdown with continuous background */
63-
64-
/* .version-control-box:before {
65-
position: absolute;
66-
content: '';
67-
display: inline-block;
68-
width: 1000%;
69-
height: 100%;
70-
background: var(--color-brand-gray6);
71-
top: 0;
72-
z-index: 11;
73-
left: -1000%;
74-
} */
75-
61+
}
7662
}
7763

7864
.nav-menu .nav-link,

0 commit comments

Comments
 (0)