Twenty Fifteen: better highlights for tapped links in iOS Safari.
Props iamtakashi, fixes #30524. Built from https://develop.svn.wordpress.org/trunk@30590 git-svn-id: http://core.svn.wordpress.org/trunk@30580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e2133880c1
commit
85e5ab64a5
|
@ -1047,6 +1047,7 @@ a:focus {
|
||||||
|
|
||||||
.pagination .prev,
|
.pagination .prev,
|
||||||
.pagination .next {
|
.pagination .next {
|
||||||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1418,6 +1419,7 @@ img.aligncenter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget_calendar tbody a {
|
.widget_calendar tbody a {
|
||||||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -2046,6 +2048,7 @@ a.post-thumbnail:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-links a {
|
.page-links a {
|
||||||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
border-color: #333;
|
border-color: #333;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-beta2-30589';
|
$wp_version = '4.1-beta2-30590';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue