Skip to content

Commit

Permalink
Make: Disable the Gravbatar hover oval shaped previews again.
Browse files Browse the repository at this point in the history
See #4918.
Fixes #5825.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@11386 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
dd32 committed Dec 17, 2021
1 parent 7320929 commit b512a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function styles() {
wp_dequeue_style( 'breathe-style' );
wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' );

wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20210719' );
wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20211217' );
}
add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ article.page a.author-avatar img.avatar {

/* Don't show the on-hover gravatar previews */
body > .author-avatar,
body > #grav-throbber {
body > #grav-throbber,
body > a.grav-tilt-parent {
display: none;
}

Expand Down

0 comments on commit b512a52

Please sign in to comment.