fix(theme): use pointer cursor only on enabled buttons (#1300)

pull/1311/head
Volker E 2 years ago committed by GitHub
parent b1511cf7b7
commit d7eac980e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,8 +148,8 @@ button {
background-image: none;
}
button,
[role='button'] {
button:enabled,
[role='button']:enabled {
cursor: pointer;
}

Loading…
Cancel
Save