Skip to content

Commit

Permalink
gif picker and new tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Jun 20, 2024
1 parent 98b800c commit 1251d8f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 9 deletions.
27 changes: 18 additions & 9 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,24 @@
.tooltipPointer_f4c8b7 {
@extend %commandTooltipPointer !optional;
}
.upsellTooltipWrapper_dafa63 {
@extend %upsellTooltipText !optional;
}
.caretTopCenter_dafa63 {
@extend %upsellTooltipCaretTopCenter !optional;
}
.reactionTooltip_fba897 {
@extend %reactionTooltip !optional;
}
.container_be6a5c {
@extend %newGuildTooltip !optional;
}
.tooltipPointer_be6a5c {
@extend %newGuildTooltipPointer !optional;
}
.container_cfbfb9 {
@extend %newGuilTooltipCard !optional;
}
.wrapper_fea3ef {
@extend %guildsWrapper !optional;
}
Expand Down Expand Up @@ -4167,15 +4185,6 @@ pre {
.premiumUpsell_aae531 {
@extend %quickReactPremiumUpsell !optional;
}
.upsellTooltipWrapper_dafa63 {
@extend %upsellTooltipText !optional;
}
.caretTopCenter_dafa63 {
@extend %upsellTooltipCaretTopCenter !optional;
}
.reactionTooltip_fba897 {
@extend %reactionTooltip !optional;
}
.messagesPopoutWrap_ac90a2 {
@extend %messagesPopoutWrap !optional;
}
Expand Down
11 changes: 11 additions & 0 deletions src/general/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,14 @@
border-radius: 3px;
font-size: 13px;
}

// NEW GUILD TOOLTIP
%newGuildTooltip {
background: rgba(0, 0, 0, 0.9);
}
%newGuildTooltipPointer {
border-right-color: rgba(0, 0, 0, 0.9);
}
%newGuildTooltipCard {
background-color: hsla(0, 0%, 100%, .1);
}
5 changes: 5 additions & 0 deletions src/popouts/gifPicker.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/* GIF PICKER */

// HEADER
%gifPickerHeader {
background-color: transparent;
}

%gifPickerContent {
// CATEGORIES
%gifPickerCategoryFade,
Expand Down

0 comments on commit 1251d8f

Please sign in to comment.