diff --git a/edit-post/assets/stylesheets/_animations.scss b/edit-post/assets/stylesheets/_animations.scss index 4d5b4f59f81e2..a3de2e8fa62a1 100644 --- a/edit-post/assets/stylesheets/_animations.scss +++ b/edit-post/assets/stylesheets/_animations.scss @@ -33,8 +33,8 @@ @keyframes editor_region_focus { from { - outline-width: 0px; - outline-offset: 0px; + outline-width: 0; + outline-offset: 0; } to { outline-width: 4px; diff --git a/edit-post/components/layout/style.scss b/edit-post/components/layout/style.scss index 8b9efe3363fe5..0dffdb5d64e6a 100644 --- a/edit-post/components/layout/style.scss +++ b/edit-post/components/layout/style.scss @@ -118,7 +118,7 @@ @include slide_in_right; // Keep it open on focus to avoid conflict with navigate-regions animation. .is-focusing-regions & { - transform: translateX( 0% ); + transform: translateX(0%); } } } @@ -154,7 +154,7 @@ text-decoration: none; outline: none; background: #f1f1f1; - color: theme( secondary ); + color: theme(secondary); &:focus { position: fixed;