kopia lustrzana https://github.com/wagtail/wagtail
rodzic
7ae2625132
commit
b1c4ca5489
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue