From cb456554fb43637e04bc01f15339fae6e66e1e21 Mon Sep 17 00:00:00 2001 From: Sergey Makhnatkin Date: Thu, 24 Oct 2024 14:27:59 +0200 Subject: [PATCH] fix(styles): deleted debug outline style (#19) --- src/runtime/styles/cut.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/runtime/styles/cut.scss b/src/runtime/styles/cut.scss index 14658f6..4fcf3eb 100644 --- a/src/runtime/styles/cut.scss +++ b/src/runtime/styles/cut.scss @@ -2,7 +2,7 @@ $class: &; $accentColor: red; transition: all 150ms; - + margin-bottom: 15px; &.cut-highlight { @@ -23,10 +23,6 @@ display: none; } - &:focus { - outline-color: $accentColor; - } - &:before { content: ''; z-index: 1;