Project

General

Profile

Actions

Defect #44069

closed

Remove redundant underline from abbr elements

Added by Mizuki ISHIKAWA 22 days ago. Updated 18 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI
Target version:
Resolution:
Fixed
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

screenshot 2026-05-20 14.48.27.png (37.7 KB) screenshot 2026-05-20 14.48.27.png Mizuki ISHIKAWA, 2026-05-20 07:52
screenshot 2026-05-20 14.48.11.png (37.2 KB) screenshot 2026-05-20 14.48.11.png Mizuki ISHIKAWA, 2026-05-20 07:54
44069.patch (1.03 KB) 44069.patch Go MAEDA, 2026-05-21 08:01
Actions

Also available in: Atom PDF