mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 05:02:57 +01:00
parent
175b7ac044
commit
50bdb724b5
@ -45,7 +45,7 @@ Changelog
|
||||
* Add `WAGTAILADMIN_LOGIN_URL` setting to allow customising the login URL (Neeraj Yetheendran)
|
||||
* Replace legacy dropdown component with new Tippy dropdown-button (Thibaud Colas)
|
||||
* Add ability to filter by existence of child pages in the page listing view (Matt Westcott)
|
||||
* Polish dark theme styles and update color tokens (Thibaud Colas)
|
||||
* Polish dark theme styles and update color tokens (Thibaud Colas, Rohit Sharma)
|
||||
* Keep database state of pages and snippets updated while in draft state (Stefan Hammer)
|
||||
* Fix: Update system check for overwriting storage backends to recognise the `STORAGES` setting introduced in Django 4.2 (phijma-leukeleu)
|
||||
* Fix: Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi)
|
||||
|
@ -28,7 +28,7 @@ $preview-size: 2.625rem; // 42px
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: theme('colors.surface-button-hover');
|
||||
color: theme('colors.text-link-hover');
|
||||
background-color: theme('colors.surface-page');
|
||||
}
|
||||
}
|
||||
|
@ -72,7 +72,7 @@ Thank you to Thibaud Colas, Badr Fourane, and Sage Abdullah for their work on th
|
||||
* Add `WAGTAILADMIN_LOGIN_URL` setting to allow customising the login URL (Neeraj Yetheendran)
|
||||
* Replace legacy dropdown component with new Tippy dropdown-button (Thibaud Colas)
|
||||
* Add ability to filter by existence of child pages in the page listing view (Matt Westcott)
|
||||
* Polish dark theme styles and update color tokens (Thibaud Colas)
|
||||
* Polish dark theme styles and update color tokens (Thibaud Colas, Rohit Sharma)
|
||||
* Keep database state of pages and snippets updated while in draft state (Stefan Hammer)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user