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:
parent
c9ea6d8dce
commit
768cb2a32f
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user