Skip to content

Commit

Permalink
undo outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Apr 11, 2024
1 parent 6455522 commit 538001e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/block-editor/src/components/block-list/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,9 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
@keyframes block-editor-is-editable__animation {
from {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.1);
outline-color: rgba(var(--wp-admin-theme-color--rgb), 0.5);
}
to {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0);
outline-color: rgba(var(--wp-admin-theme-color--rgb), 0);
}
}

Expand All @@ -319,10 +317,6 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
animation-delay: 0.1s;
animation-fill-mode: backwards;
border-radius: $radius-block-ui;
outline-color: transparent;
outline-style: solid;
outline-width: $border-width;
outline-offset: calc(-1 * $border-width);
bottom: 0;
content: "";
left: 0;
Expand Down

0 comments on commit 538001e

Please sign in to comment.