mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix the global :before/:after selectors for Opera, props SergeyBiryukov, see #19137
git-svn-id: https://develop.svn.wordpress.org/trunk@19157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
text-shadow: #444 0px -1px 0px;
|
||||
}
|
||||
|
||||
#wpadminbar :before,
|
||||
#wpadminbar :after {
|
||||
#wpadminbar ul li:before,
|
||||
#wpadminbar ul li:after {
|
||||
content: normal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user