From 57e78f709bf59b29a8cf18391e0efc6890e82f99 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Wed, 12 May 2021 21:20:32 +0000 Subject: [PATCH] Toolbar: Reset box-shadow on links. This prevents any theme-added `box-shadow` styles from applying to the toolbar items. Props sabernhardt, florianbrinkmann. Fixes #40594. git-svn-id: https://develop.svn.wordpress.org/trunk@50847 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/admin-bar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index 3a77e2991d..4ee119c963 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -54,6 +54,7 @@ html:lang(he-il) .rtl #wpadminbar * { border: none; text-decoration: none; background: none; + box-shadow: none; } #wpadminbar a:focus,