kopia lustrzana https://github.com/wagtail/wagtail
Resolved the skip link contrast issues to meet requirements
- Update client/scss/components/_skiplink.scss - fixes #9515pull/9598/head
rodzic
2af1871271
commit
c2ba84e825
|
@ -29,6 +29,7 @@ Changelog
|
|||
* Fix: Ensure logo shows correctly on log in page in Windows high-contrast mode (Loveth Omokaro)
|
||||
* 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)
|
||||
|
||||
|
||||
4.1.1 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
&.button {
|
||||
background: theme('colors.positive.100');
|
||||
border: theme('colors.positive.100');
|
||||
background: theme('colors.secondary.DEFAULT');
|
||||
border: theme('colors.secondary.DEFAULT');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,6 +40,7 @@ depth: 1
|
|||
* Ensure logo shows correctly on log in page in Windows high-contrast mode (Loveth Omokaro)
|
||||
* 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)
|
||||
|
||||
## Upgrade considerations
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue