Skip to content

Commit

Permalink
Further class updates with ClassUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 1, 2023
1 parent 1f6974e commit c978b8a
Show file tree
Hide file tree
Showing 23 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions scss/main/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@
}

// Spoiler
.spoilerContainer-3wsC0k {
.spoilerContainer_b653f1 {
border-radius: $sidebar-spacing;

.image-1091CL {
.media__059e0 {
border-radius: $sidebar-spacing;
}
}
Expand Down
2 changes: 1 addition & 1 deletion scss/main/_embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

// Spoiler embed
.spoilerContainer-3wsC0k {
.spoilerContainer_b653f1 {
border-radius: calc(2 * $item-spacing);
}
// Attachment embed
Expand Down
2 changes: 1 addition & 1 deletion scss/main/_friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Friends view
// DM list
.interactive-1vLZ_I {
.interactive_a868bc {
border-radius: $item-spacing;
}

Expand Down
4 changes: 2 additions & 2 deletions scss/main/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

// Forum
.container-3wLKDe {
.container_b181b6 {
background-color: transparent;
}

Expand Down Expand Up @@ -43,7 +43,7 @@
box-shadow: none;
}

.select-1Ia3hD {
.select__0eb48 {
border-radius: $item-spacing;
}
}
Expand Down
2 changes: 1 addition & 1 deletion scss/overlay/layer/_appdir.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use "../../top/tint";

// App directory
.layerContainer-2v_Sit .directoryModal-YJsOMv {
.layerContainer_d5a653 .directoryModal-YJsOMv {
background: transparent;

// Scanline and tint overlay over whole view
Expand Down
6 changes: 3 additions & 3 deletions scss/overlay/layer/settings/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
}

// Large menu items and info cards
.item-2idW98,
.radioBar-3w9XY-,
.card-16VQ8C,
.item_b7fb7e,
.radioBar__40e1b,
.card__4dc22,
.container_de00a3 {
border-radius: $size-m;
}
Expand Down
8 changes: 4 additions & 4 deletions scss/overlay/layer/settings/server/_roles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
padding-bottom: 0;
}

.scrollerBase-_bVAAt {
.scrollerBase_dc3aa9 {
padding-top: 16px;
}
}
Expand All @@ -30,9 +30,9 @@
}

// Tabs
.top-K_jibn .brand-3g5E0C.item-3XjbnG:active,
.top-K_jibn .brand-3g5E0C.selected-g-kMVV.item-3XjbnG,
.top-K_jibn .brand-3g5E0C.item-3XjbnG:hover {
.top__592a7 .brand_ce3ecf.item__48dda:active,
.top__592a7 .brand_ce3ecf.selected__5711d.item__48dda,
.top__592a7 .brand_ce3ecf.item__48dda:hover {
border-bottom-color: rgb($color-foreground);
}

Expand Down
2 changes: 1 addition & 1 deletion scss/overlay/layer/settings/user/_privacyandsafety.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use "../../../../top/vars" as *;

// Privacy & Safety DM options
.radioBar-3w9XY- {
.radioBar__40e1b {
border-left: 5px solid var(--radio-bar-accent-color);
}
8 changes: 4 additions & 4 deletions scss/overlay/layer/settings/user/_profiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
// Profiles
#profile-customization-tab {
// Preview
.profileCustomizationPreview-2-Y173 {
.profileCustomizationPreview_ccc6a9 {
@include box.blue;
}

// User/Server Profile tabs
.top-K_jibn .brand-3g5E0C.item-3XjbnG:hover,
.top-K_jibn .brand-3g5E0C.item-3XjbnG:active,
.top-K_jibn .brand-3g5E0C.selected-g-kMVV.item-3XjbnG {
.top__592a7 .brand_ce3ecf.item__48dda:hover,
.top__592a7 .brand_ce3ecf.item__48dda:active,
.top__592a7 .brand_ce3ecf.selected__5711d.item__48dda {
border-bottom-color: rgb($color-foreground);
}
}
2 changes: 1 addition & 1 deletion scss/overlay/modal/_createserver.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Create server
.footerSeparator-VzAYwb {
.footerSeparator__57d95 {
box-shadow: none;
}
2 changes: 1 addition & 1 deletion scss/overlay/modal/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@use "../../top/box";

// Modals
.root_a28985:not(.modal_d2e7a7, .carouselModal-1eUFoq) {
.root_a28985:not(.modal_d2e7a7, .carouselModal_c0d5b7) {
@include box.blue;
overflow: hidden;
background-color: transparentize($color-shadow, 0.7) !important;
Expand Down
2 changes: 1 addition & 1 deletion scss/overlay/modal/_serverboost.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.perksModal-CLcR1c {
background-color: transparent;

.progressBar-20NUv9 {
.progressBar__0d793 {
.barBackground-unEPDT {
background: transparentize($color-pop, 0.5);

Expand Down
8 changes: 4 additions & 4 deletions scss/overlay/modal/_userprofile.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@use "../../top/vars" as *;

// Full user profile
.top-K_jibn .selected-g-kMVV.themed-2-lozF.item-3XjbnG,
.top-K_jibn .themed-2-lozF.item-3XjbnG:active,
.top-K_jibn .themed-2-lozF.item-3XjbnG:hover {
.top__592a7 .selected__5711d.themed-2-lozF.item__48dda,
.top__592a7 .themed-2-lozF.item__48dda:active,
.top__592a7 .themed-2-lozF.item__48dda:hover {
border-bottom-color: rgb($color-foreground);
}

.profileBanner-2zIsK7 {
.banner__6d414 {
opacity: 70%;
}

Expand Down
8 changes: 4 additions & 4 deletions scss/overlay/popover/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
// Account menu
.container_d6dad3.elevationBorderHigh_f9a758,
// Search options
.userPopoutOuter-3AVBmJ,
.userPopoutOuter_d739b2,
// User profile
.userProfileOuter__46bb7,
// Emoji picker
.didRender_f1da13>#emoji-picker-tab-panel,
.contentWrapper__321ed,
// Emoji picker add reaction
.container-2O1UgZ,
.contentWrapper_eab878,
// User management add role selector
.container-3ssFyj,
.container__9bb08,
// View as role role selector
.popoutContainer__7b9a3 // Emoji and role icon info
{
Expand Down
4 changes: 2 additions & 2 deletions scss/overlay/popover/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

// Small menu popover
// Focused menu option
.colorDefault-CDqZdO.focused-3qFvc8 {
.colorDefault__0b482.focused__27621 {
background-color: transparentize($color-pop, 0.7);
}

.colorDefault-CDqZdO:active:not(.hideInteraction-2jPGL_) {
.colorDefault__0b482:active:not(.hideInteraction__2790e) {
background-color: transparentize($color-pop, 0.5);
}
4 changes: 2 additions & 2 deletions scss/overlay/popover/_selectfriends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
background-color: var(--background-modifier-hover);
}

.checkbox-f1HnKB {
.checkbox_c7f690 {
border-radius: 50%;
border: 2px solid rgb($color-foreground);

&.checked-1pZh2h {
&.checked__24ad6 {
border-color: $color-foreground !important;

path {
Expand Down
4 changes: 2 additions & 2 deletions scss/overlay/popover/_userprofile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
}

// View profile
.avatarWrapper-3y0KZ1 {
.avatarWrapper_f77579 {
left: 27px;
top: 21px;

// View profile shadow
.avatarHint-2g3Mcd {
.avatarHint__8e5b9 {
border-radius: 50px;

foreignObject {
Expand Down
16 changes: 8 additions & 8 deletions scss/part/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// Buttons
.button_afdfd9,
.bd-button:not(.bd-addon-button),
.topPill-3DJJNV .item-3XjbnG,
.topPill__0cdf1 .item__48dda,
#bd-pub-button,
.streamerModeEnabledBtn__51c2f,
.button__57d93 {
Expand All @@ -52,16 +52,16 @@

// More buttons
.lookFilled__19298,
.lookOutlined-3yKVGo,
.lookInverted-2mDUMi {
.lookOutlined__46d54,
.lookInverted_ee4261 {
box-shadow: 0 0 5px 0 rgb($color-background);
}

.lookFilled__19298.colorBrand-I6CyqQ {
.lookFilled__19298.colorBrand_b2253e {
@include button.button($color-button);
}

.lookInverted-2mDUMi.colorBrand-I6CyqQ {
.lookInverted_ee4261.colorBrand_b2253e {
@include button.button($color-text);
}

Expand All @@ -83,15 +83,15 @@
@include button.button($color-button);
}

.lookLink-15mFoz.colorLink-1Md3RZ {
.lookLink__93965.colorLink_b651e5 {
--text-link: #{rgb($color-text)};
}

.lookLink-15mFoz.colorPrimary-2AuQVo {
.lookLink__93965.colorPrimary__6ed40 {
color: #{rgb($color-text)};
}

.buttonWhite-hd8TaT {
.buttonWhite__30853 {
border-color: transparentize($color-text, $button-transparency) !important;

&:hover,
Expand Down
2 changes: 1 addition & 1 deletion scss/part/_css-vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ code,
--status-warning-background: #{transparentize($color-yellow, $status-transparency)};

// Profile preview and popout
.profileColors-3Y0XaR {
.profileColors__2e2f0 {
// --profile-body-background-color: rgb(#{$color-background};
--profile-gradient-primary-color: #{transparentize($color-background, 0.2)};
--profile-gradient-secondary-color: #{transparentize($color-background, 0.5)};
Expand Down
2 changes: 1 addition & 1 deletion scss/part/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Dropdown selectors
.select__0eb48,
// Keybind recorders
.container-30qY7E {
.container__0c807 {
border-radius: $size-m;
}

Expand Down
2 changes: 1 addition & 1 deletion scss/part/_scrollerfade.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fade in/out scrollers
.scrollerBase_dc3aa9:not(.scroller__750f5):not(.popout-1KHNAq) {
.scrollerBase_dc3aa9:not(.scroller__750f5):not(.popout_a6e77f) {
mask-image: linear-gradient(transparent, black 5%, black 95%, transparent);
}
2 changes: 1 addition & 1 deletion scss/part/_statusglow.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use "../top/vars" as *;

// Status glow
.wrapper-1VLyxH {
.wrapper_edb6e0 {
box-shadow: 0 0 10px var(--statusGlowColor);

&[aria-label*="Online"] {
Expand Down
8 changes: 4 additions & 4 deletions scss/part/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}

// Spoiler text
.spoilerText-27bIiA {
.spoilerMarkdownContent__2b8f8 {
background: transparentize($color-button, 0.5);

&.hidden-3B-Rum {
@extend .spoilerText-27bIiA;
&.hidden_f44e41 {
@extend .spoilerMarkdownContent__2b8f8;

&:hover {
background: rgb($color-button);
Expand All @@ -22,6 +22,6 @@
}

// Channel/user group name
.container-q97qHp {
.container_de798d {
text-align: center;
}

0 comments on commit c978b8a

Please sign in to comment.