Make WordPress Core

Changeset 33372


Ignore:
Timestamp:
07/22/2015 11:04:10 PM (8 years ago)
Author:
azaozz
Message:

TinyMCE, inline link toolbar: add a bit more specificity to the selectors in editor.css to fix overriding in IE < 10.
See #32604.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r33350 r33372  
    16851685}
    16861686
    1687 .wp-link-preview {
     1687div.wp-link-preview {
    16881688    float: left;
    16891689    margin: 5px;
     
    16931693}
    16941694
    1695 .wp-link-preview a {
     1695div.wp-link-preview a {
    16961696    color: #0073aa;
    16971697    text-decoration: underline;
     
    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%;
Note: See TracChangeset for help on using the changeset viewer.