From 967b5ed1ac6d3e8f517199a008638056c982d296 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 23 May 2017 18:02:37 -0400 Subject: [PATCH] Remove special coloring for abbr, fixes #10041 --- scss/typography/_base.scss | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.47.2