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

Add pointer-events: none for fa-lock and fa-eye
This commit is contained in:
Sarina Canelake
2015-03-11 11:04:26 -04:00
3 changed files with 5 additions and 0 deletions

View File

@@ -201,3 +201,4 @@ Sylvain <sylvain@openfun.fr>
Mayank Jain <mjmayank@gmail.com>
Carlos de la Guardia <cguardia@yahoo.com>
Matjaz Gregoric <mtyaka@gmail.com>
Kyle Boots <indagation@gmail.com>

View File

@@ -432,6 +432,7 @@
.fa-unlock-alt {
display: inline-block;
pointer-events: none;
}
}
@@ -441,6 +442,7 @@
.fa-lock {
display: inline-block;
pointer-events: none;
}
.fa-unlock-alt {

View File

@@ -94,6 +94,7 @@
&.action-visible .toggle-checkbox ~ .action-button {
.fa-eye {
display: inline-block;
pointer-events: none;
}
.fa-eye-slash {
@@ -111,6 +112,7 @@
.fa-eye-slash {
display: inline-block;
pointer-events: none;
}
}
}