Skip to content

Commit 6c4cecd

Browse files
authored
refactor: remove dead code (#5801)
* change: remove experimental feature auditLog & relatedChats resolves #5773 Follow-up to #5786.
1 parent 95116b7 commit 6c4cecd

File tree

6 files changed

+0
-220
lines changed

6 files changed

+0
-220
lines changed

packages/frontend/scss/dialogs/_autocrypt_setup.scss

Lines changed: 0 additions & 50 deletions
This file was deleted.

packages/frontend/scss/dialogs/_group-styles.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@ input.group-name-input {
7373
}
7474
}
7575

76-
// same padding as contacts here
77-
.group-related-chats-list-wrapper {
78-
margin-top: 8px;
79-
.chat-list-item,
80-
.pseudo-chat-list-item {
81-
padding-inline-start: 20px;
82-
}
83-
}
84-
8576
.group-profile-subtitle {
8677
text-align: center;
8778
padding-top: 6px;

packages/frontend/scss/manifest.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
// Dialogs
3232
@use 'dialogs/_about';
33-
@use 'dialogs/_autocrypt_setup.scss';
3433
@use 'dialogs/_select-chat';
3534
@use 'dialogs/_group-styles';
3635
@use 'dialogs/_settings';

packages/frontend/src/components/InputTransferKey.tsx

Lines changed: 0 additions & 41 deletions
This file was deleted.

packages/frontend/src/components/Settings/ManageKeys.tsx

Lines changed: 0 additions & 118 deletions
This file was deleted.

packages/frontend/themes/_themebase.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ $scrollbarTransparency: 0.34 !default;
163163
--bp4Heading: #{$textPrimary};
164164
--bp4InputText: #{$textPrimary};
165165
--bp4InputPlaceholder: lightgray;
166-
--bp4-input-focused: #{$colorPrimary};
167166
--bp4MenuText: #{$textPrimary};
168167
--bp4MenuBg: #{$bgPrimary};
169168
--bp4Switch: #7a8084;

0 commit comments

Comments
 (0)