Skip to content

Commit fc8bf69

Browse files
committed
Updated for class reroll
1 parent bfb0192 commit fc8bf69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+463
-463
lines changed

src/addons/_icons.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
--fluent-icons-color: var(--interactive-normal);
77
}
88

9-
.wrapper_d8bfb3 {
10-
&.modeMuted_d8bfb3 {
9+
.wrapper__2ea32 {
10+
&.modeMuted__2ea32 {
1111
--fluent-icons-color: var(--interactive-muted);
1212
}
13-
&.modeUnreadImportant_d8bfb3 {
13+
&.modeUnreadImportant__2ea32 {
1414
--fluent-icons-color: var(--interactive-active);
1515
}
1616
}
1717

18-
.link_d8bfb3 {
18+
.link__2ea32 {
1919
path {
2020
display: none;
2121
}
@@ -91,7 +91,7 @@
9191
}
9292

9393
// Channel modifiers (locked/threads)
94-
.iconContainer_d8bfb3 {
94+
.iconContainer__2ea32 {
9595
// Locked channel
9696
&:has(path[d^='M16 4h.5v-.5a2.5 2.5 0 0 1 5 0V4h.5a1'])::before,
9797
&:has(path[d^='M13 4C13 3.66767 13.0405'])::before,
@@ -126,7 +126,7 @@
126126
}
127127
}
128128

129-
.lottieIcon_f73ef7 {
129+
.lottieIcon__5eb9b {
130130
svg {
131131
background: var(--fluent-icons-color);
132132
}
@@ -184,7 +184,7 @@
184184
mask-image: url(mono.$sound-source);
185185
}
186186
}
187-
.container_b2ca13 .button_adca65[aria-checked='true'] {
187+
.container__37e49 .button__67645[aria-checked='true'] {
188188
svg {
189189
--fluent-icons-color: var(--status-danger);
190190
}
@@ -201,7 +201,7 @@
201201
}
202202

203203
// Voice channel status
204-
.pencilIcon_e66732 {
204+
.pencilIcon__5cda9 {
205205
background: var(--fluent-icons-color);
206206
mask: url(mono.$pen);
207207
path {
@@ -210,7 +210,7 @@
210210
}
211211

212212
// Send button
213-
.sendIcon_a06035 {
213+
.sendIcon_aa63ab {
214214
mask: url(mono.$paper-plane) center/cover;
215215
background: var(--fluent-icons-color);
216216
path {
@@ -453,8 +453,8 @@ $icons: (
453453
'account-switch-account': mono.$user-swap
454454
);
455455

456-
.item_d90b3d:not(#account-status-picker, [role='menuitemradio'], .hideInteraction_d90b3d, [id^='message-actions-add-reaction']) {
457-
.icon_d90b3d {
456+
.item_c1e9c4:not(#account-status-picker, [role='menuitemradio'], .hideInteraction_c1e9c4, [id^='message-actions-add-reaction']) {
457+
.icon_c1e9c4 {
458458
display: none !important;
459459
}
460460
&[role='menuitem'],
@@ -467,7 +467,7 @@ $icons: (
467467
background: currentColor;
468468
margin-right: 8px;
469469
}
470-
& + .layer_cd0de5 .item_d90b3d::before {
470+
& + .layer_da8173 .item_c1e9c4::before {
471471
content: none;
472472
}
473473
&.focused-3qFvc8::before {

src/theme/_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.theme-dark,
2-
html.theme-dark #app-mount .theme-light .root_f9a4c9 {
2+
html.theme-dark #app-mount .theme-light .root__49fc1 {
33
--dark-bg-h: var(--dark-background-hue, 0);
44
--dark-bg-s: var(--dark-background-saturation, 0%);
55

src/theme/_light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.theme-light,
2-
html.theme-light #app-mount .theme-light .root_f9a4c9 {
2+
html.theme-light #app-mount .theme-light .root__49fc1 {
33
--bg-main: #f3f3f3;
44
--bg-alt: #fafafa;
55
--bg-content: #fbfbfb;

src/theme/app/_scrollbars.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
}
99

1010
// Chat scrollbar
11-
.chatContent_a7d72e .scroller_e2e187,
12-
.peopleList_e0840f,
13-
.scroller_f4e139 {
11+
.chatContent_f75fb0 .scroller__36d07,
12+
.peopleList__5ec2f,
13+
.scroller_ac6cb0 {
1414
&::-webkit-scrollbar {
1515
width: 10px;
1616
height: 10px;
@@ -25,10 +25,10 @@
2525
}
2626

2727
// Other scrollbars
28-
.members_cbd271,
29-
.container_ee69e0 .scroller_c43953,
30-
.sidebarRegionScroller_c25c6d,
31-
.scroller_c47fa9 {
28+
.members_c8ffbb,
29+
.container__2637a .scroller__629e4,
30+
.sidebarRegionScroller__23e6b,
31+
.scroller__99e7c {
3232
&::-webkit-scrollbar {
3333
width: 6px;
3434
height: 6px;

src/theme/app/_toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content: none;
1111
}
1212
}
13-
// title_a7d72e container_fc4f04
13+
// title_f75fb0 container__9293f
1414
#{cls('title.children.container')} {
1515
margin-right: 16px;
1616

src/theme/chat/_bars.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
}
5353

5454
// Mention
55-
.attachedBars_d0696b {
55+
.stackedBars__74017 {
5656
background: transparent;
5757
}
58-
.replyBar_b11c5e {
58+
.replyBar__841c8 {
5959
background: var(--bg-alt);
6060
}
6161

src/theme/chat/_call.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
@use '../mixins';
22

33
#app-mount {
4-
.wrapper_d880dc {
4+
.wrapper_cb9592 {
55
background: var(--bg-main);
66
border-bottom: 1px solid var(--border-mid);
7-
&.minimum_d880dc {
7+
&.minimum_cb9592 {
88
height: 300px;
99
}
1010
}
11-
.voiceCallWrapper_bae578 {
11+
.voiceCallWrapper_a21736 {
1212
padding-bottom: 0;
1313
gap: 12px;
1414
}
15-
.participant_ea9cce {
15+
.participant_c8dbe9 {
1616
margin: 0;
1717
}
1818

19-
.wrapper_b6e2f9 {
19+
.wrapper__1405b {
2020
gap: 8px;
21-
.button_dd4f85 {
21+
.button__201d5 {
2222
@include mixins.btn;
2323
@include mixins.btnSecondary;
2424
height: 32px;
@@ -28,19 +28,19 @@
2828
height: 18px;
2929
}
3030
}
31-
button.red_ef18ee {
31+
button.red_f1ceac {
3232
@include mixins.btnDanger;
3333
}
3434
}
3535

36-
div.controlButton_b6e2f9 {
36+
div.controlButton__1405b {
3737
margin: 0;
3838
}
39-
button.controlButton_b6e2f9 {
39+
button.controlButton__1405b {
4040
@include mixins.btnSecondary;
4141
}
4242

43-
.contextMenuContainer_ef18ee {
43+
.contextMenuContainer_f1ceac {
4444
display: flex;
4545
overflow: hidden;
4646
foreignObject {
@@ -55,7 +55,7 @@
5555
width: 44px;
5656
}
5757
}
58-
.contextMenuNub_ef18ee {
58+
.contextMenuNub_f1ceac {
5959
@include mixins.btn;
6060
@include mixins.btnSecondary;
6161
height: 32px;
@@ -69,7 +69,7 @@
6969
}
7070

7171
// Video
72-
.video_d880dc .transparent_fc4f04 {
72+
.video_cb9592 .transparent__9293f {
7373
background: transparent;
7474
border-bottom: none;
7575
}

src/theme/chat/_container.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
@use '../classes' as *;
22

33
#app-mount {
4-
.chat_a7d72e {
4+
.chat_f75fb0 {
55
background: transparent;
66
}
7-
.content_a7d72e::before {
7+
.content_f75fb0::before {
88
content: none;
99
}
10-
.chatContent_a7d72e {
10+
.chatContent_f75fb0 {
1111
background: var(--bg-alt);
1212
&:only-child {
1313
margin-right: 0;
1414
border-top-right-radius: 0;
1515
}
1616
}
1717

18-
.scrollerSpacer_e2e187 {
18+
.scrollerSpacer__36d07 {
1919
height: 24px;
2020
}
2121

@@ -25,7 +25,7 @@
2525
border: 1px solid var(--border-mid);
2626
}
2727

28-
.messagesWrapper_e2e187::before {
28+
.messagesWrapper__36d07::before {
2929
content: '';
3030
position: absolute;
3131
bottom: 0;

0 commit comments

Comments
 (0)