1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-24 23:26:31 +09:00

Fix unclickable onboardin modal regression (#3724)

This commit is contained in:
Eugen Rochko 2017-06-13 00:39:31 +02:00 committed by GitHub
parent 3e425b51fd
commit 5104bd7988

View 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;
}
}