Ignore clicks on disabled buttons
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Dec 2017 11:12:19 +0000 (12:12 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 21 Dec 2017 11:12:19 +0000 (12:12 +0100)
wcfsetup/install/files/style/ui/button.scss

index a4e3b8aacb4b39334f5c0d4384e2b6ae0a0f2484..f6c011f4a448844ba691b1bcb43c4b904fec055d 100644 (file)
@@ -79,6 +79,7 @@ a.button {
                background-color: $wcfButtonDisabledBackground !important;
                color: $wcfButtonDisabledText !important;
                cursor: not-allowed !important;
+               pointer-events: none;
        }
 }