Developed in https://github.com/WordPress/wordpress-develop/pull/10762 Follow-up to [61491]. Props mukesh27, wildworks, solankisoftware, westonruter. See #64470. Fixes #64529. Built from https://develop.svn.wordpress.org/trunk@61502 git-svn-id: http://core.svn.wordpress.org/trunk@60813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
185 B
CSS
10 lines
185 B
CSS
@media (prefers-reduced-motion: no-preference) {
|
|
@view-transition {
|
|
navigation: auto;
|
|
}
|
|
|
|
#adminmenu > .menu-top {
|
|
view-transition-name: attr(id type(<custom-ident>), none);
|
|
}
|
|
}
|