We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bc85c commit 9cd8559Copy full SHA for 9cd8559
src/definitions/elements/step.less
@@ -204,10 +204,6 @@
204
left: @circularStepIconDistance;
205
}
206
207
- &.link::before,
208
- &.link::after {
209
- cursor: pointer;
210
- }
211
&.completed {
212
background: @circularStepCompletedBackground;
213
@@ -236,6 +232,15 @@
236
232
237
233
238
234
235
+
+ & a.step::before,
+ & a.step::after,
+ & a.step .content,
239
+ & .step.link .content,
240
+ & .step.link::before,
241
+ & .step.link::after {
242
+ cursor: pointer;
243
+ }
244
245
246
& .step {
@@ -590,6 +595,7 @@
590
595
.ui.circular.steps .disabled.step {
591
596
cursor: auto;
592
597
opacity: @circularStepDisabledItemOpacity;
598
+ pointer-events: none;
593
599
594
600
&::before,
601
&::after {
0 commit comments