Skip to content

Commit 7ea9341

Browse files
committed
feat(tpl): use pointer cursor for buttons
1 parent 6fbf45c commit 7ea9341

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/tpl/frontend/index.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ input, button {
5858
padding: 0.25em 0;
5959
}
6060

61+
input[type=button],
62+
input[type=submit],
63+
input[type=reset],
64+
button {
65+
cursor: pointer;
66+
}
67+
6168
em {
6269
font-style: normal;
6370
font-weight: normal;
@@ -365,7 +372,6 @@ em {
365372
font-size: 1.6em;
366373
line-height: 1em;
367374
padding: 0.1875em 0.3125em 0.3125em;
368-
cursor: pointer;
369375
}
370376

371377
.item-list .delete button:hover {

0 commit comments

Comments
 (0)