kopia lustrzana https://github.com/wagtail/wagtail
rodzic
344dfcf02b
commit
e6f7c62360
|
@ -6,6 +6,7 @@ Changelog
|
|||
|
||||
* Added Aging Pages report (Tidjani Dia)
|
||||
* Add more SketchFab oEmbed patterns for models (Tom Usher)
|
||||
* Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
||||
|
||||
|
||||
2.15.1 (11.11.2021)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
### Bug fixes
|
||||
|
||||
* ...
|
||||
* Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
||||
|
||||
|
||||
## Upgrade considerations
|
||||
|
|
|
@ -66,6 +66,12 @@ header {
|
|||
@include media-breakpoint-down(xs) {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
// Media for Windows High Contrast Mode
|
||||
@media (forced-colors: $media-forced-colours) {
|
||||
color: $system-color-link-text;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Ładowanie…
Reference in New Issue