Browse Source

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

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
LB (Ben Johnston) 4 years ago
parent
commit
1b3d190b3f
3 changed files with 2 additions and 10 deletions
  1. 1 0
      CHANGELOG.txt
  2. 0 10
      client/scss/tools/_mixins.general.scss
  3. 1 0
      docs/releases/2.10.rst

+ 1 - 0
CHANGELOG.txt

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

+ 0 - 10
client/scss/tools/_mixins.general.scss

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

+ 1 - 0
docs/releases/2.10.rst

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