Skip to content

Commit 9a41185

Browse files
committed
HFP-4224 Fix cursor after selection answer option
1 parent e45db57 commit 9a41185

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles/single-choice-set.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ ul.h5p-sc-alternatives {
9090
}
9191
ul.h5p-sc-alternatives li.h5p-sc-alternative {
9292
position: relative;
93-
cursor: pointer;
9493
box-sizing: border-box;
9594
list-style: none;
9695
margin: .5em 0;
@@ -106,6 +105,10 @@ ul.h5p-sc-alternatives li.h5p-sc-alternative {
106105
transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
107106
}
108107

108+
ul.h5p-sc-alternatives:not(.h5p-sc-selected) li.h5p-sc-alternative {
109+
cursor: pointer;
110+
}
111+
109112
ul.h5p-sc-alternatives li.h5p-sc-alternative:hover {
110113
background: #ececec;
111114
}

0 commit comments

Comments
 (0)