mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 20:23:27 +02:00
Toolbar: Protect against Firefox font rendering interference by themes.
props cbaldelomar. fixes #30021. git-svn-id: https://develop.svn.wordpress.org/trunk@31824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
74e404140d
commit
e771be8f7c
@ -16,6 +16,7 @@
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
|
||||
-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */
|
||||
}
|
||||
|
||||
.rtl #wpadminbar * {
|
||||
|
Loading…
x
Reference in New Issue
Block a user