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.


Built from https://develop.svn.wordpress.org/trunk@50847


git-svn-id: http://core.svn.wordpress.org/trunk@50456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle
2021-05-12 21:22:00 +00:00
parent 750697e837
commit a6e6e4f935
5 changed files with 5 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ html:lang(he-il) .rtl #wpadminbar * {
border: none;
text-decoration: none;
background: none;
box-shadow: none;
}
#wpadminbar a:focus,

File diff suppressed because one or more lines are too long

View File

@@ -54,6 +54,7 @@ html:lang(he-il) .rtl #wpadminbar * {
border: none;
text-decoration: none;
background: none;
box-shadow: none;
}
#wpadminbar a:focus,

File diff suppressed because one or more lines are too long