Skip to content

Commit

Permalink
oww
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Sep 5, 2024
1 parent 4558abc commit e6e1e9b
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3730,7 +3730,7 @@ pre {
.roleName_f9575e {
@extend %roleName !optional;
}
.button_f9d37d {
.button_edead5 {
@extend %roleAddButton !optional;
}
.container_ac201b {
Expand Down
1 change: 0 additions & 1 deletion src/chat/textAreaAutoComplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
%autocomplete {
%autocompleteInner {
background: cv('bg.general.popout');
backdrop-filter: blur(1px);
animation: cv-menu-slide-bottom 0.2s ease-in-out;
transform-origin: 50% 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/defaultSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
--home-icon: url(https://clearvision.github.io/icons/discord.svg);
--home-position: center;
--home-size: 40px;
--popout-color: rgba(0, 0, 0, 0.6);
--popout-color: rgba(0, 0, 0, 0.7);
--modal-color: rgba(0, 0, 0, 0.5);
--bd-blue: var(--main-color);
--bd-blue-hover: var(--hover-color);
Expand Down
1 change: 0 additions & 1 deletion src/messages/textContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@
// CHANGE LANGUAGE POPOUT
%textContainerLanguageSelector {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
1 change: 0 additions & 1 deletion src/modals/otherModals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
// SOUNDBOARD MODAL
%soundboard {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
%soundboardSound,
%soundboardGuildSelected {
background-color: $main-color;
Expand Down
3 changes: 1 addition & 2 deletions src/popouts/applicationPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

// BACKGROUND
%appPopoutWrapper {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
background-color: cv('bg.general.popout');
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: none;
}
Expand Down
1 change: 0 additions & 1 deletion src/popouts/connectionInfo.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* CONNECTION INFO POPOUT */
%connectionDebugPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
%connectionDebugText {
Expand Down
3 changes: 0 additions & 3 deletions src/popouts/emojiPicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
}
%emojiPickerWrapper {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
Expand All @@ -14,11 +13,9 @@
}
%emojiPickerHeader {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
%emojiPicker {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
min-width: 430px;
border-radius: 0;
%emojiPickerHeader {
Expand Down
1 change: 0 additions & 1 deletion src/popouts/groupInvite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
%groupInvitePopout {
&%modalRoot {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/popouts/inboxPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
%messagesPopoutWrap,
%recentMentionsPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
animation: cv-menu-fold-y 0.2s cubic-bezier(0.2, 0.6, 0.5, 1.1);
transform-origin: 50% 0;
border-radius: 5px;
Expand Down
1 change: 0 additions & 1 deletion src/popouts/mentionEveryone.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
%themeDark {
%everyoneWarningPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
%everyoneWarningFooter {
background-color: transparent;
Expand Down
1 change: 0 additions & 1 deletion src/popouts/menuPopout.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* MENU POPOUT */
%menuPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
animation: cv-menu-fold-y 0.2s cubic-bezier(0.2, 0.6, 0.5, 1.1);
transform-origin: 50% 0;
%menuPopoutItem {
Expand Down
3 changes: 0 additions & 3 deletions src/popouts/otherPopouts.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// EMOJI INFO POPOUT
%emojiInfoContainer {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
%emojiInfoTip {
background-color: transparent;
Expand All @@ -13,7 +12,6 @@
// CHAT TOOLBAR
%chatToolbar {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
&::before {
border-top: 8px solid hsla(0, 0%, 0%, 0.8);
}
Expand All @@ -29,7 +27,6 @@
%themeDark {
%streamPopoutPreview {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
%streamPopoutPreviewContainer {
background-color: transparent;
Expand Down
1 change: 0 additions & 1 deletion src/popouts/regionSelectorPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

%themeDark %regionSelectPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);

%regionSelectPopoutOption {
background-color: transparent;
Expand Down
1 change: 0 additions & 1 deletion src/popouts/searchPopout.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* SEARCH POPOUT */
%themeDark %searchPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
animation: cv-menu-fold-y 0.2s cubic-bezier(0.2, 0.6, 0.5, 1.1) 0.1s backwards;
transform-origin: 50% 0;
Expand Down
1 change: 0 additions & 1 deletion src/popouts/threadPopout.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* THREADS POPOUT */
%popoutLayer %threadsPopoutContainer {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
animation: cv-menu-fold-y 0.2s cubic-bezier(0.2, 0.6, 0.5, 1.1);
transform-origin: 50% 0;
border-radius: 5px;
Expand Down
1 change: 0 additions & 1 deletion src/popouts/voiceChannelListeningTo.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//Voice Channel listening to or playing x game
%voiceChannelListening {
background: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
%voiceChannelListeningIcon {
background: $main-color;
Expand Down
1 change: 0 additions & 1 deletion src/settings/channelSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
%themeDark %channelSettingsRoleDropdownHeader,
%themeDark %channelSettingsRoleDropdownContainer %channelSettingsRoleDropdownTag {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
%channelSettingsRoleDropdownRow%channelSettingsRoleDropdownSelected %channelSettingsRoleDropdownRowInner {
background-color: hsla(0, 0%, 100%, 0.1);
Expand Down
1 change: 0 additions & 1 deletion src/settings/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
}
%settingsDropdownPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
border: none;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
Expand Down
2 changes: 0 additions & 2 deletions src/settings/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// POPOUT
%onboardingEduPopout {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
}
%onboardingEduPopoutArrow {
border-bottom-color: rgba(0, 0, 0, 0.8);
Expand Down Expand Up @@ -127,7 +126,6 @@
}
%onboardingQuestionDropdown {
background-color: cv('bg.general.popout');
backdrop-filter: blur(1px);
border: 1px solid hsla(0, 0%, 100%, 0.07);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
Expand Down

0 comments on commit e6e1e9b

Please sign in to comment.