From: XhmikosR Date: Mon, 3 Dec 2018 16:09:58 +0000 (+0200) Subject: Backport the `abbr` fix from the updated normalize.css. X-Git-Tag: v3.4.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf69f1fceca428777ab8e1da4cb2ae8bd900029d;p=thirdparty%2Fbootstrap.git Backport the `abbr` fix from the updated normalize.css. --- diff --git a/less/normalize.less b/less/normalize.less index 0240d72e96..68f9c21447 100644 --- a/less/normalize.less +++ b/less/normalize.less @@ -106,11 +106,14 @@ a:hover { // ========================================================================== // -// Address styling not present in IE 8/9/10/11, Safari, and Chrome. +// 1. Remove the bottom border in Chrome 57- and Firefox 39-. +// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. // abbr[title] { - border-bottom: 1px dotted; + border-bottom: none; // 1 + text-decoration: underline; // 2 + text-decoration: underline dotted; // 2 } //