Skip to content

Commit

Permalink
Restore visited button color in themes.php to Core's default (#40517)
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar authored and matticbot committed Dec 10, 2024
1 parent 28344b8 commit c2d06a2
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 98 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Holiday Snow: do not display on p2s.
- Load WPCOM sidebar notice async
- Restore visited button color in themes.php to Core's default

## [6.0.0] - 2024-12-04
### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,3 @@ function wpcom_themes_remove_wpcom_actions() {
);
}
add_action( 'load-themes.php', 'wpcom_themes_remove_wpcom_actions' );

/**
* Adds a CSS file to fix UI issues in the theme browser.
*/
function wpcom_themes_load_ui_fixes() {
wp_enqueue_style(
'wpcom-themes-ui-fixes',
plugins_url( 'css/ui-fixes.css', __FILE__ ),
array(),
Jetpack_Mu_Wpcom::PACKAGE_VERSION
);
}
add_action( 'load-themes.php', 'wpcom_themes_load_ui_fixes' );
Loading

0 comments on commit c2d06a2

Please sign in to comment.