Skip to content

Commit

Permalink
Backport of [ui] Remove animation from task logs sidebar into release…
Browse files Browse the repository at this point in the history
…/1.4.x (#15171)

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core authored Nov 7, 2022
1 parent c8131cf commit 4646911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .changelog/15146.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fixed a bug where the task log sidebar would close and re-open if the parent job state changed
```
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 4646911

Please sign in to comment.