Skip to content

Commit 4f03eb6

Browse files
committed
Update #1648
1 parent 801aba8 commit 4f03eb6

File tree

35 files changed

+8558
-6652
lines changed

35 files changed

+8558
-6652
lines changed

package-lock.json

+8,521-6,604
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"supertest": "^3.1.0",
103103
"tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev",
104104
"topcoder-react-lib": "^0.6.1",
105-
"topcoder-react-ui-kit": "^0.5.5",
105+
"topcoder-react-ui-kit": "^0.5.6",
106106
"topcoder-react-utils": "^0.7.8",
107107
"turndown": "^4.0.2",
108108
"url-parse": "^1.4.1",

src/shared/components/ChallengesBlock/Card/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
margin: 10px 0;
3030

3131
a {
32-
color: $tc-dark-blue;
32+
color: $tc-dark-blue-110;
3333
}
3434
}

src/shared/components/Content/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
margin: 0 24px;
3333

3434
a {
35-
color: $tc-dark-blue;
35+
color: $tc-dark-blue-110;
3636
}
3737
}
3838

src/shared/components/Contentful/BlogPost/themes/default.scss

+1-10
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,10 @@
5858
.content {
5959
flex: 1;
6060
padding: 15px;
61-
color: $tc-black;
6261

62+
@include tc-typography;
6363
@include roboto-regular;
6464

65-
a { color: $tc-dark-blue; }
66-
67-
a:active,
68-
a:focus,
69-
a:visited,
70-
a:hover {
71-
color: $tc-dark-blue;
72-
}
73-
7465
h1,
7566
h2,
7667
h3,

src/shared/components/Editor/GenericEditor/style.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
&:hover { border: 1px solid $tc-gray-40; }
1111

1212
&.focused,
13-
&.focused:hover { border: 1px solid $tc-dark-blue; }
13+
&.focused:hover { border: 1px solid $tc-dark-blue-110; }
1414
}
15-

src/shared/components/Editor/MarkdownEditor/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
overflow: hidden;
88

99
a {
10-
color: $tc-dark-blue;
10+
color: $tc-dark-blue-110;
1111
text-decoration: underline;
1212
}
1313

src/shared/components/Editor/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
.focused {
4545
border: 1px solid $tc-dark-blue;
4646

47-
&:hover { border: 1px solid $tc-dark-blue; }
47+
&:hover { border: 1px solid $tc-dark-blue-110; }
4848
}
4949

5050
.note {

src/shared/components/Leaderboard/LeaderboardTable/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $table-bg-hover: #f5f5f5;
115115
font-weight: 500;
116116

117117
&:hover {
118-
color: $tc-dark-blue;
118+
color: $tc-dark-blue-110;
119119
cursor: pointer;
120120
}
121121
}

src/shared/components/Leaderboard/PodiumSpot/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $podium-border-color: #ededf2;
6767
font-weight: 500;
6868

6969
&:hover {
70-
color: $tc-dark-blue;
70+
color: $tc-dark-blue-110;
7171
cursor: pointer;
7272
}
7373
}

