Skip to content

Commit

Permalink
Updated for class reroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Jan 30, 2025
1 parent bfb0192 commit fc8bf69
Show file tree
Hide file tree
Showing 61 changed files with 463 additions and 463 deletions.
24 changes: 12 additions & 12 deletions src/addons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
--fluent-icons-color: var(--interactive-normal);
}

.wrapper_d8bfb3 {
&.modeMuted_d8bfb3 {
.wrapper__2ea32 {
&.modeMuted__2ea32 {
--fluent-icons-color: var(--interactive-muted);
}
&.modeUnreadImportant_d8bfb3 {
&.modeUnreadImportant__2ea32 {
--fluent-icons-color: var(--interactive-active);
}
}

.link_d8bfb3 {
.link__2ea32 {
path {
display: none;
}
Expand Down Expand Up @@ -91,7 +91,7 @@
}

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

.lottieIcon_f73ef7 {
.lottieIcon__5eb9b {
svg {
background: var(--fluent-icons-color);
}
Expand Down Expand Up @@ -184,7 +184,7 @@
mask-image: url(mono.$sound-source);
}
}
.container_b2ca13 .button_adca65[aria-checked='true'] {
.container__37e49 .button__67645[aria-checked='true'] {
svg {
--fluent-icons-color: var(--status-danger);
}
Expand All @@ -201,7 +201,7 @@
}

// Voice channel status
.pencilIcon_e66732 {
.pencilIcon__5cda9 {
background: var(--fluent-icons-color);
mask: url(mono.$pen);
path {
Expand All @@ -210,7 +210,7 @@
}

// Send button
.sendIcon_a06035 {
.sendIcon_aa63ab {
mask: url(mono.$paper-plane) center/cover;
background: var(--fluent-icons-color);
path {
Expand Down Expand Up @@ -453,8 +453,8 @@ $icons: (
'account-switch-account': mono.$user-swap
);

.item_d90b3d:not(#account-status-picker, [role='menuitemradio'], .hideInteraction_d90b3d, [id^='message-actions-add-reaction']) {
.icon_d90b3d {
.item_c1e9c4:not(#account-status-picker, [role='menuitemradio'], .hideInteraction_c1e9c4, [id^='message-actions-add-reaction']) {
.icon_c1e9c4 {
display: none !important;
}
&[role='menuitem'],
Expand All @@ -467,7 +467,7 @@ $icons: (
background: currentColor;
margin-right: 8px;
}
& + .layer_cd0de5 .item_d90b3d::before {
& + .layer_da8173 .item_c1e9c4::before {
content: none;
}
&.focused-3qFvc8::before {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/_dark.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.theme-dark,
html.theme-dark #app-mount .theme-light .root_f9a4c9 {
html.theme-dark #app-mount .theme-light .root__49fc1 {
--dark-bg-h: var(--dark-background-hue, 0);
--dark-bg-s: var(--dark-background-saturation, 0%);

Expand Down
2 changes: 1 addition & 1 deletion src/theme/_light.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.theme-light,
html.theme-light #app-mount .theme-light .root_f9a4c9 {
html.theme-light #app-mount .theme-light .root__49fc1 {
--bg-main: #f3f3f3;
--bg-alt: #fafafa;
--bg-content: #fbfbfb;
Expand Down
14 changes: 7 additions & 7 deletions src/theme/app/_scrollbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}

// Chat scrollbar
.chatContent_a7d72e .scroller_e2e187,
.peopleList_e0840f,
.scroller_f4e139 {
.chatContent_f75fb0 .scroller__36d07,
.peopleList__5ec2f,
.scroller_ac6cb0 {
&::-webkit-scrollbar {
width: 10px;
height: 10px;
Expand All @@ -25,10 +25,10 @@
}

// Other scrollbars
.members_cbd271,
.container_ee69e0 .scroller_c43953,
.sidebarRegionScroller_c25c6d,
.scroller_c47fa9 {
.members_c8ffbb,
.container__2637a .scroller__629e4,
.sidebarRegionScroller__23e6b,
.scroller__99e7c {
&::-webkit-scrollbar {
width: 6px;
height: 6px;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content: none;
}
}
// title_a7d72e container_fc4f04
// title_f75fb0 container__9293f
#{cls('title.children.container')} {
margin-right: 16px;

Expand Down
4 changes: 2 additions & 2 deletions src/theme/chat/_bars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
}

// Mention
.attachedBars_d0696b {
.stackedBars__74017 {
background: transparent;
}
.replyBar_b11c5e {
.replyBar__841c8 {
background: var(--bg-alt);
}

Expand Down
24 changes: 12 additions & 12 deletions src/theme/chat/_call.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
@use '../mixins';

#app-mount {
.wrapper_d880dc {
.wrapper_cb9592 {
background: var(--bg-main);
border-bottom: 1px solid var(--border-mid);
&.minimum_d880dc {
&.minimum_cb9592 {
height: 300px;
}
}
.voiceCallWrapper_bae578 {
.voiceCallWrapper_a21736 {
padding-bottom: 0;
gap: 12px;
}
.participant_ea9cce {
.participant_c8dbe9 {
margin: 0;
}

.wrapper_b6e2f9 {
.wrapper__1405b {
gap: 8px;
.button_dd4f85 {
.button__201d5 {
@include mixins.btn;
@include mixins.btnSecondary;
height: 32px;
Expand All @@ -28,19 +28,19 @@
height: 18px;
}
}
button.red_ef18ee {
button.red_f1ceac {
@include mixins.btnDanger;
}
}

div.controlButton_b6e2f9 {
div.controlButton__1405b {
margin: 0;
}
button.controlButton_b6e2f9 {
button.controlButton__1405b {
@include mixins.btnSecondary;
}

.contextMenuContainer_ef18ee {
.contextMenuContainer_f1ceac {
display: flex;
overflow: hidden;
foreignObject {
Expand All @@ -55,7 +55,7 @@
width: 44px;
}
}
.contextMenuNub_ef18ee {
.contextMenuNub_f1ceac {
@include mixins.btn;
@include mixins.btnSecondary;
height: 32px;
Expand All @@ -69,7 +69,7 @@
}

// Video
.video_d880dc .transparent_fc4f04 {
.video_cb9592 .transparent__9293f {
background: transparent;
border-bottom: none;
}
Expand Down
10 changes: 5 additions & 5 deletions src/theme/chat/_container.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
@use '../classes' as *;

#app-mount {
.chat_a7d72e {
.chat_f75fb0 {
background: transparent;
}
.content_a7d72e::before {
.content_f75fb0::before {
content: none;
}
.chatContent_a7d72e {
.chatContent_f75fb0 {
background: var(--bg-alt);
&:only-child {
margin-right: 0;
border-top-right-radius: 0;
}
}

.scrollerSpacer_e2e187 {
.scrollerSpacer__36d07 {
height: 24px;
}

Expand All @@ -25,7 +25,7 @@
border: 1px solid var(--border-mid);
}

.messagesWrapper_e2e187::before {
.messagesWrapper__36d07::before {
content: '';
position: absolute;
bottom: 0;
Expand Down
Loading

0 comments on commit fc8bf69

Please sign in to comment.