From c858d7d53ab866ce7e15bc2a9a11257805e195e2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 27 Feb 2018 20:19:52 +0000 Subject: [PATCH 1/1] Remove underline from abbr elements Fixes #1771 --- app/assets/stylesheets/common.scss | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.43.2