Ensure links that have .nolink (current link) can be seen in WHCM

- Fixes #9578
pull/9610/head
mohammadareeb95 2022-11-02 21:46:06 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic c225172c1f
commit 66f2512ef5
4 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,7 @@ Changelog
* Fix: Ensure the skip link (used for keyboard control) meets colour contrast guidelines for accessibility (Dauda Yusuf)
* Fix: Ensure tag fields correctly show in both dark and light Windows high-contrast modes (Albina Starykova)
* Fix: Ensure new tooltips & tooltip menus have visible borders and tip triangle in Windows high-contrast mode (Juliet Adeboye)
* Fix: Ensure there is a visual difference of 'active/current link' vs normal links in Windows high-contrast mode (Mohammad Areeb)
4.1.1 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -662,6 +662,7 @@ Contributors
* Omerzahid Ali
* Aman Pandey
* Doug Harris
* Mohammad Areeb
Translators
===========

Wyświetl plik

@ -5,6 +5,10 @@
&:hover {
color: $color-teal;
}
@media (forced-colors: $media-forced-colours) {
color: GrayText;
}
}
a.underlined {

Wyświetl plik

@ -45,6 +45,7 @@ depth: 1
* Ensure the skip link (used for keyboard control) meets colour contrast guidelines for accessibility (Dauda Yusuf)
* Ensure tag fields correctly show in both dark and light Windows high-contrast modes (Albina Starykova)
* Ensure new tooltips & tooltip menus have visible borders and tip triangle in Windows high-contrast mode (Juliet Adeboye)
* Ensure there is a visual difference of 'active/current link' vs normal links in Windows high-contrast mode (Mohammad Areeb)
## Upgrade considerations