]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Disable text-decoration on reveal-close 6931/head
authormik-laj <mik-laj@users.noreply.github.com>
Sat, 10 Oct 2015 14:48:02 +0000 (16:48 +0200)
committermik-laj <mik-laj@users.noreply.github.com>
Sat, 10 Oct 2015 14:48:02 +0000 (16:48 +0200)
scss/foundation/components/_reveal.scss

index 508bde91d736fd24590ced9f723e88346a4ebf7a..346b12443cd202b5db02fab0c8448606dae3fd7e 100644 (file)
@@ -163,6 +163,7 @@ $z-index-base: 1005;
   position: absolute;
   top: $reveal-close-top;
   #{$opposite-direction}: $reveal-close-side;
+  text-decoration: none;
 }
 
 @include exports("reveal") {