diff --git a/edit-post/assets/stylesheets/_animations.scss b/edit-post/assets/stylesheets/_animations.scss index a4694b45aa5b3..9b29d6cf2004c 100644 --- a/edit-post/assets/stylesheets/_animations.scss +++ b/edit-post/assets/stylesheets/_animations.scss @@ -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; diff --git a/edit-post/components/layout/style.scss b/edit-post/components/layout/style.scss index 9c38235b513f4..bc4bfe42c4424 100644 --- a/edit-post/components/layout/style.scss +++ b/edit-post/components/layout/style.scss @@ -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%); } } } @@ -179,7 +179,7 @@ text-decoration: none; outline: none; background: #f1f1f1; - color: theme( secondary ); + color: theme(secondary); &:focus { position: fixed;