Skip to content

Commit 914d7b8

Browse files
committed
removed proj list animations
1 parent 993ea2e commit 914d7b8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

frontend/dist/styles/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/styles/components/techdegree-panel/_header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
img {
1212
margin-top: 1rem;
1313
cursor: pointer;
14+
width: 22px;
1415
}
1516
}
1617

frontend/src/styles/components/techdegree-panel/_project-list.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ ul.td-project-list {
1010
@include flex(row, nowrap, flex-start, center);
1111
padding: 0.25rem 0.33rem;
1212
cursor: pointer;
13-
opacity: 0;
1413
transition: opacity 0.3s ease;
15-
animation: fadeIn 1s ease forwards;
1614
span {
1715
transition: margin 0.3s ease-in-out;
1816
pointer-events: none;

0 commit comments

Comments
 (0)