Commit 9d9dccdb by Sarina Canelake

Merge pull request #7299 from edx/sarina/indagation/TNL-1461

Add pointer-events: none for fa-lock and fa-eye
parents b4c6211e 932bb195
...@@ -201,3 +201,4 @@ Sylvain <sylvain@openfun.fr> ...@@ -201,3 +201,4 @@ Sylvain <sylvain@openfun.fr>
Mayank Jain <mjmayank@gmail.com> Mayank Jain <mjmayank@gmail.com>
Carlos de la Guardia <cguardia@yahoo.com> Carlos de la Guardia <cguardia@yahoo.com>
Matjaz Gregoric <mtyaka@gmail.com> Matjaz Gregoric <mtyaka@gmail.com>
Kyle Boots <indagation@gmail.com>
...@@ -432,6 +432,7 @@ ...@@ -432,6 +432,7 @@
.fa-unlock-alt { .fa-unlock-alt {
display: inline-block; display: inline-block;
pointer-events: none;
} }
} }
...@@ -441,6 +442,7 @@ ...@@ -441,6 +442,7 @@
.fa-lock { .fa-lock {
display: inline-block; display: inline-block;
pointer-events: none;
} }
.fa-unlock-alt { .fa-unlock-alt {
......
...@@ -94,6 +94,7 @@ ...@@ -94,6 +94,7 @@
&.action-visible .toggle-checkbox ~ .action-button { &.action-visible .toggle-checkbox ~ .action-button {
.fa-eye { .fa-eye {
display: inline-block; display: inline-block;
pointer-events: none;
} }
.fa-eye-slash { .fa-eye-slash {
...@@ -111,6 +112,7 @@ ...@@ -111,6 +112,7 @@
.fa-eye-slash { .fa-eye-slash {
display: inline-block; display: inline-block;
pointer-events: none;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment