Removed arrow-up after selector issue #2365

This commit is contained in:
Rob Moorman 2016-03-16 17:05:18 +01:00 committed by Matt Westcott
parent d0f52a1313
commit 287ca850bb
5 changed files with 24 additions and 1 deletions

View file

@ -1,6 +1,12 @@
Changelog
=========
1.4.1 (17.03.2016)
~~~~~~~~~~~~~~~~~~
* Fix: Fixed erroneous rendering of up arrow icons (Rob Moorman)
1.4 (16.03.2016)
~~~~~~~~~~~~~~~~

View file

@ -115,6 +115,7 @@ Contributors
* Loic Teixeira
* Juha Kujala
* Eirik Krogstad
* Rob Moorman
Translators
===========

16
docs/releases/1.4.1.rst Normal file
View file

@ -0,0 +1,16 @@
===========================
Wagtail 1.4.1 release notes
===========================
.. contents::
:local:
:depth: 1
What's changed
==============
Bug fixes
~~~~~~~~~
* Fixed erroneous rendering of up arrow icons (Rob Moorman)

View file

@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 1
1.4.1
1.4
1.3.1
1.3

View file

@ -76,7 +76,6 @@ $icons: (
);
$icons-after: (
'arrow-up': 'e',
'arrow-down-after': 'q',
'arrow-right-after': 'n'
);