Skip to content

Commit 87f5114

Browse files
committed
Recommit of 2.4.0 build files
1 parent 7c745c4 commit 87f5114

File tree

6 files changed

+38
-31
lines changed

6 files changed

+38
-31
lines changed

dist/2.4.0/css/ng-annotate-2.4.0.css

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,39 @@
44
.ng-annotation {
55
border-bottom: 1px solid #000;
66
cursor: pointer; }
7-
.ng-annotation.red {
8-
color: #000;
9-
background: #fcbcbc;
10-
border-color: #fcbcbc; }
11-
.ng-annotation.green {
12-
color: #000;
13-
background: #c7fcbc;
14-
border-color: #c7fcbc; }
15-
.ng-annotation.blue {
16-
color: #000;
17-
background: #BCDFFC;
18-
border-color: #BCDFFC; }
19-
.ng-annotation.pink {
20-
color: #000;
21-
background: #fcbcfa;
22-
border-color: #fcbcfa; }
23-
.ng-annotation.yellow {
24-
color: #000;
25-
background: #fafcbc;
26-
border-color: #fafcbc; }
27-
.ng-annotation.aqua {
28-
color: #000;
29-
background: #bcfcf7;
30-
border-color: #bcfcf7; }
31-
.ng-annotation.strike {
32-
text-decoration: line-through; }
7+
8+
.ng-annotation-type-red {
9+
color: #000;
10+
background: #fcbcbc;
11+
border-color: #fcbcbc; }
12+
13+
.ng-annotation-type-green {
14+
color: #000;
15+
background: #c7fcbc;
16+
border-color: #c7fcbc; }
17+
18+
.ng-annotation-type-blue {
19+
color: #000;
20+
background: #BCDFFC;
21+
border-color: #BCDFFC; }
22+
23+
.ng-annotation-type-pink {
24+
color: #000;
25+
background: #fcbcfa;
26+
border-color: #fcbcfa; }
27+
28+
.ng-annotation-type-yellow {
29+
color: #000;
30+
background: #fafcbc;
31+
border-color: #fafcbc; }
32+
33+
.ng-annotation-type-aqua {
34+
color: #000;
35+
background: #bcfcf7;
36+
border-color: #bcfcf7; }
37+
38+
.ng-annotation-type-strike {
39+
text-decoration: line-through; }
3340

3441
.ng-annotation-popup {
3542
width: 225px;

dist/2.4.0/css/ng-annotate-2.4.0.min.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.

dist/2.4.0/js/ng-annotate-2.4.0.js

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

dist/2.4.0/js/ng-annotate-2.4.0.min.js

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

dist/ng-annotate-latest.min.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.

dist/ng-annotate-latest.min.js

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)