Remove underline from abbr elements

Fixes #1771
This commit is contained in:
Tom Hughes 2018-02-27 20:19:52 +00:00
parent 81241b3083
commit c858d7d53a

View file

@ -38,7 +38,6 @@ textarea,
body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
abbr, acronym {
border-bottom: .1em dotted;
cursor: help;
}