Changeset 59772
- Timestamp:
- 02/06/2025 10:24:51 PM (7 hours ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r59706 r59772 2434 2434 padding: 0; 2435 2435 } 2436 2437 .accordion-container h3.accordion-section-title { 2438 padding: 0 !important; 2439 } 2440 2441 .accordion-section-title button.accordion-trigger, 2436 2442 .nav-menus-php .metabox-holder .accordion-section-title button.accordion-trigger { 2437 2443 background: inherit; … … 2447 2453 cursor: pointer; 2448 2454 } 2455 2456 .accordion-section-title button.accordion-trigger:focus, 2449 2457 .nav-menus-php .metabox-holder .accordion-section-title button.accordion-trigger:focus { 2450 2458 box-shadow: 0 0 0 2px #2271b1; 2451 2459 outline: 2px solid transparent; 2452 2460 } 2461 2462 .accordion-section-title span.dashicons.dashicons-arrow-down, 2453 2463 .nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down { 2454 2464 position: absolute; … … 2457 2467 color: #787c82; 2458 2468 border-radius: 50px; 2459 } 2469 top: 50%; 2470 transform: translateY(-50%); 2471 } 2472 2473 .accordion-section-title:hover span.dashicons.dashicons-arrow-down, 2460 2474 .nav-menus-php .metabox-holder .accordion-section-title:hover span.dashicons.dashicons-arrow-down { 2461 2475 color: #1d2327; 2462 2476 } 2477 2478 .accordion-section-title span.dashicons.dashicons-arrow-down::before, 2463 2479 .nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down::before { 2464 2480 position: relative; … … 2466 2482 } 2467 2483 2484 .accordion-section.open .accordion-section-title span.dashicons.dashicons-arrow-down, 2468 2485 .nav-menus-php .metabox-holder .accordion-section.open .accordion-section-title span.dashicons.dashicons-arrow-down { 2469 transform: rotate(180deg) ;2486 transform: rotate(180deg) translate(0, 50%); 2470 2487 } 2471 2488 … … 3649 3666 .accordion-section-title { 3650 3667 margin: 0; 3651 padding: 12px 15px 15px;3652 3668 position: relative; 3653 3669 border-left: 1px solid #dcdcde; -
trunk/src/wp-admin/css/customize-controls.css
r59510 r59772 432 432 border-bottom: none; 433 433 cursor: default; 434 padding: 10px 10px 11px 14px; 434 435 } 435 436 … … 1728 1729 border-right: none; 1729 1730 margin: 0 0 15px; 1730 padding -right: 100px; /* Space for the button */1731 padding: 12px 100px 15px 15px; /* Space for the button */ 1731 1732 } 1732 1733
Note: See TracChangeset
for help on using the changeset viewer.