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:
parent
c99db2bc59
commit
aa6a58f155
|
@ -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;
|
||||
right: 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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
|
||||
.welcome-panel .welcome-panel-close:before {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
top: 8px;
|
||||
right: 0;
|
||||
-webkit-transition: all .1s ease-in-out;
|
||||
transition: all .1s ease-in-out;
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
|
||||
.welcome-panel .welcome-panel-close:before {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
top: 8px;
|
||||
left: 0;
|
||||
-webkit-transition: all .1s ease-in-out;
|
||||
transition: all .1s ease-in-out;
|
||||
|
|
|
@ -1443,7 +1443,7 @@ table.links-table {
|
|||
|
||||
.tagchecklist span {
|
||||
font-size: 16px;
|
||||
line-height: 120%;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
/* Discussion */
|
||||
|
|
|
@ -1443,7 +1443,7 @@ table.links-table {
|
|||
|
||||
.tagchecklist span {
|
||||
font-size: 16px;
|
||||
line-height: 120%;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
/* Discussion */
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32972';
|
||||
$wp_version = '4.3-alpha-32973';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue