]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fix: anchor text-decoration with $anchor-text-decoration variable 290/head
authorandrewmnlv <dr.m-night@yandex.ru>
Fri, 25 Mar 2016 13:46:42 +0000 (16:46 +0300)
committerandrewmnlv <dr.m-night@yandex.ru>
Fri, 25 Mar 2016 13:46:42 +0000 (16:46 +0300)
scss/components/_type.scss

index bd87c7aa1e3236c92043b566fb109bc6da7d0b89..7bf0cd0ebd154557bfcbf28b6feb35b10bafe7be 100755 (executable)
@@ -238,7 +238,7 @@ small {
 
 a {
   color: $anchor-color;
-  text-decoration: none;
+  text-decoration: $anchor-text-decoration;
 
   &:hover {
     color: $anchor-color-hover;