Skip to content

Commit 17dc976

Browse files
committed
🎨 style: button cursor 설정 추가
1 parent a5005b3 commit 17dc976

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@
5757
list-style: none;
5858
}
5959

60+
button {
61+
cursor: pointer;
62+
}
63+
64+
button:disabled {
65+
cursor: default;
66+
}
67+
6068
html {
6169
font-family: 'SpoqaHanSansNeo-Regular', sans-serif;
6270
}

0 commit comments

Comments
 (0)