mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
This commit is contained in:
parent
c5580b896a
commit
86437515a3
@ -4,7 +4,7 @@ Changelog
|
||||
4.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
|
||||
|
||||
|
||||
4.1 LTS (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
|
@ -41,6 +41,9 @@
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
background: theme('colors.white.DEFAULT');
|
||||
@media (forced-colors: active) {
|
||||
background: Canvas;
|
||||
}
|
||||
margin-inline-end: theme('spacing.[2.5]');
|
||||
width: theme('spacing.5');
|
||||
height: theme('spacing.5');
|
||||
|
@ -18,8 +18,7 @@ depth: 1
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* ...
|
||||
|
||||
* Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
|
||||
|
||||
## Upgrade considerations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user