You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
Use default cursor for disabled submit button
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user