Skip to content

Commit

Permalink
Add transition to modal header background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 14, 2023
1 parent 48906d4 commit 689579b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/annotations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

/* annotation modal */
#annotation-modal {
.modal-header {
transition: background-color 200ms linear;
}

.modal-body {
display: flex;
}
Expand Down

0 comments on commit 689579b

Please sign in to comment.