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 Jun 19, 2024
1 parent 4b07fda commit 9219bc1
Show file tree
Hide file tree
Showing 62 changed files with 477 additions and 477 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__612a5 {
&.modeMuted_f0a72e {
.wrapper_d8bfb3 {
&.modeMuted_d8bfb3 {
--fluent-icons-color: var(--interactive-muted);
}
&.modeUnreadImportant__35358 {
&.modeUnreadImportant_d8bfb3 {
--fluent-icons-color: var(--interactive-active);
}
}

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

// Channel modifiers (locked/threads)
.iconContainer__6a580 {
.iconContainer_d8bfb3 {
// 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_c7076c {
.lottieIcon_f73ef7 {
svg {
background: var(--fluent-icons-color);
}
Expand Down Expand Up @@ -186,7 +186,7 @@
mask-image: url(mono.$sound-source);
}
}
.container_debb33 .button_ae40a4[aria-checked='true'] {
.container_b2ca13 .button_f67531[aria-checked='true'] {
svg {
--fluent-icons-color: var(--status-danger);
}
Expand All @@ -203,7 +203,7 @@
}

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

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

.item__183e8:not(#account-status-picker, [role='menuitemradio'], .hideInteraction__0b569) {
.icon__0bfbf {
.item_d90b3d:not(#account-status-picker, [role='menuitemradio'], .hideInteraction_d90b3d) {
.icon_d90b3d {
display: none !important;
}
&[role='menuitem'],
Expand All @@ -469,7 +469,7 @@ $icons: (
background: currentColor;
margin-right: 8px;
}
& + .layer__6b5c3 .item__183e8::before {
& + .layer_cd0de5 .item_d90b3d::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_a28985 {
html.theme-dark #app-mount .theme-light .root_f9a4c9 {
--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_a28985 {
html.theme-light #app-mount .theme-light .root_f9a4c9 {
--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_f087cb .scroller_e412fe,
.peopleList_d2f527,
.scroller_d4b86c {
.chatContent_a7d72e .scroller_e2e187,
.peopleList_e0840f,
.scroller_f4e139 {
&::-webkit-scrollbar {
width: 10px;
height: 10px;
Expand All @@ -25,10 +25,10 @@
}

// Other scrollbars
.members__573eb,
.container__7e23c .scroller__1f498,
.sidebarRegionScroller__8113e,
.scroller__89969 {
.members_cbd271,
.container_ee69e0 .scroller_c43953,
.sidebarRegionScroller_c25c6d,
.scroller_c47fa9 {
&::-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_d4ba1a container__26baa
// title_a7d72e container_e44302
#{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_c1606a {
.attachedBars_d0696b {
background: transparent;
}
.replyBar_ed6afc {
.replyBar_b11c5e {
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__6bf2d {
.wrapper_d880dc {
background: var(--bg-main);
border-bottom: 1px solid var(--border-mid);
&.minimum__7f356 {
&.minimum_d880dc {
height: 300px;
}
}
.voiceCallWrapper__6ca32 {
.voiceCallWrapper_bae578 {
padding-bottom: 0;
gap: 12px;
}
.participant_f0e444 {
.participant_ea9cce {
margin: 0;
}

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

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

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

// Video
.video__004a2 .transparent__8d0a5 {
.video_d880dc .transparent_e44302 {
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__52833 {
.chat_a7d72e {
background: transparent;
}
.content__01e65::before {
.content_a7d72e::before {
content: none;
}
.chatContent_f087cb {
.chatContent_a7d72e {
background: var(--bg-alt);
&:only-child {
margin-right: 0;
border-top-right-radius: 0;
}
}

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

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

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

0 comments on commit 9219bc1

Please sign in to comment.