]> cat aescling's git repositories - mastodon.git/commitdiff
Fix unclickable onboardin modal regression (#3724)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 12 Jun 2017 22:39:31 +0000 (00:39 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2017 22:39:31 +0000 (00:39 +0200)
app/javascript/styles/components.scss

index 65971a018a83c032fd1682b6f75ca578e49cf7ed..4b5802ceeca19841e8cd7f85eb3862776a869e4d 100644 (file)
@@ -3085,7 +3085,7 @@ button.icon-button.active i.fa-retweet {
 .onboarding-modal__page__wrapper {
   pointer-events: none;
 
-  &.onboading-modal__page__wrapper--active {
+  &.onboarding-modal__page__wrapper--active {
     pointer-events: auto;
   }
 }