Skip to content

Commit

Permalink
Run update classes script
Browse files Browse the repository at this point in the history
  • Loading branch information
TakosThings committed Jul 18, 2024
1 parent 5eae3d9 commit 909987c
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: 32px;
margin-top: 6px;
margin-right: 2px;
&.active_cecf00,
&.active_f9af59,
&:hover{
background-color: $ControlFillColorDefault;
border: 1px solid $ControlStrokeColorDefault;
Expand Down
8 changes: 4 additions & 4 deletions src/modules/main/chat/_autocomplete.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.theme-dark .channelTextArea_a7d72e{
&:focus-within{
.autocomplete_f23da8{
.autocomplete_bcc24e{
border-color: $ControlStrokeColorDefault;
}
}
}

.theme-dark .autocomplete_f23da8{
.theme-dark .autocomplete_bcc24e{
bottom: calc(100% + 4px);
box-shadow: none;
background-color: $CardStrokeColorDefaultSolid;
Expand Down Expand Up @@ -52,7 +52,7 @@
}

// Commands matching: header
.contentTitle_f23da8{
.contentTitle_bcc24e{
@include TypeBody;
color: $TextFillColorPrimary;
text-transform: none;
Expand All @@ -67,7 +67,7 @@
}

// Command
.base_f23da8{
.base_bcc24e{
&.selected-3H3-RC{
background-color: $SubtleFillColorSecondary;
box-shadow: inset 0 0 0 1px $SubtleFillColorSecondary; // Using box-shadow because borders cause the div to grow;
Expand Down
4 changes: 2 additions & 2 deletions src/modules/main/chat/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
border-bottom-color: $AccentBase;
}
}
.emojiButton_af14ca{
.emojiButton_d91a75{
height: 32px;
width: 32px;
margin: 6px 4px 0 0;
Expand All @@ -251,7 +251,7 @@
@include FontIconFluent;
font-size: 16px;
}
&.emojiButtonHovered_af14ca{
&.emojiButtonHovered_d91a75{
background-color: $ControlFillColorDisabled;
border-color: $ControlStrokeColorDefault;
&::before{
Expand Down
8 changes: 4 additions & 4 deletions src/modules/main/chat/_chatbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
font-size: 18px;
}
&:hover,
&.active_cecf00,
&.emojiButtonHovered_af14ca{
&.active_f9af59,
&.emojiButtonHovered_d91a75{
background-color: $ControlFillColorDisabled;
border-color: $ControlStrokeColorDefault;
&::before{
Expand All @@ -128,7 +128,7 @@
}

// Always hide the emoji button icon since it can be directly selected
.emojiButton_af14ca{
.emojiButton_d91a75{
.contents_dd4f85{
display: none;
}
Expand Down Expand Up @@ -169,7 +169,7 @@
display: none;
}
// Set a static emoji icon
.emojiButton_af14ca{
.emojiButton_d91a75{
margin: 0 4px 0 0;
&::before{
content: "\E76E"; //Emoji2
Expand Down
24 changes: 12 additions & 12 deletions src/modules/main/chat/embeds/_file.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.theme-dark .attachment_a4623d{
.theme-dark .attachment_b52bef{
width: 400px;
position: relative;
background-color: $CardBackgroundFillColorDefault;
Expand All @@ -8,7 +8,7 @@

img{
display: none;
& ~ .attachmentInner_a4623d{
& ~ .attachmentInner_b52bef{
position: relative;
padding-left: 40px;
&::before{
Expand All @@ -19,36 +19,36 @@
@include FontIconFluent;
font-size: 24px;
}
.filenameLinkWrapper_a4623d a{
.filenameLinkWrapper_b52bef a{
line-height: 20px;
}
}

}

img[title="acrobat"] ~ .attachmentInner_a4623d::before{
img[title="acrobat"] ~ .attachmentInner_b52bef::before{
content: "\ea90"; // PDF
}
img[title="archive"] ~ .attachmentInner_a4623d::before{
img[title="archive"] ~ .attachmentInner_b52bef::before{
content: "\f012"; // ZipFolder
}
img[title="document"] ~ .attachmentInner_a4623d::before{
img[title="document"] ~ .attachmentInner_b52bef::before{
content: "\f000"; // KnowledgeArticle
}
img[title="spreadsheet"] ~ .attachmentInner_a4623d::before{
img[title="spreadsheet"] ~ .attachmentInner_b52bef::before{
content: "\E9F9"; // ReportDocument
}
img[title="unknown"] ~ .attachmentInner_a4623d::before{
img[title="unknown"] ~ .attachmentInner_b52bef::before{
content: "\e9ce"; // Unknown
}

img[title="ae"] ~ .attachmentInner_a4623d::before,
img[title="ai"] ~ .attachmentInner_a4623d::before,
img[title="sketch"] ~ .attachmentInner_a4623d::before{
img[title="ae"] ~ .attachmentInner_b52bef::before,
img[title="ai"] ~ .attachmentInner_b52bef::before,
img[title="sketch"] ~ .attachmentInner_b52bef::before{
content: "\e8a5"; // Document
}

.metadata_a4623d{
.metadata_b52bef{
color: $TextFillColorSecondary;
@include TypeCaption;
font-weight: normal;
Expand Down
20 changes: 10 additions & 10 deletions src/modules/main/chat/embeds/_invite.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
.theme-dark .wrapper_b9fe76{
.theme-dark .wrapper_a71a1c{
width: 400px;
background-color: $CardBackgroundFillColorDefault;
border: 1px solid $SurfaceStrokeColorFlyout;
border-radius: 8px;

// Header
.header_b9fe76{
.header_a71a1c{
color: $TextFillColorPrimary;
@include FontNormal;
@include TypeBodyStrong;
text-transform: none;
}

// Icon
.guildIcon_b9fe76{
.guildIcon_a71a1c{
border-radius: 50%;
align-self: center;
}
// Expired icon
.guildIconExpired_b9fe76{
.guildIconExpired_a71a1c{
background-color: transparent;
background-image: none;
&::before{
Expand All @@ -33,22 +33,22 @@
}
}

.statusCounts_b9fe76{
.statusCounts_a71a1c{
flex-direction: column;
align-items: flex-start;
}

// Online users
i.status_b9fe76{
i.status_a71a1c{
display: none;
}
.count_b9fe76{
.count_a71a1c{
padding-left: 12px;
position: relative;
@include TypeBody;
flex-direction: row;
}
i.statusOnline_b9fe76 ~ span{
i.statusOnline_a71a1c ~ span{
&::before{
content: "";
width: 8px;
Expand All @@ -60,14 +60,14 @@
border-radius: 4px;
}
}
i.statusOffline_b9fe76 ~ span{
i.statusOffline_a71a1c ~ span{
&::before{
background-color: #8a8886;
}
}

// Button
.button_b9fe76.buttonSize_b9fe76{
.button_a71a1c.buttonSize_a71a1c{
height: 32px;
}
}
8 changes: 4 additions & 4 deletions src/modules/main/chat/embeds/_site_preview.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.theme-dark .embedFull_ad0b71{
.theme-dark .embedFull_b0068a{
background-color: $CardBackgroundFillColorDefault;
.embedProvider_ad0b71{
.embedProvider_b0068a{
@include TypeCaption;
}
.embedAuthor_ad0b71{
.embedAuthor_b0068a{
@include TypeBody;
}
.embedTitle_ad0b71{
.embedTitle_b0068a{
@include TypeBody;
}
}
4 changes: 2 additions & 2 deletions src/modules/main/chat/embeds/_text.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.theme-dark .textContainer_ad9cbd{
.theme-dark .textContainer_d8e2d0{
background-color: $CardBackgroundFillColorDefault;
border: 1px solid $SurfaceStrokeColorFlyout;
border-radius: 8px 8px 0 0;
Expand All @@ -8,7 +8,7 @@
}

// Footer
.theme-dark .footer_ad9cbd{
.theme-dark .footer_d8e2d0{
background-color: $CardBackgroundFillColorDefault;
border: 1px solid $SurfaceStrokeColorFlyout;
border-top: 0;
Expand Down
6 changes: 3 additions & 3 deletions src/modules/modals/_leave_server_feedback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
}

.problemInfo_b58b14{
.root_ee4ca6{
.root_c3b890{
background-color: $CardBackgroundFillColorDefault;
border: 1px solid $CardStrokeColorDefault;
border-radius: 4px;
}
.option_ee4ca6{
.option_c3b890{
&:hover{
background-color: $CardBackgroundFillColorSecondary;
}
}
.text_ee4ca6{
.text_c3b890{
@include TypeBody;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/modules/modals/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
}
}
// Enter phone number
.phoneField_d4eb58{
.countryButton_d4eb58{
.phoneField_f26de7{
.countryButton_f26de7{
min-width: 64px;
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/modules/settings/_user_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@
border-color: $ControlStrokeColorDefault;
border-radius: 4px;
// Set a static emoji icon
.emojiButton_af14ca{
.emojiButton_d91a75{
margin: 0 4px 0 0;
&::before{
content: "\E76E"; //Emoji2
color: $TextFillColorSecondary;
@include FontIconFluent;
font-size: 16px;
}
&.emojiButtonHovered_af14ca::before{
&.emojiButtonHovered_d91a75::before{
color: $TextFillColorPrimary;
}
.contents_dd4f85{
Expand Down Expand Up @@ -408,21 +408,21 @@

// Keybinds
// Warning
.container_f20685.warning_f20685{
.container_bc1f7a.warning_bc1f7a{
height: 48px;
padding: 8px 16px;
background-color: $CardBackgroundFillColorDefault;
border: 1px solid $CardStrokeColorDefault;
@include TypeBody;
.iconDiv_f20685{
.iconDiv_bc1f7a{
align-self: center;
svg{
width: 16px;
height: 16px;
color: $SystemFillColorAttention;
}
}
.text_f20685{
.text_bc1f7a{
margin-left: 16px;
}

Expand Down Expand Up @@ -528,13 +528,13 @@
// Last played
.lastPlayed_fd966d{
color: $TextFillColorSecondary;
.default_c0d6c6{
.default_e07331{
@include TypeCaption;
strong{
font-weight: normal;
}
}
.hovered_c0d6c6{
.hovered_e07331{
@include FontMonospace;
@include TypeCaption;
}
Expand Down
4 changes: 2 additions & 2 deletions src/modules/ui/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
}

// Button with loading ellipses (Server Settings > Save changes)
&.submitting_eb1ca6{
.spinner_eb1ca6{
&.submitting_e90879{
.spinner_e90879{
display: flex;
}
}
Expand Down

0 comments on commit 909987c

Please sign in to comment.