remove dead code

This commit is contained in:
taehoon 2019-08-25 16:58:13 -04:00
parent 0e21c3cdd9
commit 7b5cdab7cd
1 changed files with 0 additions and 17 deletions

View File

@ -549,23 +549,6 @@ nav {
color: var(--faint, $fallback--faint);
box-shadow: 0px 0px 4px rgba(0,0,0,.6);
box-shadow: var(--topBarShadow);
.back-button {
display: block;
max-width: 99px;
transition-property: opacity, max-width;
transition-duration: 300ms;
transition-timing-function: ease-out;
i {
margin: 0 1em;
}
&.hidden {
opacity: 0;
max-width: 5px;
}
}
}
.fade-enter-active, .fade-leave-active {