Skip to content

Commit a907532

Browse files
committed
Fix pending color in shopware theme
1 parent 35d45bd commit a907532

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: theme/shopware.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@
6868
/* Styling of pending state */
6969
.reporter .stats li.pending,
7070
.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 {
7273
color: #b46fff;
7374
}
7475

75-
.reporter .runnable.test.runnable-pending > .runnable-wrapper,
76-
.reporter .runnable.suite.runnable-pending > div > .runnable-wrapper {
77-
border-left: 10px solid #b46fff;
76+
.reporter .runnable.runnable-pending > div > .runnable-wrapper,
77+
.reporter .runnable.runnable-ppending > div > .runnable-instruments {
78+
border-left: 5px solid #b46fff;
7879
}
7980

8081
.reporter .command-name-assert.command-state-pending .command-method span,

0 commit comments

Comments
 (0)