mirror of https://github.com/vector-im/riot-web
Use default cursor for disabled submit button
parent
e3bf4a0b8e
commit
3f6bb0c7ca
|
@ -30,6 +30,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_Login_submit:disabled {
|
.mx_Login_submit:disabled {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AuthBody a.mx_Login_sso_link:link,
|
.mx_AuthBody a.mx_Login_sso_link:link,
|
||||||
|
|
Loading…
Reference in New Issue