Commit d1543b61 by Sarina Canelake

Add pointer-events: none for fa-lock and fa-eye [TNL-1461]

parent 86930b9d
......@@ -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 {
......
......@@ -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;
}
}
}
......
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