Skip to content

Commit 95daf5f

Browse files
committed
Changes background of steps in stepper depending on status to match design
1 parent d3c6961 commit 95daf5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Stepper.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ export default {
380380
.current,
381381
.previous {
382382
color: black;
383+
background-color: #fff;
384+
}
385+
.inactive{
386+
background-color: #F5F5F5;
383387
}
384388
.previous.disabled {
385389
color: #B0B0B0;

0 commit comments

Comments
 (0)