Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Nov 16, 2024
2 parents 5a1a837 + 9ef455b commit ec8378b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 20 deletions.
6 changes: 3 additions & 3 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
.actions_bf1a22 {
@extend %activityPanelActions !optional;
}
.liveBadge_bf1a22 {
.liveBadge_aa73eb {
@extend %panelLiveBadge !optional;
}
.noiseCancellationPopout_adcaac {
Expand Down Expand Up @@ -3663,7 +3663,7 @@ pre {
.container_ac201b {
@extend %roleAssignPopout !optional;
}
.loading_cea94f {
.loading_f3e233 {
@extend %loading !optional;
}
.container_b11c5e {
Expand Down Expand Up @@ -3814,7 +3814,7 @@ pre {
.detailsBlock_a206c7 {
@extend %userSettingsSubsPayDetailsBlock !optional;
}
.premiumSubscriptionAccountCredit_ca73a1 {
.premiumSubscriptionAccountCredit_b7f69f {
@extend %userSettingsSubsAccountCredit !optional;
}
.defaultIndicator_ede133 {
Expand Down
2 changes: 1 addition & 1 deletion src/messages/codeblock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%markup {
// INLINE CODE
code%codeInline {
padding: 3.5px 7.5px;
padding: 1px 5px;
background-color: hsla(0, 0%, 100%, 0.1);
border-radius: 3px;
color: hsla(0, 0%, 100%, 0.7);
Expand Down
6 changes: 3 additions & 3 deletions src/modals/soundboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
}
%soundboardSound {
background: transparent;
border: 1px solid $main-color;
border: 1px solid $main-color;
box-shadow: inset 0 -4px $main-color;
transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
&:hover {
background: $hover-color;
}
Expand All @@ -24,4 +24,4 @@
%soundboardAddText,
%soundboardSecondaryButton {
color: $text-normal;
}
}
4 changes: 2 additions & 2 deletions src/popouts/applicationPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
}
}
%appPopoutSearchItemUnderline {
right: 4px
}
right: 4px;
}
17 changes: 8 additions & 9 deletions src/profiles/userProfiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
%userProfileOuter:not(%userProfileCustomThemem, %userSettingsProfilePreview) {
background: transparent;
%userProfileInner {

// POPOUT
&%userProfileSmall {
background: cv('bg.popout.overlay');
Expand All @@ -31,7 +30,7 @@
}
}
}

// STATUS
%userProfileStatusBubbleOuter {
background-color: hsla(0, 0%, 0%, 0.6);
Expand Down Expand Up @@ -76,24 +75,24 @@
%userProfileListRow {
transition: all 0.15s ease-in-out;
&:hover {
background: linear-gradient(to right, hsla(0, 0%, 100%, 0.04) 10%, hsla(0, 0%, 100%, 0.04) 90%, transparent);
background: linear-gradient(to right, hsla(0, 0%, 100%, 0.04) 10%, hsla(0, 0%, 100%, 0.04) 90%, transparent);
}
}

// NOTES
%userProfileNote {
textarea:focus {
background-color: hsla(0, 0%, 100%, .07);
background-color: hsla(0, 0%, 100%, 0.07);
}
}
}

// GENERAL
// CONNECTED ACCOUNTS
%userProfileConnectedAccountVerifiedIcon {
background: url(https://clearvision.github.io/icons/verified.svg) center/18px no-repeat;
opacity: 0.5;
z-index: 1;
background: url(https://clearvision.github.io/icons/verified.svg) center/18px no-repeat;
opacity: 0.5;
z-index: 1;
%flowerStar {
opacity: 0;
}
Expand All @@ -102,11 +101,11 @@
}
}
%userProfileConnectedAccountOpenIcon {
background: url(https://clearvision.github.io/icons/popout.svg) center/18px no-repeat;
background: url(https://clearvision.github.io/icons/popout.svg) center/18px no-repeat;
opacity: 0.3;
transition: all 0.15s ease-in-out;
transform: none;
> polygon {
display: none;
}
}
}
4 changes: 2 additions & 2 deletions src/settings/serverSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,10 @@
}
}

// MEMBERS MANAGEMENT
// MEMBERS MANAGEMENT
%guildSettingsMembersMoved {
background-color: rgba(0, 0, 0, 0.6);
}
%guildSettingsShowMembersInChannelList {
background: rgba(0, 0, 0, 0.4);
}
}

0 comments on commit ec8378b

Please sign in to comment.