Skip to content

Commit a41f67e

Browse files
committed
Customize: Make the "View All Locations" link consistent with the new admin styles.
This changeset ensures the "View All Locations" link in the Customizer is consistent with the new admin styles. Props huzaifaalmesbah, hmbashar, noruzzaman, audrasjb, mukesh27, shailu25. Fixes #64758. git-svn-id: https://develop.svn.wordpress.org/trunk@61782 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6c22d69 commit a41f67e

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)