]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
in reference to issue #6445 I wanted to address the .show-for-print class that is... 6495/head
authorcaycek <me@caycekoehler.com>
Thu, 23 Apr 2015 17:13:26 +0000 (13:13 -0400)
committercaycek <me@caycekoehler.com>
Thu, 23 Apr 2015 17:13:26 +0000 (13:13 -0400)
scss/foundation/components/_visibility.scss

index 57da077b2fbe896db563eef964138a4cee242cc5..f4bfebc5713dc9a5f2f6622e82007bec18d7a9d7 100644 (file)
@@ -484,5 +484,9 @@ $visibility-breakpoint-queries:
       td.show-for-print { display: table-cell !important; }
       th.show-for-print { display: table-cell !important; }
     }
+
+    @media not print{
+      .show-for-print { display: none !important; }
+    }
   }
 }