Ticket #28267: 28267.customizer.diff
File 28267.customizer.diff, 2.4 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
490 490 color: $menu-highlight-text; 491 491 } 492 492 493 #customize-info.open .accordion-section-title:after, 494 #customize-info .accordion-section-title:hover:after, 495 #customize-info .accordion-section-title:focus:after { 496 color: $menu-highlight-text; 497 } 498 499 #customize-info.open .accordion-section-title, 500 #customize-info .accordion-section-title:hover, 501 #customize-info .accordion-section-title:focus, 502 #customize-theme-controls .control-section:hover > .accordion-section-title, 503 #customize-theme-controls .control-section .accordion-section-title:hover, 504 #customize-theme-controls .control-section.open .accordion-section-title, 505 #customize-theme-controls .control-section .accordion-section-title:focus { 506 background: $menu-highlight-background; 507 color: $menu-highlight-text; 508 } 509 493 510 /* jQuery UI Slider */ 494 511 495 512 .wp-slider .ui-slider-handle, -
src/wp-admin/css/customize-controls.css
53 53 #customize-info.open .accordion-section-title:after, 54 54 #customize-info .accordion-section-title:hover:after, 55 55 #customize-info .accordion-section-title:focus:after { 56 color: # 555555;56 color: #fff; 57 57 } 58 58 59 59 #customize-info .preview-notice { … … 90 90 91 91 #customize-theme-controls .accordion-section-content { 92 92 color: #555555; 93 background: white;93 background: #fff; 94 94 } 95 95 96 96 #customize-info.open .accordion-section-title, … … 100 100 #customize-theme-controls .control-section .accordion-section-title:hover, 101 101 #customize-theme-controls .control-section.open .accordion-section-title, 102 102 #customize-theme-controls .control-section .accordion-section-title:focus { 103 color: # 555555;104 background: # f5f5f5;103 color: #fff; 104 background: #0074a2; 105 105 } 106 106 107 107 .js .control-section:hover .accordion-section-title, … … 115 115 #customize-theme-controls .control-section .accordion-section-title:hover::after, 116 116 #customize-theme-controls .control-section.open .accordion-section-title::after, 117 117 #customize-theme-controls .control-section .accordion-section-title:focus::after { 118 color: # 555555;118 color: #fff; 119 119 } 120 120 121 121 #customize-info.open,