Change StreamField group labels color so labels are visible. Fix #5455 (#5462)

* use lighter grey for streamfield group label for accessible contrast
pull/5465/head
Catherine Farman 2019-07-26 16:39:11 -04:00 zatwierdzone przez Thibaud Colas
rodzic cc85d42fbd
commit f53dd95696
3 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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%;

Wyświetl plik

@ -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