From a318b31c1cf012c392a03e6b1768483a8a2eb8aa Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sun, 26 Aug 2018 17:41:40 +0200 Subject: [PATCH] CSS lint after rebase. --- edit-post/assets/stylesheets/_animations.scss | 4 ++-- edit-post/components/layout/style.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;