From ced910a88638fb2658ffc521aa0a13169132225a Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Wed, 16 Jan 2019 17:54:29 +0000
Subject: [PATCH] Fix hidden nav button on inverted (#140)
---
assets/scss/_navigation_inverted.scss | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/assets/scss/_navigation_inverted.scss b/assets/scss/_navigation_inverted.scss
index 4cdbb48..732f224 100644
--- a/assets/scss/_navigation_inverted.scss
+++ b/assets/scss/_navigation_inverted.scss
@@ -31,7 +31,6 @@
}
}
.menu-button {
- display: none;
@media only screen and (max-width : 768px) {
color: $fg-color-inverted;
&:hover,
--
Gitblit v1.10.0