Skip to content

Commit

Permalink
Ahhh
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Nov 16, 2024
1 parent ec8378b commit e300b1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
13 changes: 5 additions & 8 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4817,19 +4817,16 @@ pre {
.picker_cd703d {
@extend %soundboard !optional;
}
.refresh_cd703d {
@extend %refresh !optional;
.soundButton_f40049 {
@extend %soundboardButton !optional;
}
.soundButtonRefresh_f40049 {
@extend %soundboardSound !optional;
}
.soundNameRefresh_f40049 {
.soundName_f40049 {
@extend %soundboardSoundName !optional;
}
.soundAddButtonRefresh_c06ee5 {
.soundAddButton_c06ee5 {
@extend %soundboardAdd !optional;
}
.soundAddTextRefresh_c06ee5 {
.soundAddText_c06ee5 {
@extend %soundboardAddText !optional;
}
.secondaryButtonRefresh_f40049 {
Expand Down
2 changes: 1 addition & 1 deletion main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ $version: '6.9.0';
@import 'src/modals/keyboardShortcuts';
@import 'src/modals/otherModals';
@import 'src/modals/screenshare';
@import 'src/modals/soundboard';
@import 'src/modals/threadModal';

// PAGES
Expand All @@ -124,6 +123,7 @@ $version: '6.9.0';
@import 'src/popouts/inboxPopout';
@import 'src/popouts/otherPopouts';
@import 'src/popouts/searchPopout';
@import 'src/popouts/soundboard';
@import 'src/popouts/stickers';
@import 'src/popouts/threadPopout';
@import 'src/popouts/voiceChannelListeningTo';
Expand Down
4 changes: 2 additions & 2 deletions src/modals/soundboard.scss → src/popouts/soundboard.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* SOUNDBOARD */

%soundboard%refresh {
%soundboard {
background-color: cv('bg.general.popout');
}
%soundboardSound {
%soundboardButton {
background: transparent;
border: 1px solid $main-color;
box-shadow: inset 0 -4px $main-color;
Expand Down

0 comments on commit e300b1a

Please sign in to comment.