From b7936e1f9b2b069a80c21b0bbdc6b3529d71fbc8 Mon Sep 17 00:00:00 2001
From: Peter Jaszkowiak
Date: Sun, 19 Nov 2017 19:33:57 -0700
Subject: [PATCH] Remove panel overlay
---
less/mobile.less | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/less/mobile.less b/less/mobile.less
index d8212ac..34e538f 100644
--- a/less/mobile.less
+++ b/less/mobile.less
@@ -238,7 +238,7 @@
animation: fade 250ms ease-in-out both;
}
- .slideout-panel {
+ .slideout-open .slideout-panel {
&::after {
position: fixed;
top: 0;
@@ -247,19 +247,8 @@
right: 0;
z-index: 1040;
content: ' ';
- background: rgba(256, 256, 256, 0.5);
opacity: 0;
- visibility: hidden;
- transition-property: opacity, visibility;
- transition-duration: 200ms, 0s;
- transition-delay: 0s, 100ms;
- transition-timing-function: ease-in-out;
- }
-
- .slideout-open &::after {
- opacity: 1;
- visibility: visible;
}
}