Twenty Fifteen: move RSS icon style rule lower to prevent it from being overridden by other social icon rules.
Props iamtakashi, fixes #31129. git-svn-id: https://develop.svn.wordpress.org/trunk@31283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7f6d638bd9
commit
081cff1a6e
@ -781,10 +781,6 @@ a:focus {
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-navigation a[href$="/feed/"]:before {
|
|
||||||
content: "\f413";
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-navigation a[href*="codepen.io"]:before {
|
.social-navigation a[href*="codepen.io"]:before {
|
||||||
content: "\f216";
|
content: "\f216";
|
||||||
}
|
}
|
||||||
@ -882,6 +878,10 @@ a:focus {
|
|||||||
content: "\f516";
|
content: "\f516";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-navigation a[href$="/feed/"]:before {
|
||||||
|
content: "\f413";
|
||||||
|
}
|
||||||
|
|
||||||
.secondary-toggle {
|
.secondary-toggle {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
|
Loading…
Reference in New Issue
Block a user