From: William Entriken Date: Tue, 23 May 2017 22:02:37 +0000 (-0400) Subject: Remove special coloring for abbr, fixes #10041 X-Git-Tag: v6.4.0-rc1~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10067%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove special coloring for abbr, fixes #10041 --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index f85c398ce..394614e80 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -471,7 +471,6 @@ $abbr-underline: 1px dotted $black !default; // Abbreviations abbr, abbr[title] { border-bottom: $abbr-underline; - color: $body-font-color; cursor: help; text-decoration: none; }