Ver código fonte

Add color-white to wagtail-version so it's visible (#5236). Fix #5189

Kevin 6 anos atrás
pai
commit
31885d6f4e
3 arquivos alterados com 3 adições e 0 exclusões
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      client/scss/components/_main-nav.scss
  3. 1 0
      docs/releases/2.6.rst

+ 1 - 0
CHANGELOG.txt

@@ -8,6 +8,7 @@ Changelog
  * Added support for `short_description` for field labels in modeladmin's `InspectView` (Wesley van Lee)
  * Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
  * Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
+ * Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
 
 
 2.5 (xx.xx.xxxx) - IN DEVELOPMENT

+ 1 - 0
client/scss/components/_main-nav.scss

@@ -163,6 +163,7 @@
     .wagtail-version {
         padding: 1.2em 1.7em;
         text-align: center;
+        color: $color-menu-text;
     }
 }
 

+ 1 - 0
docs/releases/2.6.rst

@@ -22,6 +22,7 @@ Bug fixes
 ~~~~~~~~~
 
  * ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
+ * The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
 
 
 Upgrade considerations