Skip to content

Commit 0df8d39

Browse files
committed
Deletes home-nav component
1 parent d73dce1 commit 0df8d39

File tree

2 files changed

+0
-150
lines changed

2 files changed

+0
-150
lines changed

src/webviews/apps/home/components/home-nav.ts

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

src/webviews/apps/home/home.css.ts

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -81,58 +81,6 @@ export const homeStyles = css`
8181
}
8282
`;
8383

84-
export const inlineNavStyles = css`
85-
.inline-nav {
86-
display: flex;
87-
flex-direction: row;
88-
justify-content: space-between;
89-
}
90-
.inline-nav__group {
91-
display: flex;
92-
flex-direction: row;
93-
}
94-
.inline-nav__link {
95-
display: flex;
96-
justify-content: center;
97-
align-items: center;
98-
width: 2.2rem;
99-
height: 2.2rem;
100-
color: inherit;
101-
border-radius: 0.3rem;
102-
}
103-
.inline-nav__link .code-icon {
104-
line-height: 1.6rem;
105-
}
106-
.inline-nav__link:hover {
107-
color: inherit;
108-
text-decoration: none;
109-
}
110-
:host-context(.vscode-dark) .inline-nav__link:hover {
111-
background-color: var(--color-background--lighten-10);
112-
}
113-
:host-context(.vscode-light) .inline-nav__link:hover {
114-
background-color: var(--color-background--darken-10);
115-
}
116-
@media (max-width: 370px) {
117-
.inline-nav__link--text > :last-child {
118-
display: none;
119-
}
120-
}
121-
@media (min-width: 371px) {
122-
.inline-nav__link--text {
123-
flex: none;
124-
padding-left: 0.3rem;
125-
padding-right: 0.3rem;
126-
gap: 0.2rem;
127-
min-width: 2.2rem;
128-
width: fit-content;
129-
}
130-
.inline-nav__link--text + .inline-nav__link--text {
131-
margin-left: 0.2rem;
132-
}
133-
}
134-
`;
135-
13684
export const buttonStyles = css`
13785
.button-container {
13886
margin: 1rem auto 0;

0 commit comments

Comments
 (0)