]> git.openstreetmap.org Git - rails.git/commitdiff
Remove underline from abbr elements
authorTom Hughes <tom@compton.nu>
Tue, 27 Feb 2018 20:19:52 +0000 (20:19 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 27 Feb 2018 20:19:52 +0000 (20:19 +0000)
Fixes #1771

app/assets/stylesheets/common.scss

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