File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 68
68
/* Styling of pending state */
69
69
.reporter .stats li .pending ,
70
70
.reporter .runnable .runnable-pending > .runnable-wrapper .runnable-state ,
71
- .reporter .runnable .runnable-pending > .runnable-wrapper .runnable-title {
71
+ .reporter .runnable .test .runnable-pending .runnable-title ,
72
+ .reporter .runnable .test .runnable-pending .runnable-state {
72
73
color : # b46fff ;
73
74
}
74
75
75
- .reporter .runnable .test . runnable-pending > .runnable-wrapper ,
76
- .reporter .runnable .suite . runnable-pending > div > .runnable-wrapper {
77
- border-left : 10 px solid # b46fff ;
76
+ .reporter .runnable .runnable-pending > div > .runnable-wrapper ,
77
+ .reporter .runnable .runnable-ppending > div > .runnable-instruments {
78
+ border-left : 5 px solid # b46fff ;
78
79
}
79
80
80
81
.reporter .command-name-assert .command-state-pending .command-method span ,
You can’t perform that action at this time.
0 commit comments