mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 09:40:13 +00:00
Fix HiDPI pointer arrows used in the feature pointers. props lessbloat. fixes #22510.
git-svn-id: https://develop.svn.wordpress.org/trunk@22698 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -208,4 +208,21 @@
|
||||
background: url('../images/arrow-pointer-blue-2x.png') 0 0 no-repeat;
|
||||
background-size: 30px 60px;
|
||||
}
|
||||
|
||||
.wp-pointer-top .wp-pointer-arrow,
|
||||
.wp-pointer-undefined .wp-pointer-arrow {
|
||||
background-position: 0 1px;
|
||||
}
|
||||
|
||||
.wp-pointer-bottom .wp-pointer-arrow {
|
||||
background-position: 0 -47px;
|
||||
}
|
||||
|
||||
.wp-pointer-left .wp-pointer-arrow {
|
||||
background-position: 1px -15px;
|
||||
}
|
||||
|
||||
.wp-pointer-right .wp-pointer-arrow {
|
||||
background-position:-17px -15px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user