From a182324bae5f82cf71b255f2ee79bb267f760134 Mon Sep 17 00:00:00 2001 From: leecason Date: Mon, 2 Mar 2020 20:55:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=9A=A8=20fix=20style=20lint=20is?= =?UTF-8?q?sues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/command_button.scss | 2 +- src/styles/editor.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/command_button.scss b/src/styles/command_button.scss index 740b63a8..3bfc9cac 100644 --- a/src/styles/command_button.scss +++ b/src/styles/command_button.scss @@ -137,7 +137,7 @@ .color { border-radius: 50%; - box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px; + box-shadow: rgba(0, 0, 0, .2) 0px 3px 3px -2px, rgba(0, 0, 0, .14) 0px 3px 4px 0px, rgba(0, 0, 0, .12) 0px 1px 8px 0px; color: $white-color; height: 40px; width: 40px; diff --git a/src/styles/editor.scss b/src/styles/editor.scss index 73a7c35d..7174681d 100644 --- a/src/styles/editor.scss +++ b/src/styles/editor.scss @@ -175,7 +175,6 @@ &--focused { &::before { border: 2px solid $light-primary-color; - ; bottom: 0; content: ''; left: 0;