Skip to content

Commit

Permalink
Clean up leftover view transition
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Jun 12, 2024
1 parent e1d6734 commit 5e42f2d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/edit-site/src/components/block-editor/style.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
/* stylelint-disable -- Disable reason: View Transitions not supported properly by stylelint. */
::view-transition-old(frame),
::view-transition-new(frame) {
animation-duration: 0;
}
/* stylelint-enable */

.edit-site-visual-editor__editor-canvas {
/* stylelint-disable -- Disable reason: View Transitions not supported properly by stylelint. */
view-transition-name: frame;
/* stylelint-enable */

&.is-focused {
outline: calc(2 * var(--wp-admin-border-width-focus)) solid var(--wp-admin-theme-color);
outline-offset: calc(-2 * var(--wp-admin-border-width-focus));
Expand Down

0 comments on commit 5e42f2d

Please sign in to comment.