kopia lustrzana https://github.com/wagtail/wagtail
Apply scss styling to collection_choice_field (#6683)
rodzic
44f3731b1c
commit
cadb5456c0
|
@ -19,6 +19,7 @@ Changelog
|
|||
* Fix: Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
|
||||
* Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
|
||||
* Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
|
||||
* Fix: Reinstate chevron on collection dropdown (Mike Brown)
|
||||
|
||||
|
||||
2.11.3 (10.12.2020)
|
||||
|
|
|
@ -493,6 +493,7 @@ Contributors
|
|||
* Fernando Cordeiro
|
||||
* Matthias Rohmer
|
||||
* Joshua Marantz
|
||||
* Mike Brown
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -77,6 +77,7 @@ select::-ms-expand {
|
|||
}
|
||||
|
||||
// select boxes
|
||||
.collection_choice_field .input,
|
||||
.choice_field .input,
|
||||
.model_choice_field .input,
|
||||
.typed_choice_field .input {
|
||||
|
|
|
@ -47,6 +47,7 @@ Bug fixes
|
|||
* Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
|
||||
* Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
|
||||
* Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
|
||||
* Reinstate chevron on collection dropdown (Mike Brown)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
Ładowanie…
Reference in New Issue