]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove Border in Full Screen 7546/head
authorNeil <nlittle2011@gmail.com>
Tue, 15 Dec 2015 11:16:52 +0000 (11:16 +0000)
committerNeil <nlittle2011@gmail.com>
Tue, 15 Dec 2015 11:16:52 +0000 (11:16 +0000)
Not needed in full screen. CSS targets fullscreen only.

Test case - black background, border is visible.

scss/components/_reveal.scss

index 7c887b8a89450c9d8ace2b8abb292792ad0b396c..57067ea291292ea63f5f005c7416153c84c5cc18 100644 (file)
@@ -109,6 +109,7 @@ $reveal-overlay-background: rgba($black, 0.45) !default;
   min-height: 100vh;
   max-width: none;
   margin-left: 0;
+  border: none;
 }
 
 @mixin foundation-reveal {