Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions app/theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -3168,18 +3168,6 @@
}
}

.rc-old .avatarPrompt {
& header p {
font-size: 14px;
font-weight: 300;
line-height: 22px;
}

& img {
width: 200px;
}
}

.rc-old #login-card {
position: relative;
z-index: 1;
Expand Down
109 changes: 0 additions & 109 deletions app/ui-account/client/avatar/prompt.html

This file was deleted.

172 changes: 0 additions & 172 deletions app/ui-account/client/avatar/prompt.js

This file was deleted.

2 changes: 0 additions & 2 deletions app/ui-account/client/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import './accountIntegrations.html';
import './avatar/avatar.html';
import './avatar/prompt.html';
import './accountIntegrations';
import './avatar/avatar';
import './avatar/prompt';
2 changes: 0 additions & 2 deletions app/ui-sidenav/client/sidebarHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ Template.sidebarHeader.events({
type: 'open',
id: 'account',
action: () => {
SideNav.setFlex('accountFlex');
SideNav.openFlex();
FlowRouter.go('account');
popover.close();
},
Expand Down
2 changes: 1 addition & 1 deletion client/account/sidebarItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createSidebarItems } from '../components/basic/Sidebar';
createTemplateForComponent('accountFlex', () => import('./AccountSidebar'));

export const {
registerSidebarItem: registerAdminSidebarItem,
registerSidebarItem: registerAccountSidebarItem,
unregisterSidebarItem,
itemsSubscription,
} = createSidebarItems([
Expand Down
1 change: 0 additions & 1 deletion imports/personal-access-tokens/client/index.js

This file was deleted.

Loading