Skip to content

Commit 57e78f7

Browse files
committed
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
1 parent 4e4b37e commit 57e78f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-includes/css/admin-bar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ html:lang(he-il) .rtl #wpadminbar * {
5454
border: none;
5555
text-decoration: none;
5656
background: none;
57+
box-shadow: none;
5758
}
5859

5960
#wpadminbar a:focus,

0 commit comments

Comments
 (0)