Skip to content

Commit 4542e8d

Browse files
style: add pointer cursor to all buttons globally
1 parent eef82ef commit 4542e8d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@
186186
}
187187

188188
@layer base {
189+
button,
190+
[role="button"] {
191+
cursor: pointer;
192+
}
193+
189194
/* Tailwind v4 container can conflict with Infima defaults in dev/hot reload. */
190195
.container {
191196
margin-inline: auto;

0 commit comments

Comments
 (0)