Skip to content

Commit

Permalink
Remove animation from task logs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Nov 4, 2022
1 parent 5a5b4b0 commit aef7431
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ui/app/styles/components/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ $subNavOffset: 49px;
}

.task-context-sidebar {
animation-name: slideFromRight;
animation-duration: 150ms;
animation-fill-mode: both;

header {
display: grid;
justify-content: left;
Expand Down Expand Up @@ -122,12 +118,3 @@ $subNavOffset: 49px;
);
}
}

@keyframes slideFromRight {
from {
transform: translateX(100%);
}
to {
transform: translateX(0%);
}
}

0 comments on commit aef7431

Please sign in to comment.