Browse Source

Fix admin submit inputs focus (#6369)

* Fix admin submit inputs focus

Co-authored-by: Coen van der Kamp <coen@fourdigits.nl>
Karran Besen 4 years ago
parent
commit
0c8ad63adb
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.txt
  2. 1 1
      client/scss/elements/_forms.scss

+ 1 - 0
CHANGELOG.txt

@@ -17,6 +17,7 @@ Changelog
  * Fix: Update oEmbed endpoints to use https where available (Matt Westcott)
  * Fix: Revise `edit_handler` bind order in ModelAdmin views and fix duplicate form instance creation (Jérôme Lebleu)
  * Add support for hierarchical/nested Collections (Robert Rollins)
+ * Fix: Button focus state (Karran Besen)
 
 
 2.10.2 (xx.xx.xxxx) - IN DEVELOPMENT

+ 1 - 1
client/scss/elements/_forms.scss

@@ -85,7 +85,7 @@ label,
     }
 }
 
-input,
+input:not([type=submit]),
 textarea,
 select,
 .halloeditor,