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