Skip to content

Commit d7eac98

Browse files
authored
fix(theme): use pointer cursor only on enabled buttons (#1300)
1 parent b1511cf commit d7eac98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/theme-default/styles/base.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ button {
148148
background-image: none;
149149
}
150150

151-
button,
152-
[role='button'] {
151+
button:enabled,
152+
[role='button']:enabled {
153153
cursor: pointer;
154154
}
155155

0 commit comments

Comments
 (0)