kopia lustrzana https://github.com/wagtail/wagtail
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>pull/6244/head^2
rodzic
45ec139bc5
commit
1b3d190b3f
|
@ -74,6 +74,7 @@ Changelog
|
|||
* Fix: Make "Site" chooser in site settings translateable (Andreas Bernacca)
|
||||
* Fix: Add missing dropdown icons to image upload, document upload, and site settings screens (Andreas Bernacca)
|
||||
* Fix: Prevent snippets’ bulk delete button from being present for screen reader users when it’s absent for sighted users (LB (Ben Johnston))
|
||||
* Fix: Fix group permission checkboxes not being clickable in IE11 (LB (Ben Johnston))
|
||||
|
||||
|
||||
2.9.3 (20.07.2020)
|
||||
|
|
|
@ -67,16 +67,6 @@
|
|||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
clip: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
position: static;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -97,6 +97,7 @@ Bug fixes
|
|||
* Make "Site" chooser in site settings translateable (Andreas Bernacca)
|
||||
* Add missing dropdown icons to image upload, document upload, and site settings screens (Andreas Bernacca)
|
||||
* Prevent snippets’ bulk delete button from being present for screen reader users when it’s absent for sighted users (LB (Ben Johnston))
|
||||
* Fix group permission checkboxes not being clickable in IE11 (LB (Ben Johnston))
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
Ładowanie…
Reference in New Issue