Skip to content

Commit 5f28110

Browse files
committed
fix(button): ensure disabled buttons have proper cursor
1 parent 2573985 commit 5f28110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/discord-button/DiscordButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class DiscordButton extends LitElement implements DiscordButtonProps {
7070
}
7171
7272
.disabled {
73-
cursor: not-allowed;
73+
cursor: not-allowed !important;
7474
opacity: 0.5;
7575
}
7676

0 commit comments

Comments
 (0)