Fix tag field styles in WHCM

- Fixes #9529
pull/9575/head
Albina Starykova 2022-10-28 10:38:58 +03:00 zatwierdzone przez LB (Ben Johnston)
rodzic 7ae2625132
commit b1c4ca5489
3 zmienionych plików z 12 dodań i 10 usunięć

Wyświetl plik

@ -32,6 +32,7 @@ Changelog
* Fix: Comments notice background overflows its container (Yekasumah)
* Fix: Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro)
* 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)
4.1.1 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -7,17 +7,17 @@
}
@media (forced-colors: $media-forced-colours) {
.tagit,
.tagit .tagit-choice,
.tagit .tagit-new .ui-widget-content {
box-shadow: inset 1000px 0 0 0 $color-black;
color: $color-white;
forced-color-adjust: none;
.tagit {
.tag {
border: 1px solid;
&::before {
background: $system-color-button-text;
}
}
}
.tagit span.tagit-label:before,
.tagit span.tagit-label {
color: $color-black;
forced-color-adjust: none;
.tagit-close .ui-icon.ui-icon-close:before {
background: $system-color-button-text;
}
}

Wyświetl plik

@ -43,6 +43,7 @@ depth: 1
* Comments notice background overflows its container (Yekasumah)
* Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro)
* 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)
## Upgrade considerations