diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2d570a4..60d0aada9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,9 @@ - Improved user experience in defining slots in the calendar management - Improved notification email to the member when a rolling subscription is taken - Notify all admins on the creation of a refund invoice +- Helper links between admin sections of the scheduling process - Calendar management: improved legend display and visual behavior +- Reorganized left menu - Create machine availabilities: select all/none in a click - Prevent event reservation in the past [Taiga#127] - Removed the need of twitter API keys to display the last tweet on the home page @@ -42,6 +44,7 @@ - Fix a bug: no alerts on errors during admin creation - Fix a bug: replaces all Time.now by DateTime.current to prevent time zones issues [Taiga#134] - Fix a bug: logs are not printed in staging environment +- Fix a bug: theme colors must be selected twice before the changes became effective - Fix a security issue: updated loofah to fix [CVE-2019-15587](https://github.com/advisories/GHSA-c3gv-9cxf-6f57) - Fix a security issue: updated angular to 1.7.9 to fix [CVE-2019-10768](https://github.com/advisories/GHSA-89mq-4x47-5v83) - Fix a security issue: updated puma to 3.12.2 to fix [GHSA-7xx3-m584-x994](https://github.com/advisories/GHSA-7xx3-m584-x994) diff --git a/app/assets/stylesheets/app.nav.scss b/app/assets/stylesheets/app.nav.scss index 7e8c580f6..aa831b9ab 100644 --- a/app/assets/stylesheets/app.nav.scss +++ b/app/assets/stylesheets/app.nav.scss @@ -90,8 +90,9 @@ } } > li.menu-spacer { + height: 1px; margin: 6px 80% 6px 5px; - border-bottom: 1px solid white; + background: linear-gradient(45deg, black, transparent); } ul{ display: none;