Skip to content

Commit

Permalink
fix(theme): use pointer cursor only on enabled buttons (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker-E committed Sep 8, 2022
1 parent b1511cf commit d7eac98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/theme-default/styles/base.css
Expand Up @@ -148,8 +148,8 @@ button {
background-image: none;
}

button,
[role='button'] {
button:enabled,
[role='button']:enabled {
cursor: pointer;
}

Expand Down

0 comments on commit d7eac98

Please sign in to comment.