Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit c649468

Browse files
committed
wip
1 parent 0d7982a commit c649468

37 files changed

+928
-3180
lines changed

dist/slack.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.

sources/_new_ui.scss

Lines changed: 0 additions & 3132 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.sk-client-theme--dark .p-animated_onboarding_toast.c-toast,
2+
.p-animated_onboarding_toast.c-toast {
3+
background-color: $accent;
4+
color: $selectFg;
5+
}
6+
7+
.p-animated_onboarding_toast.c-toast .c-toast__wrapper .c-toast__icon {
8+
background-color: $selectFg;
9+
color: $primary;
10+
}
11+
12+
.p-animated_onboarding_toast_icon {
13+
background-color: $selectFg;
14+
}

styles/app/_archives.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
background: $bg2;
44
}
55

6+
.p-ia4_client,
7+
.p-window_layout_wrapper,
68
.p-client_desktop--ia-top-nav {
79
.p-archives_banner {
810
background: $accent;

styles/app/_audio_recorder.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@
9292
.p-audio_recorder_modal__cancel {
9393
color: $text;
9494
}
95+
96+
.p-media_viewer_controls--dark {
97+
color: $selectFg;
98+
}

styles/app/_banners.scss

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,34 @@
236236
.p-message_pane_banner__close_icon {
237237
color: $text;
238238
}
239+
240+
.p-mobile_social_proof_banner {
241+
background-color: $accent;
242+
color: $selectFg;
243+
244+
.c-icon {
245+
color: $selectFg;
246+
}
247+
}
248+
249+
.p-huddle_banner .c-banner__close {
250+
color: $fg;
251+
252+
&:hover {
253+
color: $fg;
254+
}
255+
}
256+
257+
.c-deal_suppport_banner {
258+
background-color: $notif;
259+
border: 1px solid $borderLight;
260+
261+
.c-alert__icon {
262+
color: $accent;
263+
}
264+
}
265+
266+
.c-dsr-channel-create-private-check .c-label__subtext,
267+
.c-dsr-section-subtitle {
268+
color: $text;
269+
}

styles/app/_channel_canvas.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.p-channel_canvas_templates__header,
2+
.p-channel_canvas_templates__buttons {
3+
color: $text;
4+
}

styles/app/_channel_section.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@
4040
.c-channel-section__row-line__last {
4141
color: $text;
4242
}
43+
44+
.p-section_heading_context_menu__show_section_state {
45+
color: $text;
46+
}

styles/app/_classic_nav.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,11 @@
370370
.sk-client-theme--dark .p-call_menu_call_button__learn_more_link.p-call_menu_call_button__learn_more_link__phase3 {
371371
color: $fg;
372372
}
373+
374+
.p-classic_nav__team_menu__blurb__name--gov_slack_icon {
375+
color: $accent2;
376+
}
377+
378+
.p-classic_nav__team_menu__blurb__name--gov_slack_icon--dark {
379+
color: $accent2;
380+
}

styles/app/_client.scss

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,36 @@
88
}
99
}
1010

11+
.p-info_blurb__link {
12+
color: $accent;
13+
}
14+
15+
.p-info_blurb__link--highlighted {
16+
color: $selectFg;
17+
}
18+
19+
.sk-client-theme--dark .p-info_blurb__sub_text,
20+
.p-info_blurb__sub_text {
21+
color: $text;
22+
}
23+
24+
.p-info_blurb__sub_text--highlighted {
25+
color: $selectFg;
26+
}
27+
28+
.p-ia4_client,
29+
.p-window_layout_wrapper,
1130
.p-client_desktop--ia-top-nav {
1231
.c-message_list__day_divider__label__pill {
13-
box-shadow: 0 0 0 1px $bg2, 0 1px 3px 0 $tree;
32+
box-shadow:
33+
0 0 0 1px $bg2,
34+
0 1px 3px 0 $tree;
1435

1536
&:focus,
1637
&.c-button--focus-visible:focus {
17-
box-shadow: 0 0 0 1px $primary, 0 0 0 5px $primaryT;
38+
box-shadow:
39+
0 0 0 1px $primary,
40+
0 0 0 5px $primaryT;
1841
}
1942

2043
&:hover,

0 commit comments

Comments
 (0)