0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Add more readable focus state for buttons

This commit is contained in:
Chris Adams 2019-03-16 18:18:01 +01:00 committed by LB Johnston
parent c9ea6d8dce
commit 768cb2a32f
3 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Changelog
* Fix: Rich text processing now preserves non-breaking spaces instead of converting them to normal spaces (Wesley van Lee)
* Fix: Prevent autocomplete dropdowns from appearing over date choosers on Chrome (Kevin Howbrook)
* Fix: Prevent crash when logging HTTP errors from Cloudflare (Kevin Howbrook)
* Fix: Add more readable focus state for admin buttons (Chris Adams)
2.4 (19.12.2018)

View File

@ -58,6 +58,7 @@ Bug fixes
* Rich text processing now preserves non-breaking spaces instead of converting them to normal spaces (Wesley van Lee)
* Prevent autocomplete dropdowns from appearing over date choosers on Chrome (Kevin Howbrook)
* Prevent crash when logging HTTP errors on Cloudflare cache purging (Kevin Howbrook)
* Add more readable focus state for admin buttons (Chris Adams)
Upgrade considerations

View File

@ -53,6 +53,7 @@ label,
input,
textarea,
select,
button,
.halloeditor,
.tagit {
appearance: none;
@ -76,6 +77,7 @@ select,
background-color: $color-input-focus;
border-color: $color-input-focus-border;
outline: none;
color: $color-teal-darker;
}
&:disabled,