From f9745fd2b119113d18f1ab99c978a1a1af691e5e Mon Sep 17 00:00:00 2001 From: Holger Jeromin Date: Tue, 27 Feb 2018 21:25:03 +0100 Subject: [PATCH 1/1] Move abbr style from border to text-decoration --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6df4c14ac..4353e5e65 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -38,7 +38,7 @@ textarea, body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; } abbr, acronym { - border-bottom: .1em dotted; + text-decoration: underline dotted; cursor: help; } -- 2.43.2