Skip to content

Commit 30a3a81

Browse files
authored
Merge branch 'trunk' into fix/ai-client-constructor-exception-handling
2 parents 39e7d7d + a41f67e commit 30a3a81

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)