Skip to content

Commit f56f2f2

Browse files
authored
Merge branch 'trunk' into update/remove-php-ai-client-polyfills
2 parents e5f110b + a41f67e commit f56f2f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/css/customize-controls.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,9 @@ body.trashing #publish-settings {
613613
#customize-controls .control-section .accordion-section-title button:hover,
614614
#customize-controls .control-section.open .accordion-section-title,
615615
#customize-controls .control-section .accordion-section-title button:focus {
616-
color: #2271b1;
616+
color: var(--wp-admin-theme-color, #3858e9);
617617
background: #f6f7f7;
618-
border-left-color: #2271b1;
618+
border-left-color: var(--wp-admin-theme-color, #3858e9);
619619
}
620620

621621
#accordion-section-themes + .control-section {

0 commit comments

Comments
 (0)