mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Use default cursor for disabled submit button
This commit is contained in:
parent
e3bf4a0b8e
commit
3f6bb0c7ca
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ limitations under the License.
|
|||
|
||||
.mx_Login_submit:disabled {
|
||||
opacity: 0.3;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.mx_AuthBody a.mx_Login_sso_link:link,
|
||||
|
|
Loading…
Reference in a new issue