Skip to content

Commit

Permalink
fix(styles): deleted debug outline style
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin committed Oct 24, 2024
1 parent 919d084 commit 84eac06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/runtime/styles/cut.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$class: &;
$accentColor: red;
transition: all 150ms;

margin-bottom: 15px;

&.cut-highlight {
Expand All @@ -23,10 +23,6 @@
display: none;
}

&:focus {
outline-color: $accentColor;
}

&:before {
content: '';
z-index: 1;
Expand Down

0 comments on commit 84eac06

Please sign in to comment.