Skip to content

Commit 1837eb9

Browse files
committed
Game Mode radios use pointer cursor for better accessibility
1 parent e77c34a commit 1837eb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/SettingsMode.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
column-gap: 15px;
6262
row-gap: 5px;
6363
}
64+
label:hover {
65+
cursor: pointer;
66+
}
6467
6568
/* Inputs */
6669
input[type="radio"] {
@@ -69,6 +72,9 @@
6972
width: 30px;
7073
justify-self: center;
7174
}
75+
input[type="radio"] {
76+
cursor: pointer;
77+
}
7278
7379
/* Text content */
7480
h3 {

0 commit comments

Comments
 (0)