Commit dc1a7f5d by Brian Talbot

edx.org - changed status message UI to be hidden by default (rather than with…

edx.org - changed status message UI to be hidden by default (rather than with JS) for the time being for page load/render's sake
parent ae81009a
...@@ -126,21 +126,6 @@ ...@@ -126,21 +126,6 @@
} }
} }
// js-enabled
.js {
#register-form, #login-form {
.status.message {
display: none;
&.is-shown {
display: block;
}
}
}
}
// shared // shared
.login, .register, .passwordreset, #forgot-password-modal #password-reset { .login, .register, .passwordreset, #forgot-password-modal #password-reset {
...@@ -477,6 +462,17 @@ ...@@ -477,6 +462,17 @@
color: $white; color: $white;
padding: 0 $baseline/4; padding: 0 $baseline/4;
} }
#register-form, #login-form {
.status.message {
display: none;
&.is-shown {
display: block;
}
}
}
} }
// ===== // =====
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment