diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2b8722db32..854f726240 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 4d63a21fa8..1bfa8bff2a 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -493,6 +493,7 @@ Contributors * Fernando Cordeiro * Matthias Rohmer * Joshua Marantz +* Mike Brown Translators =========== diff --git a/client/scss/components/_forms.scss b/client/scss/components/_forms.scss index f7043c6e3f..9a5ed7e410 100644 --- a/client/scss/components/_forms.scss +++ b/client/scss/components/_forms.scss @@ -77,6 +77,7 @@ select::-ms-expand { } // select boxes +.collection_choice_field .input, .choice_field .input, .model_choice_field .input, .typed_choice_field .input { diff --git a/docs/releases/2.12.rst b/docs/releases/2.12.rst index 5abafd8c1c..4aa43b9148 100644 --- a/docs/releases/2.12.rst +++ b/docs/releases/2.12.rst @@ -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