Skip to content

Commit c50033e

Browse files
authored
[css-view-transitions-1] Fix UA styles indentation
1 parent dd8a57a commit c50033e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
884884
}
885885

886886
:root::view-transition-image-pair(*),
887-
:root::view-transition-old(*),
887+
:root::view-transition-old(*),
888888
:root::view-transition-new(*) {
889889
animation-duration: inherit;
890890
animation-fill-mode: inherit;
@@ -893,7 +893,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
893893
animation-iteration-count: inherit;
894894
animation-direction: inherit;
895895
animation-play-state: inherit;
896-
}
896+
}
897897

898898
/* Default cross-fade transition */
899899
@keyframes -ua-view-transition-fade-out {

0 commit comments

Comments
 (0)