Changeset 61860
- Timestamp:
- 03/06/2026 11:21:37 PM (7 days ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
-
wp-admin/css/customize-controls.css (modified) (10 diffs)
-
wp-admin/css/customize-nav-menus.css (modified) (3 diffs)
-
wp-admin/css/customize-widgets.css (modified) (2 diffs)
-
wp-includes/css/customize-preview.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r61835 r61860 84 84 } 85 85 86 #customize-save-button-wrapper .save:focus, #publish-settings:focus {87 box-shadow: 0 1px 0 #2271b1, 0 0 2px 1px #72aee6; /* This is default box shadow for focus */88 }89 90 86 #customize-save-button-wrapper .save.has-next-sibling { 91 87 border-radius: 3px 0 0 3px; … … 500 496 } 501 497 502 #customize-controls .customize-info.open .customize-help-toggle,503 #customize-controls .customize-info .customize-help-toggle:focus,504 #customize-controls .customize-info .customize-help-toggle:hover {505 color: #2271b1;506 }507 508 498 #customize-controls .customize-info .customize-panel-description, 509 499 #customize-controls .customize-info .customize-section-description, … … 610 600 } 611 601 612 #customize-controls .control-section:hover > .accordion-section-title,613 #customize-controls .control-section .accordion-section-title button:hover,614 #customize-controls .control-section.open .accordion-section-title,615 #customize-controls .control-section .accordion-section-title button:focus {616 color: var(--wp-admin-theme-color, #3858e9);617 background: #f6f7f7;618 border-left-color: var(--wp-admin-theme-color, #3858e9);619 }620 621 602 #accordion-section-themes + .control-section { 622 603 border-top: 1px solid #dcdcde; … … 628 609 .js .control-section .accordion-section-title:focus { 629 610 background: #f6f7f7; 630 }631 632 #customize-theme-controls .control-section:hover > .accordion-section-title:after,633 #customize-theme-controls .control-section .accordion-section-title:hover:after,634 #customize-theme-controls .control-section.open .accordion-section-title:after,635 #customize-theme-controls .control-section .accordion-section-title:focus:after,636 #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,637 #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,638 #customize-outer-theme-controls .control-section.open .accordion-section-title:after,639 #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {640 color: #2271b1;641 611 } 642 612 … … 908 878 .customize-controls-preview-toggle:hover { 909 879 background: #fff; 910 color: #2271b1;911 border-top-color: #2271b1;912 880 box-shadow: none; 913 881 /* Only visible in Windows High Contrast mode */ … … 925 893 .customize-section-back:hover, 926 894 .customize-section-back:focus { 927 color: #2271b1;928 895 background: #f6f7f7; 929 border-left-color: #2271b1;930 896 box-shadow: none; 931 897 /* Only visible in Windows High Contrast mode */ … … 2034 2000 .control-panel-themes .customize-themes-section-title:focus, 2035 2001 .control-panel-themes .customize-themes-section-title:hover { 2036 border-left-color: #2271b1;2037 color: #2271b1;2038 2002 background: #f6f7f7; 2039 2003 } … … 2064 2028 top: 9px; 2065 2029 right: 15px; 2066 background: #2271b1;2067 2030 color: #fff; 2068 }2069 2070 .control-panel-themes .customize-themes-section-title.selected {2071 color: #2271b1;2072 2031 } 2073 2032 … … 2374 2333 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:hover, 2375 2334 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:focus { 2376 color: #2271b1;2377 2335 background: #f6f7f7; 2378 border-left-color: #2271b1;2379 2336 box-shadow: none; 2380 2337 /* Only visible in Windows High Contrast mode */ … … 2472 2429 .wp-customizer .theme-overlay .theme-header .left:hover { 2473 2430 background: #fff; 2474 border-bottom: 4px solid #2271b1;2475 color: #2271b1;2476 2431 } 2477 2432 2478 2433 .wp-customizer .theme-overlay .theme-header .close:focus:before, 2479 2434 .wp-customizer .theme-overlay .theme-header .close:hover:before { 2480 color: #2271b1;2435 color: var(--wp-admin-theme-color); 2481 2436 } 2482 2437 -
trunk/src/wp-admin/css/customize-nav-menus.css
r61652 r61860 269 269 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active, 270 270 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus { 271 color: #2271b1;271 color: var(--wp-admin-theme-color); 272 272 } 273 273 … … 837 837 position: relative; 838 838 z-index: 10; 839 color: #2271b1;839 color: var(--wp-admin-theme-color); 840 840 } 841 841 … … 843 843 .menu-item-handle:hover .item-edit, 844 844 #available-menu-items .menu-item-handle:hover .item-add { 845 color: #2271b1;845 color: var(--wp-admin-theme-color); 846 846 } 847 847 -
trunk/src/wp-admin/css/customize-widgets.css
r61480 r61860 188 188 #customize-theme-controls .widget-area-select .selected { 189 189 color: #fff; 190 background: #2271b1;190 background: var(--wp-admin-theme-color); 191 191 } 192 192 … … 246 246 background: #f6f7f7; 247 247 border-bottom-color: #c3c4c7; 248 color: #2271b1;249 border-left: 4px solid #2271b1;248 color: var(--wp-admin-theme-color);; 249 border-left: 4px solid var(--wp-admin-theme-color); 250 250 } 251 251 -
trunk/src/wp-includes/css/customize-preview.css
r61682 r61860 45 45 font-size: 18px; 46 46 z-index: 5; 47 background: #3858e9;47 background: var( --wp-admin-theme-color, #3858e9 ); 48 48 border-radius: 50%; 49 49 border: 2px solid #fff; … … 77 77 78 78 .customize-partial-edit-shortcut button:hover { 79 background: #2145e6!important; /* matches primary buttons */79 background: var( --wp-admin-theme-color-darker-10, #2145e6 ) !important; /* matches primary buttons */ 80 80 } 81 81 82 82 .customize-partial-edit-shortcut button:focus { 83 box-shadow: 0 0 0 1.5px #3858e9;83 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px ) var(--wp-admin-theme-color, #3858e9); 84 84 } 85 85
Note: See TracChangeset
for help on using the changeset viewer.