File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -171,3 +171,4 @@ $main-color: cv('colors.main');
171
171
$hover-color : cv (' colors.hover' );
172
172
$bg-shading : cv (' bg.app.shading' );
173
173
$text-normal : cv (' text.normal' );
174
+ $popout-color : cv (' bg.general.popout' )
Original file line number Diff line number Diff line change 84
84
85
85
// EMOJI PICKER
86
86
%emojiPicker {
87
- background-color : var ( -- popout-color) ;
87
+ background-color : $ popout-color ;
88
88
}
89
89
90
90
%emojiPickerInspector {
97
97
}
98
98
99
99
%emojiPickerWrapper {
100
- background-color : var ( -- popout-color) ;
100
+ background-color : $ popout-color ;
101
101
}
102
102
103
103
%emojiPickerCategoryHeaderWrapper {
@@ -130,7 +130,7 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
130
130
131
131
// POPOUT GOING UP
132
132
.popout__3f413 , .popout__3f413.popoutPositionTop__3f413 {
133
- background : var ( -- popout-color) ;
133
+ background : $ popout-color ;
134
134
}
135
135
136
136
// MESSAGE BUTTON WRAPPER
@@ -150,7 +150,7 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
150
150
151
151
// SOUNDBOARD (DUH)
152
152
%soundboard {
153
- background : var ( -- popout-color) ;
153
+ background : $ popout-color ;
154
154
}
155
155
156
156
%channelTextAreaNoPermissions {
@@ -184,5 +184,5 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
184
184
// NEW VOICE FILTER THINGY
185
185
// TODO: CHANGE THIS TO SELECTORS, PROBABLY NEEDS MORE ADJUSTMENT
186
186
.visual-refresh .voiceFiltersFooter_e2f668 , .visual-refresh .voiceFiltersPopout_e2f668 {
187
- background : var ( -- popout-color) ;
187
+ background : $ popout-color ;
188
188
}
You can’t perform that action at this time.
0 commit comments