Skip to content

Commit b4a1cae

Browse files
authored
Merge pull request #52 from neos/bugfix/colors-in-protocol
BUGFIX: Colors in import protocol were missing
2 parents a9cab6b + 71a8186 commit b4a1cae

File tree

5 files changed

+80
-23
lines changed

5 files changed

+80
-23
lines changed

Resources/Private/Styles/components/_protocol.scss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ table.redirects-protocol {
66
line-height: 1.3em;
77
vertical-align: top;
88
}
9+
}
910

10-
&-entry {
11-
&--unchanged {
12-
color: #{$inactiveColor};
13-
}
11+
.redirects-protocol-entry {
12+
&--unchanged {
13+
color: #{$inactiveColor};
14+
}
1415

15-
&--created {
16-
color: #{$newColor};
17-
}
16+
&--created {
17+
color: #{$newColor};
18+
}
1819

19-
&--deleted {
20-
color: #{$deletedColor};
21-
}
20+
&--deleted {
21+
color: #{$deletedColor};
22+
}
2223

23-
&--error {
24-
color: #{$warningColor};
25-
}
24+
&--error {
25+
color: #{$warningColor};
26+
}
2627

27-
&__label {
28-
width: 500px;
29-
max-width: 50%;
30-
}
28+
&__label {
29+
width: 500px;
30+
max-width: 50%;
3131
}
3232
}

Resources/Public/JavaScript/main.bundle.js

Lines changed: 60 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/JavaScript/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Styles/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Styles/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)