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 26, 2018
1 parent 4f68ab7 commit 5b2e4e2
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,7 +47,6 @@
animation-fill-mode: forwards;
outline-style: solid;
outline-color: $blue-medium-400;
outline-offset: -4px;
}

@keyframes rotation {
Expand Down

0 comments on commit 5b2e4e2

Please sign in to comment.