Improve focus styles for:

* Welcome Panel dismiss link
* Welcome Panel assembled links
* At a Glance links
* Recently Published/Publishing Soon and latest Comments links in the Dashboard Activity box 

props afercia.
fixes #32287, #32288, #32289, #32292.
Built from https://develop.svn.wordpress.org/trunk@32475


git-svn-id: http://core.svn.wordpress.org/trunk@32445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2015-05-09 20:35:27 +00:00
parent e44d2f7289
commit bbcdcc084d
7 changed files with 59 additions and 59 deletions

View File

@@ -737,23 +737,24 @@ img.emoji {
}
/* @todo can we combine these into a class or use an existing dashicon one? */
#welcome-panel.welcome-panel .welcome-panel-close:before,
.welcome-panel .welcome-panel-close:before,
.tagchecklist span a:before,
#bulk-titles div a:before,
.notice-dismiss:before {
background: none;
color: #b4b9be;
content: '\f153';
display: block !important;
display: block;
font: normal 16px/1 'dashicons';
speak: none;
height: 20px;
height: 16px;
text-align: center;
width: 20px;
-webkit-font-smoothing: antialiased !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#welcome-panel.welcome-panel .welcome-panel-close:before {
.welcome-panel .welcome-panel-close:before {
margin: 0;
}
@@ -762,7 +763,8 @@ img.emoji {
margin: 2px 0;
}
#welcome-panel.welcome-panel .welcome-panel-close:hover:before,
.welcome-panel .welcome-panel-close:hover:before,
.welcome-panel .welcome-panel-close:focus:before,
.tagchecklist span a:hover:before,
#bulk-titles div a:hover:before {
color: #c00;