Skip to content

Commit

Permalink
eee
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Nov 16, 2024
1 parent b4c3ef1 commit 5a1a837
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
15 changes: 9 additions & 6 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@
.scroller_fea3ef {
@extend %guilds !optional;
}
.footer_aa1bff {
.footer_f8ec41 {
@extend %guildsFooter !optional;
}
.listItem_c96c45 {
Expand Down Expand Up @@ -3711,17 +3711,20 @@ pre {
.avatar_b69b77 {
@extend %userSettingsAccountProfileAvatar !optional;
}
.badgeList_b69b77 {
@extend %userSettingsAccountBadgeList !optional;
}
.container_f4c122 {
@extend %userSettingsProfilePreview !optional;
}
.premiumFeatureBorder_c6d722 {
@extend %userSettingsProfilePremiumBorder !optional;
}
.premiumBackground_c6d722 {
@extend %userSettingsProfilePremiumBackground !optional;
}
.upsellOverlayContainer_eb49af {
@extend %userSettingsProfileUpsellOverlayContainer !optional;
}
.upsellOverlay_eb49af {
@extend %userSettingsProfileUpsellOverlay !optional;
.upsellContainer_ad7baa {
@extend %userSettingsProfileUpsellContainer !optional;
}
.container_f7ea1b {
@extend %userSettingsPrivacyStandingContainer !optional;
Expand Down
2 changes: 1 addition & 1 deletion src/guilds/guilds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
background: hsla(0, 0%, 100%, 0.1);
}

// FOOTER - currently only in experiments
// FOOTER
%guildsFooter {
background: rgba(0, 0, 0, calc($bg-shading * 0.3));
}
2 changes: 1 addition & 1 deletion src/profiles/userProfiles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* USER PROFILES */

// NO NITRO
%userProfileOuter:not(%userProfileCustomTheme) {
%userProfileOuter:not(%userProfileCustomThemem, %userSettingsProfilePreview) {
background: transparent;
%userProfileInner {

Expand Down
13 changes: 3 additions & 10 deletions src/settings/userSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background: transparent;
border-color: transparent;
}
%accountSettingsBadges {
%userSettingsAccountBadgeList {
background-color: rgba(0, 0, 0, calc($bg-shading * 0.4));
}
// MY ACCOUNT - VERIFY PHONE
Expand Down Expand Up @@ -104,14 +104,8 @@
%userSettingsProfilePremiumBackground {
background: transparent;
}
%userSettingsProfileUpsellOverlayContainer {
%userSettingsProfileUpsellContainer {
background: hsla(0, 0%, 0%, 0.4);
border: 2px solid var(--premium-tier-2-purple-for-gradients-2);
}
%themeDark {
%userSettingsProfileUpsellOverlay {
background: hsla(0, 0%, 0%, 0.4);
}
}

// PRIVACY AND SAFETY - STANDING
Expand Down Expand Up @@ -297,8 +291,7 @@
%userSettingsMicTest {
%userSettingsMicTestContainer {
background: $main-color !important;
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='20' fill='yellow'%3E%3Cpath fill-rule='evenodd' d='M 4 2 C 2.895 2 2 2.895 2 4 L 2 16 C 2 17.54 3.667 18.502 5 17.732 C 5.619 17.375 6 16.715 6 16 L 6 4 C 6 2.895 5.105 2 4 2 Z'/%3E%3C/svg%3E");
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='20' fill='yellow'%3E%3Cpath fill-rule='evenodd' d='M 4 2 C 2.895 2 2 2.895 2 4 L 2 16 C 2 17.54 3.667 18.502 5 17.732 C 5.619 17.375 6 16.715 6 16 L 6 4 C 6 2.895 5.105 2 4 2 Z'/%3E%3C/svg%3E");
mask-image: url(https://clearvision.github.io/icons/pill.svg);
}
%userSettingsMicTestProgress {
background-color: hsla(0, 0%, 0%, 0.7);
Expand Down

0 comments on commit 5a1a837

Please sign in to comment.