Skip to content

Commit a05c470

Browse files
committed
style: temporarily re-add button cursor pointer, for legacy buttons
1 parent ea5c9fa commit a05c470

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ dd {
200200
margin: 0;
201201
}
202202

203+
/* Reset button styles */
204+
button {
205+
cursor: pointer;
206+
}
207+
203208
/* Selection */
204209
::selection {
205210
background-color: var(--fg-muted);

0 commit comments

Comments
 (0)