Skip to content

Commit 12f25b3

Browse files
committed
Twenty Fifteen: Fixes hover effect being different in editors for link.
The link hover effect was different between the editor and front. As links are rarely focusable in the editor this patch does not set the outline color also. Props pitamdey, sabernhardt, mi5t4n. Fixes #61844. git-svn-id: https://develop.svn.wordpress.org/trunk@58910 602fd350-edb4-49c9-b593-d223f7449a82
1 parent fe3fa33 commit 12f25b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/wp-content/themes/twentyfifteen/css/editor-style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,13 @@ a {
324324
text-decoration: none;
325325
}
326326

327+
a:hover,
328+
a:focus {
329+
color: #707070;
330+
color: rgba(51, 51, 51, 0.7);
331+
border-bottom: 0;
332+
}
333+
327334

328335
/**
329336
* 4.0 Alignment

0 commit comments

Comments
 (0)