From efc5bc2c553a600467735ad318f92aa83f00a482 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 2 Jan 2018 21:06:06 -0500 Subject: [PATCH] UX: removing double underline from abbr --- app/assets/stylesheets/vendor/normalize.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/vendor/normalize.scss b/app/assets/stylesheets/vendor/normalize.scss index af487ed139a..22ed7c37949 100644 --- a/app/assets/stylesheets/vendor/normalize.scss +++ b/app/assets/stylesheets/vendor/normalize.scss @@ -101,11 +101,12 @@ a:hover { ========================================================================== */ /** - * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + * Address styling not present in IE 8/9/10/11 & Edge */ -abbr[title] { - border-bottom: 1px dotted; + abbr[title], acronym[title] { + text-decoration: underline; + text-decoration-style: dotted; } /**