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

pull/1311/head
Volker E 3 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; background-image: none;
} }
button, button:enabled,
[role='button'] { [role='button']:enabled {
cursor: pointer; cursor: pointer;
} }

Loading…
Cancel
Save