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
This commit is contained in:
@@ -126,21 +126,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// js-enabled
|
||||
.js {
|
||||
|
||||
#register-form, #login-form {
|
||||
|
||||
.status.message {
|
||||
display: none;
|
||||
|
||||
&.is-shown {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// shared
|
||||
.login, .register, .passwordreset, #forgot-password-modal #password-reset {
|
||||
|
||||
@@ -477,6 +462,17 @@
|
||||
color: $white;
|
||||
padding: 0 $baseline/4;
|
||||
}
|
||||
|
||||
#register-form, #login-form {
|
||||
|
||||
.status.message {
|
||||
display: none;
|
||||
|
||||
&.is-shown {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// =====
|
||||
|
||||
Reference in New Issue
Block a user