src/shared/components/ProfilePage/ExternalLink/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
.link-url,
130130
.link-url:visited {
131-
color: $tc-dark-blue;
131+
color: $tc-dark-blue-110;
132132
font-size: 12px;
133133
line-height: 14px;
134134
word-wrap: break-word;

src/shared/components/ReviewOpportunityDetailsPage/ApplicationsTab/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
a,
8383
a:hover,
8484
a:visited {
85-
color: $tc-dark-blue;
85+
color: $tc-dark-blue-110;
8686

8787
&:hover {
8888
text-decoration: underline;

src/shared/components/ReviewOpportunityDetailsPage/ChallengeSpecTab/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $tc-link-visited: #0c4e98;
2323

2424
@mixin linkStyle {
2525
a {
26-
color: $tc-dark-blue;
26+
color: $tc-dark-blue-110;
2727
word-wrap: break-word;
2828
}
2929

src/shared/components/ReviewOpportunityDetailsPage/Sidebar/styles.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
padding: 4 * $base-unit;
1515

1616
a {
17-
color: $tc-dark-blue;
17+
color: $tc-dark-blue-110;
1818
margin: 0 2px;
1919

2020
&:visited {
21-
color: $tc-dark-blue;
21+
color: $tc-dark-blue-110;
2222
}
2323
}
2424

src/shared/components/SubmissionManagement/ScreeningDetails/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $red-color: $tc-red;
4848
line-height: $status-space-20;
4949
font-weight: 400;
5050
font-size: 13px;
51-
color: $tc-dark-blue;
51+
color: $tc-dark-blue-110;
5252
text-decoration: underline;
5353
padding: 0;
5454
border: none;

src/shared/components/TopcoderHeader/mobile/SubMenu/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
text-transform: uppercase;
88

99
a:hover {
10-
color: $tc-dark-blue;
10+
color: $tc-dark-blue-110;
1111
}
1212
}
1313

src/shared/components/challenge-detail/Registrants/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
a,
8181
a:hover,
8282
a:visited {
83-
color: $tc-dark-blue;
83+
color: $tc-dark-blue-110;
8484

8585
&:hover {
8686
text-decoration: underline;

src/shared/components/challenge-detail/Specification/SideBar/mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $tc-link-visited: #0c4e98;
44

55
@mixin linkStyle {
66
a {
7-
color: $tc-dark-blue;
7+
color: $tc-dark-blue-110;
88
word-wrap: break-word;
99
}
1010

src/shared/components/challenge-detail/Specification/styles.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $tc-link-visited: #0c4e98;
2323

2424
@mixin linkStyle {
2525
a {
26-
color: $tc-dark-blue;
26+
color: $tc-dark-blue-110;
2727
word-wrap: break-word;
2828
}
2929

@@ -32,7 +32,7 @@ $tc-link-visited: #0c4e98;
3232
}
3333

3434
a:hover {
35-
color: $tc-dark-blue;
35+
color: $tc-dark-blue-110;
3636
text-decoration: underline;
3737
}
3838

src/shared/components/challenge-detail/Submissions/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
}
142142

143143
.handle {
144-
color: $tc-dark-blue;
144+
color: $tc-dark-blue-110;
145145
}
146146
}
147147
}

src/shared/components/challenge-detail/Winners/Winner/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
.info {
148148
.handle {
149-
color: $tc-dark-blue;
149+
color: $tc-dark-blue-110;
150150
display: block;
151151
font-size: 36px;
152152
margin-bottom: 8px;

src/shared/components/challenge-listing/ChallengeCard/NumRegistrants/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.link:hover {
9-
color: $tc-dark-blue;
9+
color: $tc-dark-blue-110;
1010
}
1111

1212
.number {

src/shared/components/challenge-listing/ChallengeCard/NumSubmissions/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.link:hover {
9-
color: $tc-dark-blue;
9+
color: $tc-dark-blue-110;
1010
}
1111

1212
.number {

src/shared/components/challenge-listing/ChallengeCard/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $challenge-radius-4: $corner-radius * 2;
4141
}
4242

4343
a:hover {
44-
color: $tc-dark-blue;
44+
color: $tc-dark-blue-110;
4545
}
4646

4747
.left-panel {

src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $type-radius-4: $corner-radius * 2;
3838
}
3939

4040
&:hover {
41-
color: $tc-dark-blue;
41+
color: $tc-dark-blue-110;
4242
text-decoration: none;
4343
}
4444

src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ $panel-radius-4: $corner-radius * 2;
446446

447447
&:hover,
448448
&:visited {
449-
color: $tc-dark-blue;
449+
color: $tc-dark-blue-110;
450450
}
451451
}
452452

src/shared/components/challenge-listing/ReviewOpportunityCard/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $challenge-space-90: $base-unit * 18;
4040
}
4141

4242
a:hover {
43-
color: $tc-dark-blue;
43+
color: $tc-dark-blue-110;
4444
}
4545

4646
.left-panel {
@@ -229,7 +229,7 @@ $challenge-space-90: $base-unit * 18;
229229

230230
&:hover {
231231
background: $tc-dark-blue-10;
232-
color: $tc-dark-blue;
232+
color: $tc-dark-blue-110;
233233
}
234234
}
235235

src/shared/components/challenge-listing/SRMCard/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ $srm-radius-4: $corner-radius * 2;
259259

260260
&:hover {
261261
background: $tc-dark-blue-10;
262-
color: $tc-dark-blue;
262+
color: $tc-dark-blue-110;
263263
}
264264
}
265265

src/shared/components/challenge-listing/Sidebar/BucketSelector/style.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
float: right;
4242
font-weight: 400;
4343
font-size: 11px;
44-
color: $tc-dark-blue;
44+
color: $tc-dark-blue-110;
4545
line-height: $base-unit * 4;
4646
cursor: pointer;
4747

@@ -63,4 +63,3 @@
6363
padding: 2px 0;
6464
}
6565
}
66-

src/shared/components/examples/CodeSplitting/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
a:focus,
3030
a:hover,
3131
a:visited {
32-
color: $tc-dark-blue;
32+
color: $tc-dark-blue-110;
3333
text-decoration: underline;
3434
}
3535
}

src/shared/components/tc-communities/ChallengesBlock/Card/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
margin: 10px 0;
3030

3131
a {
32-
color: $tc-dark-blue;
32+
color: $tc-dark-blue-110;
3333
}
3434
}

src/shared/components/tc-communities/communities/cognitive/IbmCloudPage/Differences/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
a,
6565
a:visited {
66-
color: $tc-dark-blue;
66+
color: $tc-dark-blue-110;
6767
}
6868
}
6969

src/shared/components/tc-communities/communities/cognitive/Resources/FaqItem/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
padding: 10px 20px;
88

99
a {
10-
color: $tc-dark-blue;
10+
color: $tc-dark-blue-110;
1111

1212
&:visited {
1313
color: $tc-purple;

src/shared/components/tc-communities/communities/cognitive/Resources/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
.link {
33-
color: $tc-dark-blue;
33+
color: $tc-dark-blue-110;
3434

3535
&:visited {
3636
color: royalblue;

src/shared/components/tco/scoreboard/ScoreboardTable/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ $table-bg-hover: #f5f5f5;
101101
color: $tc-light-blue;
102102

103103
&:hover {
104-
color: $tc-dark-blue;
104+
color: $tc-dark-blue-110;
105105
}
106106
}
107107

0 commit comments

Comments
 (0)