Open Bug 1916375 Opened 18 days ago Updated 17 days ago

Request detail Headers panel MDN link icons have a low opacity

Categories

(DevTools :: General, defect, P3)

defect

Tracking

(Accessibility Severity:s3)

Accessibility Severity s3

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 1 open bug)

Details

The icon is dimmed https://searchfox.org/mozilla-central/rev/aee7c3a0dbf33af0c4f6648f391db62b35895e50/devtools/client/shared/components/MdnLink.css#26-28

.network-monitor .tree-container tr:not(:hover) .learn-more-link {
  opacity: 0.4;
}

which probably doesnt' make it suitable for High Contrast Mode. we should use the icon dim color instead (which will be forced in HCM)

Triaging as S3 because the icons remain visible, though they should have 100% opacity in HCM

Accessibility Severity: --- → s3
Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.