Project

General

Profile

Actions

Defect #44069

open

Remove duplicate dotted underline on abbr

Added by Mizuki ISHIKAWA about 2 hours ago. Updated about 2 hours ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Resolution:
Affected version:

Description

The rule for abbr already applies a dotted bottom border as a visual hint:

abbr, span.field-description[title] {
  border-block-end: 1px dotted var(--oc-gray-5);
  cursor: help;
}

However, browsers apply text-decoration: underline dotted to abbr elements by default, resulting in two overlapping dotted lines being rendered.

Adding text-decoration: none to the existing rule would suppress the browser default and eliminate the duplication.


Files

Actions

Also available in: Atom PDF