Skip to content

Commit

Permalink
CSS lint after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Oct 3, 2018
1 parent e25f0d1 commit bdf370c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions edit-post/assets/stylesheets/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

@keyframes editor_region_focus {
from {
outline-width: 0px;
outline-offset: 0px;
outline-width: 0;
outline-offset: 0;
}
to {
outline-width: 4px;
Expand Down
4 changes: 2 additions & 2 deletions edit-post/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

// Keep it open on focus to avoid conflict with navigate-regions animation.
.is-focusing-regions & {
transform: translateX( 0% );
transform: translateX(0%);
}
}
}
Expand Down Expand Up @@ -179,7 +179,7 @@
text-decoration: none;
outline: none;
background: #f1f1f1;
color: theme( secondary );
color: theme(secondary);

&:focus {
position: fixed;
Expand Down

0 comments on commit bdf370c

Please sign in to comment.