kopia lustrzana https://github.com/wagtail/wagtail
Improve workflow modal formatting (#7786)
rodzic
3a9a2815c0
commit
0a3dd7e1f7
|
@ -12,6 +12,7 @@ Changelog
|
|||
* Private pages can now be fetched over the API (Nabil Khalil)
|
||||
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
|
||||
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
|
||||
* Improved styling of workflow timeline modal view (Tidjani Dia)
|
||||
* Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
||||
* Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
|
||||
* Fix: `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold)
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
|
||||
* Fixed `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold)
|
||||
* Removed WOFF fonts
|
||||
* Improved styling of workflow timeline modal view (Tidjani Dia)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
|
|
@ -623,6 +623,7 @@ footer .preview {
|
|||
|
||||
.icon {
|
||||
fill: $color-grey-3;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.in_progress {
|
||||
|
|
Ładowanie…
Reference in New Issue