Changeset 59989
- Timestamp:
- 03/16/2025 08:25:35 PM (6 weeks ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r59942 r59989 843 843 text-align: left; 844 844 cursor: pointer; 845 transition:846 color .15s ease-in-out,847 border-color .15s ease-in-out,848 background .15s ease-in-out;849 845 box-sizing: content-box; 846 } 847 848 @media (prefers-reduced-motion: no-preference) { 849 .customize-controls-close { 850 transition: 851 color .15s ease-in-out, 852 border-color .15s ease-in-out, 853 background .15s ease-in-out; 854 } 850 855 } 851 856 -
trunk/src/wp-admin/css/customize-nav-menus.css
r59224 r59989 721 721 } 722 722 723 #customize-preview { 724 transition: all 0.2s; 723 @media (prefers-reduced-motion: no-preference) { 724 #customize-preview { 725 transition: all 0.2s; 726 } 725 727 } 726 728 -
trunk/src/wp-admin/css/customize-widgets.css
r51727 r59989 262 262 } 263 263 264 #customize-preview { 265 transition: all 0.2s; 264 @media (prefers-reduced-motion: no-preference) { 265 #customize-preview { 266 transition: all 0.2s; 267 } 266 268 } 267 269 -
trunk/src/wp-admin/css/themes.css
r59821 r59989 1649 1649 1650 1650 /* Animations */ 1651 .wp-full-overlay, 1652 .wp-full-overlay-sidebar, 1653 .wp-full-overlay .collapse-sidebar, 1654 .wp-full-overlay-main { 1655 transition-property: left, right, top, bottom, width, margin; 1656 transition-duration: 0.2s; 1651 @media (prefers-reduced-motion: no-preference) { 1652 .wp-full-overlay, 1653 .wp-full-overlay-sidebar, 1654 .wp-full-overlay .collapse-sidebar, 1655 .wp-full-overlay-main { 1656 transition-property: left, right, top, bottom, width, margin; 1657 transition-duration: 0.2s; 1658 } 1657 1659 } 1658 1660
Note: See TracChangeset
for help on using the changeset viewer.