Twenty Fifteen: Removing unneeded CSS from RTL causing odd hover effects.
Props yoavf, iamtakashi, fixes #30360. git-svn-id: https://develop.svn.wordpress.org/trunk@30399 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
43ccdeebd0
commit
4a4c9d7667
@ -42,10 +42,6 @@ body {
|
|||||||
unicode-bidi: embed;
|
unicode-bidi: embed;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
caption,
|
caption,
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
@ -262,18 +258,6 @@ img.alignleft {
|
|||||||
content: "\f430";
|
content: "\f430";
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content a,
|
|
||||||
.entry-summary a,
|
|
||||||
.page-content a,
|
|
||||||
.comment-content a {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-content .page-links a,
|
|
||||||
.page-content .page-links a {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.author-link:after {
|
.author-link:after {
|
||||||
content: "\f430";
|
content: "\f430";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user