kopia lustrzana https://github.com/wagtail/wagtail
* use lighter grey for streamfield group label for accessible contrastpull/5465/head
rodzic
cc85d42fbd
commit
f53dd95696
|
@ -8,6 +8,7 @@ Changelog
|
|||
* Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida)
|
||||
* Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook)
|
||||
* Fix: Added https support for Scribd oEmbed provider (Rodrigo)
|
||||
* Fix: Changed StreamField group labels color so labels are visible (Catherine Farman)
|
||||
|
||||
|
||||
2.6 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
|
|
|
@ -268,6 +268,7 @@ li.sequence-member {
|
|||
}
|
||||
|
||||
.stream-menu-inner {
|
||||
color: $color-grey-3;
|
||||
transform: translate3d(0, 0, 0);
|
||||
max-width: 50em;
|
||||
margin: auto;
|
||||
|
@ -299,7 +300,7 @@ li.sequence-member {
|
|||
@include transition(all 0.2s ease);
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
color: darken($color-grey-3, 5%);
|
||||
color: $color-grey-3;
|
||||
height: auto;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
|
@ -26,6 +26,7 @@ Bug fixes
|
|||
|
||||
* Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook)
|
||||
* Added https support for Scribd oEmbed provider (Rodrigo)
|
||||
* Changed StreamField group label color so labels are visible (Catherine Farman)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
Ładowanie…
Reference in New Issue