diff --git a/app/assets/stylesheets/vendor/normalize.scss b/app/assets/stylesheets/vendor/normalize.scss index af487ed139..22ed7c3794 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; } /**