Skip to content
Snippets Groups Projects
Verified Commit 257b5853 authored by Dorian Koch's avatar Dorian Koch
Browse files

Remove click blocker from update overlay to enable faster editing (at the cost of consistency)

parent 461c15a6
Branches
Tags
No related merge requests found
Pipeline #7135 passed
...@@ -291,7 +291,7 @@ $link-decoration: none; ...@@ -291,7 +291,7 @@ $link-decoration: none;
.edits-disabled-overlay.visible { .edits-disabled-overlay.visible {
animation: fadeIn 0s ease-in-out forwards; animation: fadeIn 0s ease-in-out forwards;
pointer-events: all; pointer-events: none;
} }
@keyframes fadeIn { @keyframes fadeIn {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment