Skip to content

Commit ae6460d

Browse files
committed
TinyMCE, inline link toolbar: add a bit more specificity to the selectors in editor.css to fix overriding in IE < 10.
See #32604. git-svn-id: https://develop.svn.wordpress.org/trunk@33372 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 652abe5 commit ae6460d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/wp-includes/css/editor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,15 +1684,15 @@ i.mce-i-wp_code:before {
16841684
}
16851685
}
16861686

1687-
.wp-link-preview {
1687+
div.wp-link-preview {
16881688
float: left;
16891689
margin: 5px;
16901690
max-width: 694px;
16911691
overflow: hidden;
16921692
text-overflow: ellipsis;
16931693
}
16941694

1695-
.wp-link-preview a {
1695+
div.wp-link-preview a {
16961696
color: #0073aa;
16971697
text-decoration: underline;
16981698
-webkit-transition-property: border, background, color;
@@ -1705,7 +1705,7 @@ i.mce-i-wp_code:before {
17051705
}
17061706

17071707
@media screen and ( max-width: 782px ) {
1708-
.wp-link-preview {
1708+
div.wp-link-preview {
17091709
margin: 8px 0 8px 5px;
17101710
max-width: 70%;
17111711
max-width: -webkit-calc(100% - 86px);

0 commit comments

Comments
 (0)