wp/wp-admin/css/customize-nav-menus.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   540 	overflow-y: auto;
   540 	overflow-y: auto;
   541 	max-height: 200px; /* This gets set in JS to fit the screen size, and based on # of sections. */
   541 	max-height: 200px; /* This gets set in JS to fit the screen size, and based on # of sections. */
   542 	background: transparent;
   542 	background: transparent;
   543 }
   543 }
   544 
   544 
   545 #available-menu-items .accordion-section-title button {
   545 #available-menu-items .accordion-section-title button .toggle-indicator {
   546 	display: block;
   546 	display: flex;
       
   547 	align-items: center;
   547 	width: 28px;
   548 	width: 28px;
   548 	height: 35px;
   549 	height: 35px;
   549 	position: absolute;
   550 	position: absolute;
   550 	top: 5px;
   551 	top: 5px;
   551 	right: 5px;
   552 	right: 5px;
   717 
   718 
   718 #available-menu-items-search.loading.loading-more .accordion-section-content div {
   719 #available-menu-items-search.loading.loading-more .accordion-section-content div {
   719 	opacity: 1;
   720 	opacity: 1;
   720 }
   721 }
   721 
   722 
   722 #customize-preview {
   723 @media (prefers-reduced-motion: no-preference) {
   723 	transition: all 0.2s;
   724 	#customize-preview {
       
   725 		transition: all 0.2s;
       
   726 	}
   724 }
   727 }
   725 
   728 
   726 body.adding-menu-items #available-menu-items {
   729 body.adding-menu-items #available-menu-items {
   727 	left: 0;
   730 	left: 0;
   728 	visibility: visible;
   731 	visibility: visible;