From 979df2b6c5a54846723f431fd5420e1719a99aa8 Mon Sep 17 00:00:00 2001 From: mik-laj Date: Sat, 10 Oct 2015 16:48:02 +0200 Subject: [PATCH] Disable text-decoration on reveal-close --- scss/foundation/components/_reveal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/foundation/components/_reveal.scss b/scss/foundation/components/_reveal.scss index 508bde91d..346b12443 100644 --- a/scss/foundation/components/_reveal.scss +++ b/scss/foundation/components/_reveal.scss @@ -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") { -- 2.47.2