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 27, 2018
1 parent 478dd27 commit 66368fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 packages/edit-post/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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 @@ -182,7 +182,7 @@
text-decoration: none;
outline: none;
background: #f1f1f1;
color: theme( secondary );
color: theme(secondary);

&:focus {
position: fixed;
Expand Down

0 comments on commit 66368fd

Please sign in to comment.