Fix the dismissable notice button focus style, broken in [32475].

props afercia.
fixes #32797.
Built from https://develop.svn.wordpress.org/trunk@32973


git-svn-id: http://core.svn.wordpress.org/trunk@32944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-06-27 15:07:24 +00:00
parent c99db2bc59
commit aa6a58f155
9 changed files with 15 additions and 31 deletions

View File

@@ -746,9 +746,9 @@ img.emoji {
color: #b4b9be;
content: '\f153';
display: block;
font: normal 16px/1 'dashicons';
font: normal 16px/20px 'dashicons';
speak: none;
height: 16px;
height: 20px;
text-align: center;
width: 20px;
-webkit-font-smoothing: antialiased;
@@ -761,7 +761,7 @@ img.emoji {
.tagchecklist span a:before,
#bulk-titles div a:before {
margin: 2px 0;
margin: 1px 0;
}
.welcome-panel .welcome-panel-close:hover:before,
@@ -1310,13 +1310,6 @@ div.error p,
cursor: pointer;
}
.notice-dismiss:before {
position: relative;
top: 0;
left: 0;
line-height: 20px;
}
.notice-dismiss:hover:before,
.notice-dismiss:active:before,
.notice-dismiss:focus:before {
@@ -1327,7 +1320,6 @@ div.error p,
outline: none;
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
color: #c00;
}
.ie8 .notice-dismiss:focus {