wp/wp-admin/css/customize-nav-menus-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/css/customize-nav-menus-rtl.css	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/css/customize-nav-menus-rtl.css	Tue Sep 27 16:37:53 2022 +0200
@@ -12,7 +12,7 @@
 #customize-theme-controls .customize-section-title-nav_menus-heading,
 #customize-theme-controls .customize-section-title-menu_locations-heading,
 #customize-theme-controls .customize-section-title-menu_locations-description {
-	padding: 0 12px 0 12px;
+	padding: 0 12px;
 }
 
 #customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description {
@@ -101,7 +101,7 @@
 .wp-customizer .menu-item-settings .description-thin {
 	width: 100%;
 	height: auto;
-	margin: 0 0 8px 0;
+	margin: 0 0 8px;
 }
 
 .wp-customizer .menu-item-settings input[type="text"] {
@@ -186,7 +186,7 @@
 }
 
 .wp-customizer .menu-settings dl {
-	margin: 12px 0 0 0;
+	margin: 12px 0 0;
 	padding: 0;
 }
 
@@ -323,7 +323,7 @@
 #available-menu-items .accordion-section-title .toggle-indicator:before {
 	content: "\f140";
 	display: block;
-	padding: 1px 0px 1px 2px;
+	padding: 1px 0 1px 2px;
 	speak: never;
 	border-radius: 50%;
 	color: #787c82;
@@ -582,8 +582,8 @@
 }
 
 #available-menu-items .accordion-section-content .available-menu-items-list {
-	margin: 0 0 45px 0;
-	padding: 1px 15px 15px 15px;
+	margin: 0 0 45px;
+	padding: 1px 15px 15px;
 }
 
 #available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */
@@ -591,7 +591,7 @@
 }
 
 #new-custom-menu-item .accordion-section-content {
-	padding: 0 15px 15px 15px;
+	padding: 0 15px 15px;
 }
 
 #available-menu-items .menu-item-tpl {
@@ -691,7 +691,7 @@
 	position: absolute;
 	right: 0;
 	top: 60px; /* below title div / search input */
-	bottom: 0px; /* 100% height that still triggers lazy load */
+	bottom: 0; /* 100% height that still triggers lazy load */
 	max-height: none;
 	width: 100%;
 	padding: 1px 15px 15px;
@@ -796,7 +796,7 @@
 
 #create-new-menu-submit {
 	float: left;
-	margin: 0 0 12px 0;
+	margin: 0 0 12px;
 }
 
 .menu-delete-item {
@@ -806,7 +806,7 @@
 }
 
 .assigned-menu-locations-title p {
-	margin: 0 0 8px 0;
+	margin: 0 0 8px;
 }
 
 li.assigned-to-menu-location .menu-delete-item {