Skip to content

Commit

Permalink
Fix small regression introduced in the region navigation styles (#13897)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 6, 2019
1 parent d5ed796 commit fa20b50
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions packages/components/src/higher-order/navigate-regions/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,8 @@
&:focus {
outline-style: solid;
outline-color: $blue-medium-400;
animation: editor-animation__region-focus 0.1s ease-out;
animation-fill-mode: forwards;
outline-width: 4px;
outline-offset: -4px;
}
}
}

@keyframes editor-animation__region-focus {
from {
outline-width: 0;
outline-offset: 0;
}
to {
outline-width: 4px;
outline-offset: -4px;
}
}

0 comments on commit fa20b50

Please sign in to comment.