Move pointer-specific CSS from wp-admin.css to wp-pointer.css.

props ocean90.
fixes #26477.


git-svn-id: https://develop.svn.wordpress.org/trunk@26797 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-08 07:16:30 +00:00
parent 5acf0d6e18
commit dac590e063
2 changed files with 10 additions and 9 deletions

View File

@ -2738,8 +2738,7 @@ html.wp-toolbar {
#welcome-panel.welcome-panel .welcome-panel-close::before,
.tagchecklist span a:before,
#bulk-titles div a:before,
.wp-pointer-buttons a.close:before {
#bulk-titles div a:before {
content: '\f153';
display: block !important;
font: normal 16px/1 'dashicons';

View File

@ -1,4 +1,4 @@
.wp-pointer-content {
.wp-pointer-content {
padding: 0 0 10px;
position: relative;
font-size: 13px;
@ -57,7 +57,13 @@
}
.wp-pointer-buttons a.close:before {
font-size: 13px;
content: '\f153';
display: block !important;
font: normal 13px/1 'dashicons';
speak: none;
margin: 2px 0;
text-align: center;
-webkit-font-smoothing: antialiased !important;
width: 10px;
height: 100%;
position: absolute;
@ -65,10 +71,6 @@
top: 1px;
}
.wp-pointer-buttons a.close:hover:before {
background-position:100% 50%;
}
/* The arrow base class must take up no space, even with transparent borders. */
.wp-pointer-arrow,
.wp-pointer-arrow-inner {
@ -153,4 +155,4 @@
.wp-pointer {
display: none;
}
}
}