From: Tom Hughes Date: Tue, 27 Feb 2018 20:19:52 +0000 (+0000) Subject: Remove underline from abbr elements X-Git-Tag: live~3162 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c858d7d53ab866ce7e15bc2a9a11257805e195e2?hp=81241b30835fe090ebc9f511d1954a5c511c94ca Remove underline from abbr elements Fixes #1771 --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6df4c14ac..4f2571917 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -38,7 +38,6 @@ textarea, body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; } abbr, acronym { - border-bottom: .1em dotted; cursor: help; }