From 7b5cdab7cd1931907feba8b6646eaaef37fbef7e Mon Sep 17 00:00:00 2001 From: taehoon Date: Sun, 25 Aug 2019 16:58:13 -0400 Subject: [PATCH 1/2] remove dead code --- src/App.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/App.scss b/src/App.scss index 1299e05d..ac4a21a1 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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 { From a0712270aa3fc1cd214c184d10cd3bfdf616d858 Mon Sep 17 00:00:00 2001 From: taehoon Date: Mon, 26 Aug 2019 14:29:40 -0400 Subject: [PATCH 2/2] remove dead code --- src/App.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.scss b/src/App.scss index ac4a21a1..fac800bc 100644 --- a/src/App.scss +++ b/src/App.scss @@ -584,12 +584,6 @@ nav { overflow-y: scroll; } - nav { - .back-button { - display: none; - } - } - .sidebar-bounds { overflow: hidden; max-height: 100vh;