Twenty Fifteen: move RSS icon style rule lower to prevent it from being overridden by other social icon rules.
Props iamtakashi, fixes #31129. Built from https://develop.svn.wordpress.org/trunk@31283 git-svn-id: http://core.svn.wordpress.org/trunk@31264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5aadff88f6
commit
cfba917080
|
@ -781,10 +781,6 @@ a:focus {
|
|||
left: 0;
|
||||
}
|
||||
|
||||
.social-navigation a[href$="/feed/"]:before {
|
||||
content: "\f413";
|
||||
}
|
||||
|
||||
.social-navigation a[href*="codepen.io"]:before {
|
||||
content: "\f216";
|
||||
}
|
||||
|
@ -882,6 +878,10 @@ a:focus {
|
|||
content: "\f516";
|
||||
}
|
||||
|
||||
.social-navigation a[href$="/feed/"]:before {
|
||||
content: "\f413";
|
||||
}
|
||||
|
||||
.secondary-toggle {
|
||||
background-color: transparent;
|
||||
border: 1px solid #eaeaea;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31282';
|
||||
$wp_version = '4.2-alpha-31283';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue