Skip to content

Commit e63a9ce

Browse files
committed
womp womp
1 parent ad393e0 commit e63a9ce

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

lib/selectors/selectorPlaceholders.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5596,4 +5596,7 @@ pre {
55965596
}
55975597
.root_bfe55a {
55985598
@extend %startingCall !optional;
5599+
}
5600+
.scroller__28a87 {
5601+
@extend %ageRestricted !optional;
55995602
}

src/visualRefresh.scss

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
// DATE DIVIDER
2929
%dividerDate,
3030
// HOME ICON BACKGROUND WHEN NO HOVER
31-
%homeIconBackground {
31+
%homeIconBackground,
32+
// ADD A REACTION EMOJI PICKER HEADER
33+
%emojiPickerHeader,
34+
// AGE RESTRICTED NSFW CHANNEL
35+
%ageRestricted {
3236
background: rgba(0, 0, 0, calc($bg-shading * 0.1));
3337
}
3438

@@ -57,8 +61,6 @@
5761
background: rgba(0, 0, 0, calc( $bg-shading * 0.6));
5862
}
5963

60-
61-
6264
// UPLOAD AREA
6365
%channelTextAreaUpload {
6466
background: rgba(0, 0, 0, calc( $bg-shading * 0.4));
@@ -185,4 +187,12 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
185187
// TODO: CHANGE THIS TO SELECTORS, PROBABLY NEEDS MORE ADJUSTMENT
186188
.visual-refresh .voiceFiltersFooter_e2f668, .visual-refresh .voiceFiltersPopout_e2f668 {
187189
background: $popout-color;
188-
}
190+
}
191+
192+
// a different double border for a differ emoji picker? (add a reaction)
193+
:where(.visual-refresh) .container_a45028 {
194+
border: none;
195+
&:focus-within {
196+
border-color: none;
197+
}
198+
}

0 commit comments

Comments
 (0)