Skip to content

Commit

Permalink
Make the outline animation expand inwards.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Aug 7, 2018
1 parent d0976c8 commit 898b50d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edit-post/assets/stylesheets/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
@keyframes editor_region_focus {
from {
outline-width: 0px;
outline-offset: 0px;
}
to {
outline-width: 4px;
outline-offset: -4px;
}
}

Expand All @@ -45,5 +47,4 @@
animation-fill-mode: forwards;
outline-style: solid;
outline-color: $blue-medium-400;
outline-offset: -4px;
}

0 comments on commit 898b50d

Please sign in to comment.