about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-06-13 00:39:31 +0200
committerGitHub <noreply@github.com>2017-06-13 00:39:31 +0200
commit5104bd79886f4466f81c062de031be8eefb0310a (patch)
tree67449bd0a582b8bf586c9a8e58ea70470431a5f9 /app
parent3e425b51fd9bd47774bd8986a56d299f5445686d (diff)
Fix unclickable onboardin modal regression (#3724)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 65971a018..4b5802cee 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -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;
   }
 }