Skip to content

Commit

Permalink
HMM
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed May 3, 2024
1 parent a37a1a4 commit a871506
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 8 additions & 2 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4348,11 +4348,14 @@ pre {
.popout__4c91f {
@extend %vcActivityPopout !optional;
}
.popout__4c91f {
@extend %vcSetActivityPopout !optional;
}
.iconWidget__22dfa {
@extend %vcActivityPopoutIcon !optional;
@extend %vcSetActivityPopoutIcon !optional;
}
.setCustomButton__09dbf {
@extend %vcActivityPopoutCustomButton !optional;
@extend %vcSetActivityPopoutButton !optional;
}
.header__3b038 {
@extend %eventHeader !optional;
Expand Down Expand Up @@ -5040,6 +5043,9 @@ pre {
.modalContent__4d9c6 {
@extend %shopModal !optional;
}
.collectibleInfoContainer_a9bb77 {
@extend %shopPreviewInfo !optional;
}
.chatPreview__8e939 {
@extend %shopChatPreview !optional;
}
Expand Down
3 changes: 3 additions & 0 deletions src/pages/discordShop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
}

// PREVIEW
%shopPreviewInfo {
background-color: transparent;
}
%shopChatPreview {
left: 0;
bottom: 0;
Expand Down
13 changes: 7 additions & 6 deletions src/popouts/otherPopouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,19 @@
}

// VC ACTIVITY STATUS POPOUT
%vcActivityPopout{
%vcActivityPopout,
%vcSetActivityPopout {
background-color: var(--popout-color);
}
%vcActivityPopoutIcon {
%vcSetActivityPopoutIcon {
background-color: hsla(0, 0%, 100%, .07);
border-color: hsla(0, 0%, 100%, 0.09);
&:hover {
background-color: hsla(0, 0%, 100%, .07);
border-color: var(--hover-color);
}
}
%vcActivityPopoutCustomButton {
%vcSetActivityPopoutButton {
background-color: var(--main-color);
border-color: transparent;
&:hover {
Expand All @@ -81,9 +82,9 @@
&:first-child {
border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
}
&:hover {
background: hsla(0, 0%, 100%, 0.06);
&:hover {
background: hsla(0, 0%, 100%, 0.06);
}
}
}

Expand Down

0 comments on commit a871506

Please sign in to comment.