Fix group permission checkboxes not being clickable in IE11. Fix #5903 (#6115)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
pull/6244/head^2
LB (Ben Johnston) 2020-07-22 07:24:14 +10:00 zatwierdzone przez GitHub
rodzic 45ec139bc5
commit 1b3d190b3f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 2 dodań i 10 usunięć

Wyświetl plik

@ -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 its 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)

Wyświetl plik

@ -67,16 +67,6 @@
padding: 0;
position: absolute;
width: 1px;
&:active,
&:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
}

Wyświetl plik

@ -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 its absent for sighted users (LB (Ben Johnston))
* Fix group permission checkboxes not being clickable in IE11 (LB (Ben Johnston))
Upgrade considerations