Make WordPress Core

Ticket #26350: 26350.3.diff

File 26350.3.diff, 47.9 KB (added by MikeHansenMe, 9 years ago)
  • src/wp-admin/css/about.css

     
    2525.about-wrap div.updated,
    2626.about-wrap div.error,
    2727.about-wrap .notice {
    28         display: none !important;
     28        display: none;
    2929}
    3030
    3131.about-wrap hr {
     
    446446
    447447        .about-wrap .three-col .col,
    448448        .about-wrap .headline-feature .feature-section .col {
    449                 width: 100% !important;
    450                 float: none !important;
     449                width: 100%;
     450                float: none;
    451451        }
    452452}
    453453
  • src/wp-admin/css/admin-menu.css

     
    131131.menu-icon-site div.wp-menu-image,
    132132.icon16.icon-generic,
    133133.menu-icon-generic div.wp-menu-image {
    134         background-image: none !important;
     134        background-image: none;
    135135}
    136136
    137137/*------------------------------------------------------------------------------
     
    429429/* A new arrow */
    430430
    431431.wp-menu-arrow {
    432         display: none !important;
     432        display: none;
    433433}
    434434
    435435ul#adminmenu a.wp-has-current-submenu {
     
    593593        top: -3px;
    594594        color: #a0a5aa;
    595595        color: rgba(240,245,250,0.6);
    596         font: normal 20px/1 'dashicons' !important;
     596        font: normal 20px/1 'dashicons';
    597597        speak: none;
    598598        margin: 0 auto;
    599         padding: 0 !important;
     599        padding: 0;
    600600        position: relative;
    601601        text-align: center;
    602602        width: 20px;
  • src/wp-admin/css/colors/_mixins.scss

     
    3535        &:disabled,
    3636        &.button-primary-disabled,
    3737        &.disabled {
    38                 color: hsl( hue( $button-color ), 10%, 80% ) !important;
    39                 background: darken( $button-color, 8% ) !important;
    40                 border-color: darken( $button-color, 15% ) !important;
    41                 text-shadow: none !important;
     38                color: hsl( hue( $button-color ), 10%, 80% );
     39                background: darken( $button-color, 8% );
     40                border-color: darken( $button-color, 15% );
     41                text-shadow: none;
    4242        }
    4343}
  • src/wp-admin/css/common.css

     
    2626        padding-bottom: 65px;
    2727        float: left;
    2828        width: 100%;
    29         overflow: visible !important;
     29        overflow: visible;
    3030}
    3131
    3232/* inner 2 column liquid layout */
     
    692692
    693693/* For emoji replacement images */
    694694img.emoji {
    695         display: inline !important;
    696         border: none !important;
    697         height: 1em !important;
    698         width: 1em !important;
    699         margin: 0 .07em !important;
    700         vertical-align: -0.1em !important;
    701         background: none !important;
    702         padding: 0 !important;
    703         -webkit-box-shadow: none !important;
    704         box-shadow: none !important;
     695        display: inline;
     696        border: none;
     697        height: 1em;
     698        width: 1em;
     699        margin: 0 .07em;
     700        vertical-align: -0.1em;
     701        background: none;
     702        padding: 0;
     703        -webkit-box-shadow: none;
     704        box-shadow: none;
    705705}
    706706
    707707/*------------------------------------------------------------------------------
     
    12011201.filters-applied .filter-group,
    12021202.filters-applied .filter-drawer .buttons,
    12031203.filters-applied .filter-drawer br {
    1204         display: none !important;
     1204        display: none;
    12051205}
    12061206
    12071207.filters-applied .filtered-by {
     
    14351435
    14361436#contextual-help-wrap {
    14371437        overflow: auto;
    1438         margin-left: 0 !important;
     1438        margin-left: 0;
    14391439}
    14401440
    14411441#screen-meta .screen-reader-text {
     
    15031503        vertical-align: bottom;
    15041504        -webkit-font-smoothing: antialiased;
    15051505        -moz-osx-font-smoothing: grayscale;
    1506         text-decoration: none !important;
     1506        text-decoration: none;
    15071507        color: #b4b9be;
    15081508}
    15091509
     
    18311831
    18321832.postbox .inside > p:last-child,
    18331833.rss-widget ul li:last-child {
    1834         margin-bottom: 1px !important;
     1834        margin-bottom: 1px;
    18351835}
    18361836
    18371837.postbox.closed h3 {
     
    20852085}
    20862086
    20872087#submitdiv h3 {
    2088         margin-bottom: 0 !important;
     2088        margin-bottom: 0;
    20892089}
    20902090
    20912091/* - Used - but could/should be deprecated with a CSS reset
     
    27212721
    27222722/* @todo: these seem misplaced */
    27232723.js .meta-box-sortables .postbox:hover .handlediv {
    2724         margin-right: 0 !important;
     2724        margin-right: 0;
    27252725}
    27262726
    27272727/* Metabox collapse arrow indicators */
     
    27362736        position: relative;
    27372737        -webkit-font-smoothing: antialiased;
    27382738        -moz-osx-font-smoothing: grayscale;
    2739         text-decoration: none !important;
     2739        text-decoration: none;
    27402740}
    27412741
    27422742.js #widgets-left .sidebar-name .sidebar-name-arrow {
     
    28772877        position: relative;
    28782878        -webkit-font-smoothing: antialiased;
    28792879        -moz-osx-font-smoothing: grayscale;
    2880         text-decoration: none !important;
     2880        text-decoration: none;
    28812881}
    28822882
    28832883.widget-action,
     
    32523252        #bulk-titles div a,
    32533253        .tagchecklist span a:hover,
    32543254        #bulk-titles div a:hover {
    3255                 background: none !important;
     3255                background: none;
    32563256        }
    32573257
    32583258}
     
    32723272        }
    32733273
    32743274        body * {
    3275                 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
     3275                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    32763276        }
    32773277
    32783278        #wpcontent {
     
    32993299        #screen-meta-links,
    33003300        #collapse-menu,
    33013301        .post-format-select {
    3302                 display: none !important;
     3302                display: none;
    33033303        }
    33043304
    33053305        .wrap .add-new-h2, /* deprecated */
  • src/wp-admin/css/customize-controls.css

     
    189189}
    190190
    191191#customize-theme-controls .control-section.open .accordion-section-title {
    192         border-bottom-color: #eee !important;
     192        border-bottom-color: #eee;
    193193}
    194194
    195195#customize-theme-controls .control-section:last-of-type.open,
     
    656656        position: relative;
    657657        -webkit-font-smoothing: antialiased;
    658658        -moz-osx-font-smoothing: grayscale;
    659         text-decoration: none !important;
     659        text-decoration: none;
    660660        color: #32373c;
    661661}
    662662
  • src/wp-admin/css/customize-nav-menus.css

     
    173173.move-down-disabled .menus-move-down,
    174174.move-right-disabled .menus-move-right,
    175175.move-left-disabled .menus-move-left {
    176         color: #d5d5d5 !important;
    177         background-color: #fff !important;
     176        color: #d5d5d5;
     177        background-color: #fff;
    178178        cursor: default;
    179179        pointer-events: none;
    180180}
     
    213213        display: block;
    214214        width: 30px;
    215215        height: 38px;
    216         margin-right: 0 !important;
     216        margin-right: 0;
    217217        outline: none;
    218218        overflow: hidden;
    219219        cursor: pointer;
     
    240240        speak: none;
    241241        -webkit-font-smoothing: antialiased;
    242242        -moz-osx-font-smoothing: grayscale;
    243         text-decoration: none !important;
     243        text-decoration: none;
    244244}
    245245
    246246.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:after {
     
    330330        font: 18px/1 "dashicons";
    331331        padding: 5px;
    332332        text-align: center;
    333         text-decoration: none !important;
     333        text-decoration: none;
    334334        text-indent: 0;
    335335        left: 6px;
    336336        position: absolute;
     
    618618
    619619/* rework the arrow indicator implementation for NVDA bug see #32715 */
    620620#available-menu-items .accordion-section-title:after {
    621         content: none !important;
     621        content: none;
    622622}
    623623
    624624#available-menu-items .accordion-section-title .toggle-indicator {
     
    635635        speak: none;
    636636        -webkit-font-smoothing: antialiased;
    637637        -moz-osx-font-smoothing: grayscale;
    638         text-decoration: none !important;
     638        text-decoration: none;
    639639}
    640640
    641641#available-menu-items .accordion-section-title:hover .toggle-indicator:after {
     
    857857#available-menu-items-search .spinner {
    858858        position: absolute;
    859859        top: 20px;
    860         margin: 0 !important;
     860        margin: 0;
    861861        right: 20px;
    862862}
    863863
  • src/wp-admin/css/customize-widgets.css

     
    344344
    345345/* override widgets admin page rules in wp-admin/css/wp-admin.css */
    346346#widgets-left #available-widgets .widget {
    347         float: none !important;
    348         width: auto !important;
     347        float: none;
     348        width: auto;
    349349}
    350350
    351351#available-widgets {
     
    358358        width: 300px;
    359359        margin: 0;
    360360        z-index: 1;
    361         background: #eee !important;
     361        background: #eee;
    362362        -webkit-transition: left .18s;
    363363        transition: left .18s;
    364364        border-right: 1px solid #ddd;
  • src/wp-admin/css/dashboard.css

     
    3535}
    3636
    3737#dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container {
    38         border: none !important;
     38        border: none;
    3939}
    4040
    4141.ie8 #wpbody-content #dashboard-widgets .postbox-container {
     
    204204}
    205205
    206206.welcome-panel .welcome-icon {
    207         background: transparent !important;
     207        background: transparent;
    208208}
    209209
    210210.welcome-panel .welcome-icon:before {
     
    217217        position: relative;
    218218        -webkit-font-smoothing: antialiased;
    219219        -moz-osx-font-smoothing: grayscale;
    220         text-decoration: none !important;
     220        text-decoration: none;
    221221        vertical-align: top;
    222222}
    223223
     
    405405        text-align: center;
    406406        position: relative;
    407407        -webkit-font-smoothing: antialiased;
    408         text-decoration: none !important;
     408        text-decoration: none;
    409409}
    410410
    411411#dashboard_right_now .page-count a:before,
     
    636636        text-align: center;
    637637        position: relative;
    638638        -webkit-font-smoothing: antialiased;
    639         text-decoration: none !important;
     639        text-decoration: none;
    640640}
    641641
    642642#dashboard_activity .subsubsub {
     
    827827}
    828828
    829829#latest-comments #the-comment-list .pingback {
    830         padding-left: 12px !important;
     830        padding-left: 12px;
    831831}
    832832
    833833#latest-comments #the-comment-list .comment-item:first-child {
  • src/wp-admin/css/edit.css

     
    403403.mce-fullscreen #wp-content-wrap .mce-toolbar-grp,
    404404.mce-fullscreen #wp-content-wrap .mce-edit-area,
    405405.mce-fullscreen #wp-content-wrap .mce-statusbar {
    406         position: static !important;
    407         width: auto !important;
    408         padding: 0 !important;
     406        position: static;
     407        width: auto;
     408        padding: 0;
    409409}
    410410
    411411.mce-fullscreen #wp-content-wrap .mce-statusbar {
    412         visibility: visible !important;
     412        visibility: visible;
    413413}
    414414
    415415.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
     
    454454
    455455.curtime #timestamp {
    456456        padding: 2px 0 1px 0;
    457         display: inline !important;
    458         height: auto !important;
     457        display: inline;
     458        height: auto;
    459459}
    460460
    461461#misc-publishing-actions label[for="post_status"]:before,
     
    479479        vertical-align: top;
    480480        -webkit-font-smoothing: antialiased;
    481481        -moz-osx-font-smoothing: grayscale;
    482         text-decoration: none !important;
     482        text-decoration: none;
    483483}
    484484
    485485#post-body #visibility:before {
     
    802802        display: block;
    803803        height: 20px;
    804804        width: 20px;
    805         font: normal 20px/1 'dashicons' !important;
     805        font: normal 20px/1 'dashicons';
    806806        speak: none;
    807807        -webkit-font-smoothing: antialiased;
    808808        -moz-osx-font-smoothing: grayscale;
     
    13651365        }
    13661366
    13671367        .post-format-options a div:before {
    1368                 font-size: 26px !important;
     1368                font-size: 26px;
    13691369        }
    13701370
    13711371        /* Publish Metabox Options */
     
    14421442
    14431443        /* TinyMCE Adjustments */
    14441444        .mceToolbar * {
    1445                 white-space: normal !important;
     1445                white-space: normal;
    14461446        }
    14471447
    14481448        .mceToolbar tr,
    14491449        .mceToolbar td {
    1450                 float: left !important;
     1450                float: left;
    14511451        }
    14521452
    14531453        .wp_themeSkin a.mceButton {
     
    15021502
    15031503        .wp-media-buttons span.wp-media-buttons-icon,
    15041504        .wp-media-buttons span.jetpack-contact-form-icon {
    1505                 width: 22px !important;
    1506                 margin-top: -3px !important;
    1507                 margin-left: -5px !important;
     1505                width: 22px;
     1506                margin-top: -3px;
     1507                margin-left: -5px;
    15081508        }
    15091509
    15101510        .wp-media-buttons .add_media span.wp-media-buttons-icon:before,
    15111511        .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
    1512                 font-size: 20px !important;
     1512                font-size: 20px;
    15131513        }
    15141514
    15151515        #content_wp_fullscreen {
  • src/wp-admin/css/forms.css

     
    7979        height: 16px;
    8080        margin: -4px 4px 0 0;
    8181        outline: 0;
    82         padding: 0 !important;
     82        padding: 0;
    8383        text-align: center;
    8484        vertical-align: middle;
    8585        width: 16px;
     
    234234
    235235.form-invalid input, .form-invalid input:focus,
    236236.form-invalid select, .form-invalid select:focus {
    237         border-color: #dc3232 !important;
     237        border-color: #dc3232;
    238238        -webkit-box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 );
    239239        box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 );
    240240}
     
    435435        padding: 0 5px 0 0;
    436436        position: relative;
    437437        top: 0;
    438         text-decoration: none !important;
     438        text-decoration: none;
    439439        vertical-align: top;
    440440        -webkit-font-smoothing: antialiased;
    441441        -moz-osx-font-smoothing: grayscale;
     
    628628}
    629629
    630630.form-table td fieldset label {
    631         margin: 0.25em 0 0.5em !important;
     631        margin: 0.25em 0 0.5em;
    632632        display: inline-block;
    633633}
    634634
  • src/wp-admin/css/ie.css

     
    140140}
    141141
    142142#adminmenu .wp-menu-arrow {
    143         display: none !important;
     143        display: none;
    144144}
    145145
    146146.js.folded #adminmenu li.menu-top {
     
    170170}
    171171
    172172#adminmenu .wp-menu-image {
    173         display: none !important;
     173        display: none;
    174174}
    175175
    176176#adminmenu a.menu-top .wp-menu-name {
     
    594594
    595595.revisions-tickmarks,
    596596.revisions-tooltip {
    597         display: none !important;
     597        display: none;
    598598}
    599599
    600600.revisions.pinned .revisions-controls {
  • src/wp-admin/css/l10n.css

     
    5555.locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; }
    5656
    5757/* zh_CN: Enlarge font-size. */
    58 .locale-zh-cn #sort-buttons { font-size: 1em !important; }
     58.locale-zh-cn #sort-buttons { font-size: 1em; }
    5959
    6060/* de_DE: Text needs more space for translation */
    6161.locale-de-de #customize-header-actions .button,
  • src/wp-admin/css/list-tables.css

     
    256256.vim-current,
    257257.vim-current th,
    258258.vim-current td {
    259         background-color: #e4f2fd !important;
     259        background-color: #e4f2fd;
    260260}
    261261
    262262th .comment-grey-bubble {
     
    276276        vertical-align: top;
    277277        -webkit-font-smoothing: antialiased;
    278278        -moz-osx-font-smoothing: grayscale;
    279         text-decoration: none !important;
     279        text-decoration: none;
    280280        color: #444;
    281281}
    282282
     
    377377
    378378#the-list tr:last-child td,
    379379#the-list tr:last-child th {
    380         border-bottom: none !important;
     380        border-bottom: none;
    381381        -webkit-box-shadow: none;
    382382        box-shadow: none;
    383383}
     
    455455        vertical-align: top;
    456456        -webkit-font-smoothing: antialiased;
    457457        -moz-osx-font-smoothing: grayscale;
    458         text-decoration: none !important;
     458        text-decoration: none;
    459459        color: #444;
    460460}
    461461
     
    841841}
    842842
    843843.row-title {
    844         font-size: 14px !important;
     844        font-size: 14px;
    845845        font-weight: 600;
    846846}
    847847
     
    15801580        vertical-align: top;
    15811581        -webkit-font-smoothing: antialiased;
    15821582        -moz-osx-font-smoothing: grayscale;
    1583         text-decoration: none !important;
     1583        text-decoration: none;
    15841584        color: #444;
    15851585}
    15861586
     
    17921792                position: relative;
    17931793                clear: both;
    17941794                display: block;
    1795                 width: auto !important; /* needs to override some columns that are more specifically targeted */
     1795                width: auto; /* needs to override some columns that are more specifically targeted */
    17961796        }
    17971797
    17981798        .wp-list-table td.column-primary {
     
    18151815        }
    18161816
    18171817        .wp-list-table .is-expanded td:not(.hidden) {
    1818                 display: block !important;
     1818                display: block;
    18191819                overflow: hidden; /* clearfix */
    18201820        }
    18211821
     
    18261826        }
    18271827
    18281828        #comments-form .fixed .column-author {
    1829                 display: none !important;
     1829                display: none;
    18301830        }
    18311831
    18321832        .fixed .column-comment .comment-author {
  • src/wp-admin/css/media.css

     
    674674
    675675.edit-attachment-frame .edit-media-header .right:before,
    676676.edit-attachment-frame .edit-media-header .left:before {
    677         font: normal 20px/50px 'dashicons' !important;
     677        font: normal 20px/50px 'dashicons';
    678678        display: inline;
    679679        font-weight: 300;
    680680}
     
    11571157
    11581158        .edit-attachment-frame .edit-media-header .right:before,
    11591159        .edit-attachment-frame .edit-media-header .left:before {
    1160                 line-height: 40px !important;
     1160                line-height: 40px;
    11611161        }
    11621162
    11631163        .edit-attachment-frame .edit-media-header .left {
  • src/wp-admin/css/nav-menus.css

     
    563563.menu-item-depth-10 .menu-item-transport { margin-left: -300px; }
    564564.menu-item-depth-11 .menu-item-transport { margin-left: -330px; }
    565565
    566 body.menu-max-depth-0 { min-width: 950px !important; }
    567 body.menu-max-depth-1 { min-width: 980px !important; }
    568 body.menu-max-depth-2 { min-width: 1010px !important; }
    569 body.menu-max-depth-3 { min-width: 1040px !important; }
    570 body.menu-max-depth-4 { min-width: 1070px !important; }
    571 body.menu-max-depth-5 { min-width: 1100px !important; }
    572 body.menu-max-depth-6 { min-width: 1130px !important; }
    573 body.menu-max-depth-7 { min-width: 1160px !important; }
    574 body.menu-max-depth-8 { min-width: 1190px !important; }
    575 body.menu-max-depth-9 { min-width: 1220px !important; }
    576 body.menu-max-depth-10 { min-width: 1250px !important; }
    577 body.menu-max-depth-11 { min-width: 1280px !important; }
     566body.menu-max-depth-0 { min-width: 950px; }
     567body.menu-max-depth-1 { min-width: 980px; }
     568body.menu-max-depth-2 { min-width: 1010px; }
     569body.menu-max-depth-3 { min-width: 1040px; }
     570body.menu-max-depth-4 { min-width: 1070px; }
     571body.menu-max-depth-5 { min-width: 1100px; }
     572body.menu-max-depth-6 { min-width: 1130px; }
     573body.menu-max-depth-7 { min-width: 1160px; }
     574body.menu-max-depth-8 { min-width: 1190px; }
     575body.menu-max-depth-9 { min-width: 1220px; }
     576body.menu-max-depth-10 { min-width: 1250px; }
     577body.menu-max-depth-11 { min-width: 1280px; }
    578578
    579579/* Menu item controls */
    580580.item-type {
     
    611611        display: block;
    612612        width: 30px;
    613613        height: 40px;
    614         margin-right: 0 !important;
     614        margin-right: 0;
    615615        text-indent: 100%;
    616616        outline: none;
    617617        overflow: hidden;
     
    762762
    763763@media screen and ( max-width: 782px ) {
    764764        body.nav-menus-php {
    765                 min-width: 0 !important;
     765                min-width: 0;
    766766        }
    767767
    768768        #nav-menus-frame {
  • src/wp-admin/css/press-this-editor.css

     
    8484}
    8585@media (max-width: 900px) {
    8686        body#tinymce {
    87                 padding-top: 30px !important;
     87                padding-top: 30px;
    8888        }
    8989}
    9090@media (max-width: 640px) {
     
    100100
    101101#tinymce b,
    102102#tinymce strong {
    103         /* overrides TinyMCE's !important. Woohoo. */
    104         font-weight: 700 !important;
     103        /* overrides TinyMCE's. Woohoo. */
     104        font-weight: 700;
    105105}
    106106
    107107blockquote {
  • src/wp-admin/css/revisions.css

     
    336336}
    337337
    338338.revisions.pinned .revisions-tooltip {
    339         display: none !important;
     339        display: none;
    340340}
    341341
    342342.comparing-two-revisions .revisions-tooltip {
     
    495495
    496496.wp-slider .ui-slider-handle.from-handle:before,
    497497.wp-slider .ui-slider-handle.to-handle:before {
    498         font-size: 20px !important;
     498        font-size: 20px;
    499499        margin: -1px 0 0 -1px;
    500500}
    501501
  • src/wp-admin/css/themes.css

     
    441441}
    442442
    443443.theme-overlay .theme-header .close:before {
    444         font: normal 22px/50px 'dashicons' !important;
     444        font: normal 22px/50px 'dashicons';
    445445        color: #777;
    446446        display: inline-block;
    447447        content: '\f335';
     
    499499
    500500.theme-overlay .theme-header .right:before,
    501501.theme-overlay .theme-header .left:before {
    502         font: normal 20px/50px 'dashicons' !important;
     502        font: normal 20px/50px 'dashicons';
    503503        display: inline;
    504504        font-weight: 300;
    505505}
     
    10821082        content: '\f147';
    10831083}
    10841084.theme-browser .theme.is-installed .theme-actions .button-primary {
    1085         display: none !important;
     1085        display: none;
    10861086}
    10871087
    10881088.theme-install-php .wp-filter {
     
    11531153        display: block;
    11541154}
    11551155body.show-upload-theme p.no-themes {
    1156         display: none !important;
     1156        display: none;
    11571157}
    11581158
    11591159.theme-install-php .add-new-theme {
    1160         display: none !important;
     1160        display: none;
    11611161}
    11621162
    11631163@media only screen and (max-width: 1120px) {
     
    13181318
    13191319.wp-full-overlay.collapsed,
    13201320.wp-full-overlay.expanded .wp-full-overlay-sidebar {
    1321         margin-left: 0 !important;
     1321        margin-left: 0;
    13221322}
    13231323
    13241324.wp-full-overlay.expanded {
     
    14761476        color: #656a6f;
    14771477        outline: 0;
    14781478        line-height: 1;
    1479         background-color: transparent !important;
    1480         border: none !important;
    1481         -webkit-box-shadow: none !important;
    1482         box-shadow: none !important;
    1483         -webkit-border-radius: 0 !important;
    1484         border-radius: 0 !important;
     1479        background-color: transparent;
     1480        border: none;
     1481        -webkit-box-shadow: none;
     1482        box-shadow: none;
     1483        -webkit-border-radius: 0;
     1484        border-radius: 0;
    14851485}
    14861486
    14871487.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
  • src/wp-admin/css/widgets.css

     
    543543        }
    544544
    545545        div.widget {
    546                 margin: 0 auto 10px !important;
     546                margin: 0 auto 10px;
    547547                max-width: 480px;
    548548        }
    549549}
  • src/wp-admin/js/svg-painter.js

     
    233233                                }
    234234                        }
    235235
    236                         $element.attr( 'style', 'background-image: url("data:image/svg+xml;base64,' + xml + '") !important;' );
     236                        $element.attr( 'style', 'background-image: url("data:image/svg+xml;base64,' + xml + '");' );
    237237                }
    238238        };
    239239
  • src/wp-content/themes/twentyeleven/colors/dark.css

     
    590590@media print {
    591591        body {
    592592                color: #333;
    593                 background: none !important;
     593                background: none;
    594594        }
    595595        #page {
    596                 background: none !important;
     596                background: none;
    597597        }
    598598
    599599        /* Comments */
     
    608608                color: #959595;
    609609        }
    610610        .commentlist > li:before {
    611                 content: none !important;
     611                content: none;
    612612        }
    613613
    614614        /* Post Author threaded comments */
  • src/wp-content/themes/twentyeleven/editor-style.css

     
    101101}
    102102.mceContentBody blockquote,
    103103.mceContentBody blockquote p {
    104         font-family: Georgia, "Bitstream Charter", serif !important;
    105         font-style: italic !important;
     104        font-family: Georgia, "Bitstream Charter", serif;
     105        font-style: italic;
    106106        font-weight: normal;
    107107        margin: 0 3em;
    108108}
     
    213213
    214214/* Tables */
    215215table {
    216         border: none !important;
    217         border-bottom: 1px solid #ddd !important;
     216        border: none;
     217        border-bottom: 1px solid #ddd;
    218218        border-collapse: collapse;
    219219        border-spacing: 0;
    220220        text-align: left;
     
    222222        width: 100%;
    223223}
    224224tr th {
    225         border: none !important;
     225        border: none;
    226226        color: #666;
    227227        font-size: 10px;
    228228        font-weight: 500;
     
    231231        text-transform: uppercase;
    232232}
    233233td {
    234         border: none !important;
    235         border-top: 1px solid #ddd !important;
     234        border: none;
     235        border-top: 1px solid #ddd;
    236236        padding: 6px 10px 6px 0;
    237237}
    238238
     
    273273}
    274274.wp-caption img {
    275275        display: block;
    276         margin: 5px auto 0 !important;
     276        margin: 5px auto 0;
    277277        max-width: 98%;
    278278        border-color: #eee;
    279279}
     
    280280.wp-caption .wp-caption-text,
    281281.wp-caption-dd {
    282282        color: #666;
    283         font-family: Georgia, serif !important;
     283        font-family: Georgia, serif;
    284284        font-size: 12px;
    285         margin: 0 0 0.6em 0 !important;
     285        margin: 0 0 0.6em 0;
    286286        padding: 0 0 5px 40px;
    287287        position: relative;
    288288        text-align: left;
  • src/wp-content/themes/twentyeleven/rtl.css

     
    531531        /* Talking avatars take up too much room at this size */
    532532        .commentlist > li.comment,
    533533        .commentlist > li.pingback {
    534                 margin-right: 0 !important;
     534                margin-right: 0;
    535535        }
    536536        .commentlist .children .avatar {
    537537                left: auto;
  • src/wp-content/themes/twentyeleven/style.css

     
    495495/* Assistive text */
    496496.assistive-text,
    497497.screen-reader-text {
    498         position: absolute !important;
     498        position: absolute;
    499499        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    500500        clip: rect(1px, 1px, 1px, 1px);
    501501        overflow: hidden;
     
    509509        background: #eee;
    510510        border-bottom: 1px solid #ddd;
    511511        color: #1982d1;
    512         clip: auto !important;
     512        clip: auto;
    513513        font-size: 12px;
    514514        height: auto;
    515515        position: absolute;
     
    736736.blog .sticky .entry-header .entry-meta {
    737737        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    738738        clip: rect(1px, 1px, 1px, 1px);
    739         position: absolute !important;
     739        position: absolute;
    740740}
    741741.entry-title,
    742742.entry-header .entry-meta {
     
    995995        max-width: 100%;
    996996}
    997997.entry-content .twitter-tweet-rendered {
    998         max-width: 100% !important; /* Override the Twitter embed fixed width */
     998        max-width: 100%; /* Override the Twitter embed fixed width */
    999999}
    10001000
    10011001/* Password Protected Posts */
     
    14371437section.featured-post .entry-meta {
    14381438        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    14391439        clip: rect(1px, 1px, 1px, 1px);
    1440         position: absolute !important;
     1440        position: absolute;
    14411441}
    14421442
    14431443/* Small featured post */
     
    24882488        }
    24892489        /* Make sure the logo and search form don't collide */
    24902490        #branding #searchform {
    2491                 top: 1.625em !important;
     2491                top: 1.625em;
    24922492        }
    24932493        /* Floated content doesn't work well at this size */
    24942494        .alignleft,
     
    25172517        /* Talking avatars take up too much room at this size */
    25182518        .commentlist > li.comment,
    25192519        .commentlist > li.pingback {
    2520                 margin-left: 0 !important;
     2520                margin-left: 0;
    25212521        }
    25222522        .commentlist .avatar {
    25232523                background: transparent;
     
    25772577
    25782578@media print {
    25792579        body {
    2580                 background: none !important;
     2580                background: none;
    25812581                font-size: 10pt;
    25822582        }
    25832583        footer.entry-meta a[rel=bookmark]:link:after,
     
    25852585                content: " [" attr(href) "] "; /* Show URLs */
    25862586        }
    25872587        #page {
    2588                 clear: both !important;
    2589                 display: block !important;
    2590                 float: none !important;
     2588                clear: both;
     2589                display: block;
     2590                float: none;
    25912591                max-width: 100%;
    2592                 position: relative !important;
     2592                position: relative;
    25932593        }
    25942594        #branding {
    2595                 border-top: none !important;
     2595                border-top: none;
    25962596                padding: 0;
    25972597        }
    25982598        #branding hgroup {
  • src/wp-content/themes/twentyfifteen/css/ie.css

     
    303303}
    304304
    305305.sidebar {
    306         position: static !important;
     306        position: static;
    307307}
    308308
    309309.widget-area {
  • src/wp-content/themes/twentyfifteen/style.css

     
    10161016
    10171017/* reset screen-reader-text */
    10181018.pagination .current .screen-reader-text {
    1019         position: static !important;
     1019        position: static;
    10201020}
    10211021
    10221022.pagination .page-numbers {
     
    11671167        clip: rect(1px, 1px, 1px, 1px);
    11681168        height: 1px;
    11691169        overflow: hidden;
    1170         position: absolute !important;
     1170        position: absolute;
    11711171        width: 1px;
    11721172}
    11731173
     
    28402840
    28412841        /* restore screen-reader-text */
    28422842        .pagination .current .screen-reader-text {
    2843                 position: absolute !important;
     2843                position: absolute;
    28442844        }
    28452845
    28462846        .pagination .page-numbers {
     
    58525852
    58535853@media print {
    58545854        body {
    5855                 background: none !important; /* Brute force since user agents all print differently. */
     5855                background: none; /* Brute force since user agents all print differently. */
    58565856                font-size: 11.25pt;
    58575857        }
    58585858
     
    58815881        .page-content,
    58825882        .comments-area,
    58835883        .widecolumn {
    5884                 background: none !important; /* Make sure color schemes dont't affect to print */
     5884                background: none; /* Make sure color schemes dont't affect to print */
    58855885        }
    58865886
    58875887        body,
     
    59085908        .site-info a,
    59095909        .wp-caption-text,
    59105910        .gallery-caption {
    5911                 color: #000 !important; /* Make sure color schemes don't affect to print */
     5911                color: #000; /* Make sure color schemes don't affect to print */
    59125912        }
    59135913
    59145914        pre,
     
    59275927        .comment-list .pingback,
    59285928        .comment-list .trackback,
    59295929        .no-comments {
    5930                 border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
     5930                border-color: #eaeaea; /* Make sure color schemes don't affect to print */
    59315931        }
    59325932
    59335933        .site {
     
    59355935        }
    59365936
    59375937        .sidebar {
    5938                 position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
     5938                position: relative; /* Make sure sticky sidebar doesn't affect to print */
    59395939        }
    59405940
    59415941        .site-branding {
     
    59595959        }
    59605960
    59615961        .sticky-post {
    5962                 background: #000 !important;
    5963                 color: #fff !important;
     5962                background: #000;
     5963                color: #fff;
    59645964        }
    59655965
    59665966        .entry-header,
  • src/wp-content/themes/twentyfourteen/style.css

     
    717717.screen-reader-text {
    718718        clip: rect(1px, 1px, 1px, 1px);
    719719        overflow: hidden;
    720         position: absolute !important;
     720        position: absolute;
    721721        height: 1px;
    722722        width: 1px;
    723723}
     
    41724172
    41734173@media print {
    41744174        body {
    4175                 background: none !important; /* Brute force since user agents all print differently. */
     4175                background: none; /* Brute force since user agents all print differently. */
    41764176                color: #2b2b2b;
    41774177                font-size: 12pt;
    41784178        }
  • src/wp-content/themes/twentyten/editor-style.css

     
    214214        font-size: 0.9em;
    215215}
    216216table {
    217         border: 1px solid #e7e7e7 !important;
     217        border: 1px solid #e7e7e7;
    218218        border-collapse: collapse;
    219219        border-spacing: 0;
    220220        margin: 0 -1px 24px 0;
     
    223223}
    224224tr th,
    225225thead th {
    226         border: none !important;
     226        border: none;
    227227        color: #888;
    228228        font-size: 12px;
    229229        font-weight: bold;
     
    231231        padding: 9px 24px;
    232232}
    233233tr td {
    234         border: none !important;
    235         border-top: 1px solid #e7e7e7 !important;
     234        border: none;
     235        border-top: 1px solid #e7e7e7;
    236236        padding: 6px 24px;
    237237}
    238238img {
     
    282282        font-size: 12px;
    283283        line-height: 18px;
    284284        margin-bottom: 20px;
    285         max-width: 632px !important; /* prevent too-wide images from breaking layout */
     285        max-width: 632px; /* prevent too-wide images from breaking layout */
    286286        padding: 4px;
    287287        text-align: center;
    288288}
  • src/wp-content/themes/twentyten/style.css

     
    339339.screen-reader-text {
    340340        clip: rect(1px, 1px, 1px, 1px);
    341341        overflow: hidden;
    342         position: absolute !important;
     342        position: absolute;
    343343        height: 1px;
    344344        width: 1px;
    345345}
     
    837837        background: #f1f1f1;
    838838        line-height: 18px;
    839839        margin-bottom: 20px;
    840         max-width: 632px !important; /* prevent too-wide images from breaking layout */
     840        max-width: 632px; /* prevent too-wide images from breaking layout */
    841841        padding: 4px;
    842842        text-align: center;
    843843}
     
    13061306
    13071307@media print {
    13081308        body {
    1309                 background: none !important;
     1309                background: none;
    13101310        }
    13111311        #wrapper {
    1312                 clear: both !important;
    1313                 display: block !important;
    1314                 float: none !important;
    1315                 position: relative !important;
     1312                clear: both;
     1313                display: block;
     1314                float: none;
     1315                position: relative;
    13161316        }
    13171317        #header {
    13181318                border-bottom: 2pt solid #000;
     
    13461346        .navigation,
    13471347        .page-link,
    13481348        .widget-area {
    1349                 display: none !important;
     1349                display: none;
    13501350        }
    13511351        #container,
    13521352        #header,
  • src/wp-content/themes/twentythirteen/inc/custom-header.php

     
    179179        <?php if ( ! display_header_text() ) : ?>
    180180        #headimg h1,
    181181        #headimg h2 {
    182                 position: absolute !important;
     182                position: absolute;
    183183                clip: rect(1px 1px 1px 1px); /* IE7 */
    184184                clip: rect(1px, 1px, 1px, 1px);
    185185        }
  • src/wp-content/themes/twentythirteen/style.css

     
    540540.screen-reader-text {
    541541        clip: rect(1px, 1px, 1px, 1px);
    542542        overflow: hidden;
    543         position: absolute !important;
     543        position: absolute;
    544544        height: 1px;
    545545        width: 1px;
    546546}
     
    549549        background-color: #f1f1f1;
    550550        border-radius: 3px;
    551551        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    552         clip: auto !important;
     552        clip: auto;
    553553        color: #21759b;
    554554        display: block;
    555555        font-size: 14px;
     
    694694
    695695/* Override the Twitter embed fixed width. */
    696696.entry-content .twitter-tweet-rendered {
    697         max-width: 100% !important;
     697        max-width: 100%;
    698698}
    699699
    700700/* Images */
     
    14521452}
    14531453
    14541454.format-audio .wp-audio-shortcode {
    1455         height: 30px !important; /* Override mediaelement.js style */
     1455        height: 30px; /* Override mediaelement.js style */
    14561456        margin: 20px 0;
    1457         max-width: 400px !important; /* Override mediaelement.js style */
     1457        max-width: 400px; /* Override mediaelement.js style */
    14581458}
    14591459
    14601460.format-audio audio {
    1461         max-width: 100% !important; /* Avoid player width overflow. */
     1461        max-width: 100%; /* Avoid player width overflow. */
    14621462}
    14631463
    14641464/* Chat */
     
    31223122
    31233123@media print {
    31243124        body {
    3125                 background: none !important;
     3125                background: none;
    31263126                color: #000;
    31273127                font-size: 10pt;
    31283128        }
     
    31373137        }
    31383138
    31393139        .site-header {
    3140                 background-image: none !important;
     3140                background-image: none;
    31413141        }
    31423142
    31433143        .site-header .home-link {
  • src/wp-content/themes/twentytwelve/css/ie.css

     
    7373.main-navigation div.nav-menu > ul {
    7474        border-bottom: 1px solid #ededed;
    7575        border-top: 1px solid #ededed;
    76         display: inline-block !important;
     76        display: inline-block;
    7777        text-align: left;
    7878        width: 100%;
    7979}
     
    188188        clear: both;
    189189}
    190190.template-front-page .widget {
    191         width: 100% !important;
     191        width: 100%;
    192192        border: none;
    193193}
    194194.template-front-page .widget-area .widget,
  • src/wp-content/themes/twentytwelve/editor-style.css

     
    129129        font-size: 128.571429%;
    130130}
    131131.mceContentBody blockquote {
    132         font-style: italic !important;
     132        font-style: italic;
    133133        font-weight: normal;
    134134        margin: 0;
    135135        padding: 24px;
     
    277277        text-transform: uppercase;
    278278}
    279279td {
    280         border-top: 1px solid #ededed !important;
     280        border-top: 1px solid #ededed;
    281281        color: #757575;
    282282        font-size: inherit;
    283283        font-weight: normal;
  • src/wp-content/themes/twentytwelve/inc/custom-header.php

     
    125125                text-decoration: none;
    126126        }
    127127        #headimg h1 a:hover {
    128                 color: #21759b !important; /* Has to override custom inline style. */
     128                color: #21759b; /* Has to override custom inline style. */
    129129        }
    130130        #headimg h2 {
    131131                color: #757575;
  • src/wp-content/themes/twentytwelve/style.css

     
    341341        max-width: 100%;
    342342}
    343343.entry-content .twitter-tweet-rendered {
    344         max-width: 100% !important; /* Override the Twitter embed fixed width */
     344        max-width: 100%; /* Override the Twitter embed fixed width */
    345345}
    346346
    347347/* Images */
     
    504504/* Assistive text */
    505505.assistive-text,
    506506.site .screen-reader-text {
    507         position: absolute !important;
     507        position: absolute;
    508508        clip: rect(1px, 1px, 1px, 1px);
    509509        overflow: hidden;
    510510        height: 1px;
     
    517517        background: #fff;
    518518        border: 2px solid #333;
    519519        border-radius: 3px;
    520         clip: auto !important;
     520        clip: auto;
    521521        color: #000;
    522522        display: block;
    523523        font-size: 12px;
     
    15131513        .main-navigation div.nav-menu > ul {
    15141514                border-bottom: 1px solid #ededed;
    15151515                border-top: 1px solid #ededed;
    1516                 display: inline-block !important;
     1516                display: inline-block;
    15171517                text-align: left;
    15181518                width: 100%;
    15191519        }
     
    16771677
    16781678@media print {
    16791679        body {
    1680                 background: none !important;
     1680                background: none;
    16811681                color: #000;
    16821682                font-size: 10pt;
    16831683        }
     
    16961696                box-shadow: none;
    16971697        }
    16981698        .site {
    1699                 clear: both !important;
    1700                 display: block !important;
    1701                 float: none !important;
     1699                clear: both;
     1700                display: block;
     1701                float: none;
    17021702                max-width: 100%;
    1703                 position: relative !important;
     1703                position: relative;
    17041704        }
    17051705        .site-header {
    17061706                margin-bottom: 72px;
  • src/wp-includes/admin-bar.php

     
    838838 */
    839839function _admin_bar_bump_cb() { ?>
    840840<style type="text/css" media="screen">
    841         html { margin-top: 32px !important; }
    842         * html body { margin-top: 32px !important; }
     841        html { margin-top: 32px; }
     842        * html body { margin-top: 32px; }
    843843        @media screen and ( max-width: 782px ) {
    844                 html { margin-top: 46px !important; }
    845                 * html body { margin-top: 46px !important; }
     844                html { margin-top: 46px; }
     845                * html body { margin-top: 46px; }
    846846        }
    847847</style>
    848848<?php
  • src/wp-includes/css/admin-bar.css

     
    231231        padding: 4px 0;
    232232        -webkit-font-smoothing: antialiased;
    233233        -moz-osx-font-smoothing: grayscale;
    234         background-image: none !important;
     234        background-image: none;
    235235        margin-right: 6px;
    236236}
    237237
     
    492492 */
    493493#wpadminbar .quicklinks li .blavatar {
    494494        float: left;
    495         font: normal 16px/1 'dashicons' !important;
     495        font: normal 16px/1 'dashicons';
    496496        speak: none;
    497497        -webkit-font-smoothing: antialiased;
    498498        -moz-osx-font-smoothing: grayscale;
     
    598598        top: 6px;
    599599        left: 5px;
    600600        z-index: 20;
    601         font: normal 20px/1 'dashicons' !important;
     601        font: normal 20px/1 'dashicons';
    602602        content: '\f179';
    603603        speak: none;
    604604        -webkit-font-smoothing: antialiased;
     
    761761.no-font-face #wpadminbar .ab-icon:before,
    762762.no-font-face #wpadminbar a.ab-item:before,
    763763.no-font-face #wpadminbar #wp-admin-bar-wp-logo > .ab-item {
    764         display: none !important;
     764        display: none;
    765765}
    766766
    767767.no-font-face #wpadminbar ul.ab-top-menu > li > a > span.ab-label {
     
    769769}
    770770
    771771.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon {
    772         display: inline !important;
     772        display: inline;
    773773}
    774774
    775775.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before {
    776776        content: "Menu";
    777         font: 14px/45px sans-serif !important;
    778         display: inline-block !important;
     777        font: 14px/45px sans-serif;
     778        display: inline-block;
    779779        color: #fff;
    780780}
    781781
     
    813813        }
    814814
    815815        #wpadminbar .ab-icon {
    816                 font: 40px/1 dashicons !important;
     816                font: 40px/1 dashicons;
    817817                margin: 0;
    818818                padding: 0;
    819819                width: 52px;
     
    876876        }
    877877
    878878        #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    879                 font: 28px/1 'dashicons' !important;
     879                font: 28px/1 'dashicons';
    880880                top: -3px;
    881881        }
    882882
     
    940940        #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    941941                top: 0;
    942942                line-height: 53px;
    943                 height: 46px !important;
     943                height: 46px;
    944944                text-align: center;
    945945                width: 52px;
    946946                display: block;
     
    10101010        }
    10111011
    10121012        #wpadminbar #wp-admin-bar-user-info .username {
    1013                 line-height: 0.8 !important;
     1013                line-height: 0.8;
    10141014                margin-bottom: -2px;
    10151015        }
    10161016
  • src/wp-includes/css/buttons.css

     
    199199.wp-core-ui .button-secondary:disabled,
    200200.wp-core-ui .button-secondary.disabled,
    201201.wp-core-ui .button-disabled {
    202         color: #a0a5aa !important;
    203         border-color: #ddd !important;
    204         background: #f7f7f7 !important;
    205         -webkit-box-shadow: none !important;
    206         box-shadow: none !important;
    207         text-shadow: 0 1px 0 #fff !important;
     202        color: #a0a5aa;
     203        border-color: #ddd;
     204        background: #f7f7f7;
     205        -webkit-box-shadow: none;
     206        box-shadow: none;
     207        text-shadow: 0 1px 0 #fff;
    208208        cursor: default;
    209209}
    210210
     
    261261.wp-core-ui .button-primary:disabled,
    262262.wp-core-ui .button-primary-disabled,
    263263.wp-core-ui .button-primary.disabled {
    264         color: #94cde7 !important;
    265         background: #298cba !important;
    266         border-color: #1b607f !important;
    267         -webkit-box-shadow: none !important;
    268         box-shadow: none !important;
    269         text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
     264        color: #94cde7;
     265        background: #298cba;
     266        border-color: #1b607f;
     267        -webkit-box-shadow: none;
     268        box-shadow: none;
     269        text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 );
    270270        cursor: default;
    271271}
    272272
  • src/wp-includes/css/editor.css

     
    117117}
    118118
    119119.mce-window .mce-wp-help > .mce-container-body {
    120         width: auto !important;
     120        width: auto;
    121121}
    122122
    123123.mce-window .wp-editor-help {
  • src/wp-includes/css/jquery-ui-dialog.css

     
    6464/* Interaction Cues
    6565----------------------------------*/
    6666.ui-state-disabled {
    67         cursor: default !important;
     67        cursor: default;
    6868}
    6969
    7070
     
    244244
    245245.ui-button[disabled],
    246246.ui-button:disabled {
    247         color: #a0a5aa !important;
    248         border-color: #ddd !important;
    249         background: #f7f7f7 !important;
    250         -webkit-box-shadow: none !important;
    251         box-shadow: none !important;
    252         text-shadow: 0 1px 0 #fff !important;
     247        color: #a0a5aa;
     248        border-color: #ddd;
     249        background: #f7f7f7;
     250        -webkit-box-shadow: none;
     251        box-shadow: none;
     252        text-shadow: 0 1px 0 #fff;
    253253        cursor: default;
    254254}
    255255
  • src/wp-includes/css/media-views.css

     
    467467.sidebar-for-errors .compat-item,
    468468.sidebar-for-errors .media-sidebar .media-progress-bar,
    469469.sidebar-for-errors .upload-details {
    470         display: none !important;
     470        display: none;
    471471}
    472472
    473473/**
     
    10881088}
    10891089
    10901090.uploader-inline .close:before {
    1091         font: normal 30px/50px 'dashicons' !important;
     1091        font: normal 30px/50px 'dashicons';
    10921092        color: #777;
    10931093        display: inline-block;
    10941094        content: '\f335';
     
    13381338}
    13391339
    13401340.uploader-inline .browser {
    1341         display: inline-block !important;
     1341        display: inline-block;
    13421342}
    13431343
    13441344/**
     
    16781678}
    16791679
    16801680.media-modal .imgedit-wait {
    1681         height: auto !important;
     1681        height: auto;
    16821682        right: 0;
    16831683        bottom: 0;
    16841684        left: 0;
  • src/wp-includes/css/wp-auth-check.css

     
    7272
    7373#wp-auth-check-wrap .wp-auth-check-close:before {
    7474        content: '\f158';
    75         display: block !important;
     75        display: block;
    7676        font: normal 20px/1 'dashicons';
    7777        speak: none;
    7878        height: 22px;
     
    8080        text-align: center;
    8181        width: 22px;
    8282        color: #777;
    83         -webkit-font-smoothing: antialiased !important;
     83        -webkit-font-smoothing: antialiased;
    8484        -moz-osx-font-smoothing: grayscale;
    8585}
    8686
  • src/wp-includes/css/wp-pointer.css

     
    6363        background: none;
    6464        color: #b4b9be;
    6565        content: '\f153';
    66         display: block !important;
     66        display: block;
    6767        font: normal 16px/1 'dashicons';
    6868        speak: none;
    6969        margin: 1px 0;
    7070        text-align: center;
    71         -webkit-font-smoothing: antialiased !important;
     71        -webkit-font-smoothing: antialiased;
    7272        width: 10px;
    7373        height: 100%;
    7474        position: absolute;
  • src/wp-includes/js/mediaelement/wp-mediaelement.css

     
    7474}
    7575
    7676.me-cannotplay {
    77         width: auto !important;
     77        width: auto;
    7878}
    7979
    8080.media-embed-details .wp-audio-shortcode {
  • src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

     
    2020        color: #333;
    2121        margin: 9px 10px;
    2222        max-width: 100%;
    23         -webkit-font-smoothing: antialiased !important;
     23        -webkit-font-smoothing: antialiased;
    2424        overflow-wrap: break-word;
    2525        word-wrap: break-word; /* Old syntax */
    2626        word-break: break-word; /* iOS */
     
    3535}
    3636
    3737body.wp-autoresize {
    38         overflow: visible !important;
     38        overflow: visible;
    3939        /* The padding ensures margins of the children are contained in the body. */
    40         padding-top: 1px !important;
    41         padding-bottom: 1px !important;
    42         padding-left: 0 !important;
    43         padding-right: 0 !important;
     40        padding-top: 1px;
     41        padding-bottom: 1px;
     42        padding-left: 0;
     43        padding-right: 0;
    4444}
    4545
    4646/* When font-weight is different than the default browser style,
     
    4747Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */
    4848body.webkit strong,
    4949body.webkit b {
    50         font-weight: bold !important;
     50        font-weight: bold;
    5151}
    5252
    5353pre {
     
    6262
    6363/* For emoji replacement images */
    6464img.emoji {
    65         display: inline !important;
    66         border: none !important;
    67         height: 1em !important;
    68         width: 1em !important;
    69         margin: 0 .07em !important;
    70         vertical-align: -0.1em !important;
    71         background: none !important;
    72         padding: 0 !important;
    73         -webkit-box-shadow: none !important;
    74         box-shadow: none !important;
     65        display: inline;
     66        border: none;
     67        height: 1em;
     68        width: 1em;
     69        margin: 0 .07em;
     70        vertical-align: -0.1em;
     71        background: none;
     72        padding: 0;
     73        -webkit-box-shadow: none;
     74        box-shadow: none;
    7575}
    7676
    7777.mceIEcenter {
     
    9090
    9191/* iOS does not obey max-width if width is set. */
    9292.ios .wp-caption {
    93         width: auto !important;
     93        width: auto;
    9494}
    9595
    9696.wp-caption img {