Make WordPress Core

Changeset 60885


Ignore:
Timestamp:
09/30/2025 11:49:04 PM (7 weeks ago)
Author:
joedolson
Message:

General: A11y: Remove obsolete speak and aural CSS.

Remove instances of speak: never and @media aural, which are deprecated and/or non-standard CSS. These never had any broad browser support, but generated content alternatives do. See #40428.

Props krokodok, audrasjb, joedolson.
Fixes #63603.

Location:
trunk/src
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/vendor/thickbox/thickbox.css

    r49309 r60885  
    135135
    136136.tb-close-icon:before {
    137     content: "\f158";
     137    content: "\f158" / '';
    138138    font: normal 20px/29px dashicons;
    139     speak: never;
    140139    -webkit-font-smoothing: antialiased;
    141140    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-admin/css/admin-menu.css

    r59879 r60885  
    504504
    505505#collapse-button .collapse-button-icon:after {
    506     content: "\f148";
     506    content: "\f148" / '';
    507507    display: block;
    508508    position: relative;
     
    510510    text-align: center;
    511511    font: normal 20px/1 dashicons !important;
    512     speak: never;
    513512    -webkit-font-smoothing: antialiased;
    514513    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-admin/css/colors/_admin.scss

    r59656 r60885  
    6969
    7070input[type=checkbox]:checked::before {
    71     content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27#{url-friendly-colour(variables.$form-checked)}%27%2F%3E%3C%2Fsvg%3E");
     71    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27#{url-friendly-colour(variables.$form-checked)}%27%2F%3E%3C%2Fsvg%3E") / '';
    7272}
    7373
  • trunk/src/wp-admin/css/common.css

    r60705 r60885  
    560560
    561561.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
    562     content: "\f142";
     562    content: "\f142" / '';
    563563}
    564564
     
    806806    background: none;
    807807    color: #787c82;
    808     content: "\f153";
     808    content: "\f153" / '';
    809809    display: block;
    810810    font: normal 16px/20px dashicons;
    811     speak: never;
    812811    height: 20px;
    813812    text-align: center;
     
    11341133
    11351134.wp-filter .drawer-toggle:before {
    1136     content: "\f111";
     1135    content: "\f111" / '';
    11371136    margin: 0 5px 0 0;
    11381137    color: #646970;
     
    15261525#plugin-information-footer .update-now:not(.button-disabled):before {
    15271526    color: #d63638;
    1528     content: "\f463";
     1527    content: "\f463" / '';
    15291528    display: inline-block;
    15301529    font: normal 20px/1 dashicons;
    15311530    margin: -3px 5px 0 -2px;
    1532     speak: never;
    15331531    -webkit-font-smoothing: antialiased;
    15341532    -moz-osx-font-smoothing: grayscale;
     
    15891587.button.activating-message:before {
    15901588    color: #d63638;
    1591     content: "\f463";
     1589    content: "\f463" / '';
    15921590}
    15931591
     
    16251623.button.activated-message:before {
    16261624    color: #68de7c;
    1627     content: "\f147";
     1625    content: "\f147" / '';
    16281626}
    16291627
     
    16311629.update-message.notice-error p:before {
    16321630    color: #d63638;
    1633     content: "\f534";
     1631    content: "\f534" / '';
    16341632}
    16351633
     
    17511749    transition-duration: .05s;
    17521750    transition-timing-function: ease-in-out;
    1753 }
    1754 
    1755 @media aural {
    1756     .wrap .notice p:before,
    1757     .button.installing:before,
    1758     .button.installed:before,
    1759     .update-message p:before {
    1760         speak: never;
    1761     }
    17621751}
    17631752
     
    18491838#screen-meta-links .show-settings:after {
    18501839    right: 0;
    1851     content: "\f140";
     1840    content: "\f140" / '';
    18521841    font: normal 20px/1 dashicons;
    1853     speak: never;
    18541842    display: inline-block;
    18551843    padding: 0 5px 0 0;
     
    18631851
    18641852#screen-meta-links .screen-meta-active:after {
    1865     content: "\f142";
     1853    content: "\f142" / '';
    18661854}
    18671855
     
    26842672
    26852673.star-rating .star-full:before {
    2686     content: "\f155";
     2674    content: "\f155" / '';
    26872675}
    26882676
    26892677.star-rating .star-half:before {
    2690     content: "\f459";
     2678    content: "\f459" / '';
    26912679}
    26922680
     
    26962684
    26972685.star-rating .star-empty:before {
    2698     content: "\f154";
     2686    content: "\f154" / '';
    26992687}
    27002688
     
    31873175
    31883176.plugin-details-modal #TB_closeWindowButton:after {
    3189     content: "\f335";
     3177    content: "\f335" / '';
    31903178    font: normal 32px/29px 'dashicons';
    3191     speak: never;
    31923179    -webkit-font-smoothing: antialiased;
    31933180    -moz-osx-font-smoothing: grayscale;
     
    32143201.bulk-action-notice .toggle-indicator::before,
    32153202.privacy-text-box .toggle-indicator::before {
    3216     content: "\f142";
     3203    content: "\f142" / '';
    32173204    display: inline-block;
    32183205    font: normal 20px/1 dashicons;
    3219     speak: never;
    32203206    -webkit-font-smoothing: antialiased;
    32213207    -moz-osx-font-smoothing: grayscale;
     
    32273213.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
    32283214.privacy-text-box.closed .toggle-indicator::before {
    3229     content: "\f140";
     3215    content: "\f140" / '';
    32303216}
    32313217
    32323218.postbox .handle-order-higher .order-higher-indicator::before {
    3233     content: "\f343";
     3219    content: "\f343" / '';
    32343220    color: inherit;
    32353221}
    32363222
    32373223.postbox .handle-order-lower .order-lower-indicator::before {
    3238     content: "\f347";
     3224    content: "\f347" / '';
    32393225    color: inherit;
    32403226}
     
    33593345}
    33603346[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after {
    3361     content: "\f139";
     3347    content: "\f139" / '';
    33623348}
    33633349[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after {
    3364     content: "\f140";
     3350    content: "\f140" / '';
    33653351}
    33663352[role="treeitem"] .folder-label {
     
    35773563.wp-customizer .accordion-section-title:after,
    35783564.widget-top .widget-action .toggle-indicator:before {
    3579     content: "\f140";
     3565    content: "\f140" / '';
    35803566    font: normal 20px/1 dashicons;
    3581     speak: never;
    35823567    display: block;
    35833568    -webkit-font-smoothing: antialiased;
     
    36263611.widget.open .widget-top .widget-action .toggle-indicator:before,
    36273612.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
    3628     content: "\f142";
     3613    content: "\f142" / '';
    36293614}
    36303615
  • trunk/src/wp-admin/css/customize-controls.css

    r60806 r60885  
    851851            color .15s ease-in-out,
    852852            border-color .15s ease-in-out,
    853             background .15s ease-in-out;   
     853            background .15s ease-in-out;
    854854    }
    855855}
     
    13601360    content: "\f140" / '';
    13611361    font: normal 20px/1 dashicons;
    1362     speak: never;
    13631362    display: block;
    13641363    padding: 0;
  • trunk/src/wp-admin/css/customize-nav-menus.css

    r60806 r60885  
    321321.wp-customizer .menu-item .item-edit .toggle-indicator:before,
    322322#available-menu-items .accordion-section-title .toggle-indicator:before {
    323     content: "\f140";
     323    content: "\f140" / '';
    324324    display: block;
    325325    padding: 1px 2px 1px 0;
    326     speak: never;
    327326    border-radius: 50%;
    328327    color: #787c82;
  • trunk/src/wp-admin/css/dashboard.css

    r60806 r60885  
    339339    color: #646970;
    340340    font: normal 20px/1 dashicons;
    341     speak: never;
    342341    display: inline-block;
    343342    padding: 0 10px 0 0;
     
    354353.welcome-panel .welcome-write-blog:before,
    355354.welcome-panel .welcome-edit-page:before {
    356     content: "\f119";
     355    content: "\f119" / '';
    357356    top: -3px;
    358357}
     
    360359/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    361360.welcome-panel .welcome-add-page:before {
    362     content: "\f132";
     361    content: "\f132" / '';
    363362    top: -1px;
    364363}
     
    366365/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    367366.welcome-panel .welcome-setup-home:before {
    368     content: "\f102";
     367    content: "\f102" / '';
    369368    top: -1px;
    370369}
     
    372371/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    373372.welcome-panel .welcome-view-site:before {
    374     content: "\f115";
     373    content: "\f115" / '';
    375374    top: -2px;
    376375}
     
    378377/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    379378.welcome-panel .welcome-widgets-menus:before {
    380     content: "\f116";
     379    content: "\f116" / '';
    381380    top: -2px;
    382381}
     
    384383/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    385384.welcome-panel .welcome-widgets:before {
    386     content: "\f538";
     385    content: "\f538" / '';
    387386    top: -2px;
    388387}
     
    390389/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    391390.welcome-panel .welcome-menus:before {
    392     content: "\f163";
     391    content: "\f163" / '';
    393392    top: -2px;
    394393}
     
    396395/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    397396.welcome-panel .welcome-comments:before {
    398     content: "\f117";
     397    content: "\f117" / '';
    399398    top: -1px;
    400399}
     
    402401/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
    403402.welcome-panel .welcome-learn-more:before {
    404     content: "\f118";
     403    content: "\f118" / '';
    405404    top: -1px;
    406405}
     
    561560
    562561.community-events .ce-separator::before {
    563     content: "\2022";
     562    content: "\2022" / '';
    564563}
    565564
     
    576575}
    577576.event-meetup .event-icon:before {
    578     content: "\f484";
     577    content: "\f484" / '';
    579578}
    580579.event-wordcamp .event-icon:before {
    581     content: "\f486";
     580    content: "\f486" / '';
    582581}
    583582
  • trunk/src/wp-admin/css/edit.css

    r60806 r60885  
    494494#post-body .misc-pub-comment-status:before {
    495495    font: normal 20px/1 dashicons;
    496     speak: never;
    497496    display: inline-block;
    498497    margin-left: -1px;
     
    12041203    color: #dcdcde;
    12051204    font: normal 20px/1 dashicons;
    1206     speak: never;
    12071205    -webkit-font-smoothing: antialiased;
    12081206    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-admin/css/forms.css

    r60806 r60885  
    169169    vertical-align: middle;
    170170    width: 1rem;
    171     speak: never;
    172171    -webkit-font-smoothing: antialiased;
    173172    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-admin/css/list-tables.css

    r60806 r60885  
    269269
    270270th .comment-grey-bubble:before {
    271     content: "\f101";
     271    content: "\f101" / '';
    272272    font: normal 20px/.5 dashicons;
    273     speak: never;
    274273    display: inline-block;
    275274    padding: 0;
     
    476475.sorting-indicator:before {
    477476    font: normal 20px/1 dashicons;
    478     speak: never;
    479477    display: inline-block;
    480478    padding: 0;
     
    491489
    492490.sorting-indicator.asc:before {
    493     content: "\f142";
     491    content: "\f142" / '';
    494492}
    495493
    496494.sorting-indicator.desc:before {
    497     content: "\f140";
     495    content: "\f140" / '';
    498496}
    499497
     
    555553    padding: 1px 2px 1px 0;
    556554    color: #3c434a; /* same as table headers sort arrows */
    557     content: "\f140";
     555    content: "\f140" / '';
    558556    font: normal 20px/1 dashicons;
    559557    line-height: 1;
    560558    -webkit-font-smoothing: antialiased;
    561559    -moz-osx-font-smoothing: grayscale;
    562     speak: never;
    563560}
    564561
    565562.wp-list-table .is-expanded .toggle-row:before {
    566     content: "\f142";
     563    content: "\f142" / '';
    567564}
    568565
     
    604601.locked-indicator-icon:before {
    605602    color: #8c8f94;
    606     content: "\f160";
     603    content: "\f160" / '';
    607604    display: inline-block;
    608605    font: normal 20px/1 dashicons;
    609     speak: never;
    610606    vertical-align: middle;
    611607    -webkit-font-smoothing: antialiased;
     
    765761    display: inline-block;
    766762    font: normal 20px/1 dashicons;
    767     speak: never;
    768763    vertical-align: middle;
    769764    -webkit-font-smoothing: antialiased;
     
    14191414    font: normal 20px/1 dashicons;
    14201415    margin: -3px 5px 0 -2px;
    1421     speak: never;
    14221416    -webkit-font-smoothing: antialiased;
    14231417    -moz-osx-font-smoothing: grayscale;
     
    17141708.plugin-card .column-compatibility span:before {
    17151709    font: normal 20px/.5 dashicons;
    1716     speak: never;
    17171710    display: inline-block;
    17181711    padding: 0;
  • trunk/src/wp-admin/css/media.css

    r60806 r60885  
    355355    font: normal 20px/36px dashicons;
    356356    vertical-align: top;
    357     speak: never;
    358357    -webkit-font-smoothing: antialiased;
    359358    -moz-osx-font-smoothing: grayscale;
     
    985984    font: normal 16px/1 dashicons;
    986985    margin-right: 8px;
    987     speak: never;
    988986    vertical-align: middle;
    989987    position: relative;
     
    12671265        line-height: 1.5;
    12681266    }
    1269    
     1267
    12701268    .wp_attachment_details label[for="content"] {
    12711269        font-size: 14px;
  • trunk/src/wp-admin/css/revisions.css

    r60806 r60885  
    496496    content: "\f229" / '';
    497497    font: normal 18px/1 dashicons;
    498     speak: never;
    499498    -webkit-font-smoothing: antialiased;
    500499    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-admin/css/themes.css

    r60806 r60885  
    305305    border-radius: 50%;
    306306    display: inline-block;
    307     content: "\f132";
     307    content: "\f132" / '';
    308308    -webkit-font-smoothing: antialiased;
    309309    font: normal 74px/115px dashicons;
     
    16251625.wp-full-overlay .collapse-sidebar-arrow:before {
    16261626    display: block;
    1627     content: "\f148";
     1627    content: "\f148" / '';
    16281628    background: #f0f0f1;
    16291629    font: normal 20px/1 dashicons;
    1630     speak: never;
    16311630    padding: 0;
    16321631    -webkit-font-smoothing: antialiased;
     
    20192018    }
    20202019}
    2021 
    2022 @media aural {
    2023     .theme .notice:before,
    2024     .theme-info .updating-message:before,
    2025     .theme-info .updated-message:before,
    2026     .theme-install.updating-message:before {
    2027         speak: never;
    2028     }
    2029 }
  • trunk/src/wp-includes/css/admin-bar.css

    r60806 r60885  
    236236    float: left;
    237237    font: normal 20px/1 dashicons;
    238     speak: never;
    239238    padding: 4px 0;
    240239    -webkit-font-smoothing: antialiased;
     
    313312    position: absolute;
    314313    font: normal 17px/1 dashicons;
    315     speak: never;
    316314    -webkit-font-smoothing: antialiased;
    317315    -moz-osx-font-smoothing: grayscale;
     
    327325    right: 10px;
    328326    padding: 4px 0;
    329     content: "\f139";
     327    content: "\f139" / '';
    330328    color: inherit;
    331329}
     
    339337    top: 1px;
    340338    left: 6px;
    341     content: "\f141";
     339    content: "\f141" / '';
    342340}
    343341
     
    506504
    507505#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    508     content: "\f120";
     506    content: "\f120" / '';
    509507    top: 2px;
    510508}
     
    517515    vertical-align: middle;
    518516    font: normal 16px/1 dashicons !important;
    519     speak: never;
    520517    -webkit-font-smoothing: antialiased;
    521518    -moz-osx-font-smoothing: grayscale;
     
    584581
    585582#wpadminbar #wp-admin-bar-comments .ab-icon:before {
    586     content: "\f101";
     583    content: "\f101" / '';
    587584    top: 3px;
    588585}
     
    596593 */
    597594#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    598     content: "\f132";
     595    content: "\f132" / '';
    599596    top: 4px;
    600597}
     
    604601 */
    605602#wpadminbar #wp-admin-bar-updates .ab-icon:before {
    606     content: "\f463";
     603    content: "\f463" / '';
    607604    top: 2px;
    608605}
     
    885882        text-indent: 0;
    886883        font: normal 32px/1 dashicons;
    887         speak: never;
    888884        top: 7px;
    889885        width: 52px;
  • trunk/src/wp-includes/css/dashicons.css

    r60806 r60885  
    2525    font-weight: 400;
    2626    font-style: normal;
    27     speak: never;
    2827    text-decoration: inherit;
    2928    text-transform: none;
  • trunk/src/wp-includes/css/editor.css

    r60806 r60885  
    909909    padding: 0;
    910910    vertical-align: top;
    911     speak: never;
    912911    -webkit-font-smoothing: antialiased;
    913912    -moz-osx-font-smoothing: grayscale;
     
    919918    font: normal 20px/1 dashicons;
    920919    vertical-align: top;
    921     speak: never;
    922920    -webkit-font-smoothing: antialiased;
    923921    -moz-osx-font-smoothing: grayscale;
     
    925923
    926924i.mce-i-bold:before {
    927     content: "\f200";
     925    content: "\f200" / '';
    928926}
    929927
    930928i.mce-i-italic:before {
    931     content: "\f201";
     929    content: "\f201" / '';
    932930}
    933931
    934932i.mce-i-bullist:before {
    935     content: "\f203";
     933    content: "\f203" / '';
    936934}
    937935
    938936i.mce-i-numlist:before {
    939     content: "\f204";
     937    content: "\f204" / '';
    940938}
    941939
    942940i.mce-i-blockquote:before {
    943     content: "\f205";
     941    content: "\f205" / '';
    944942}
    945943
    946944i.mce-i-alignleft:before {
    947     content: "\f206";
     945    content: "\f206" / '';
    948946}
    949947
    950948i.mce-i-aligncenter:before {
    951     content: "\f207";
     949    content: "\f207" / '';
    952950}
    953951
    954952i.mce-i-alignright:before {
    955     content: "\f208";
     953    content: "\f208" / '';
    956954}
    957955
    958956i.mce-i-link:before {
    959     content: "\f103";
     957    content: "\f103" / '';
    960958}
    961959
    962960i.mce-i-unlink:before {
    963     content: "\f225";
     961    content: "\f225" / '';
    964962}
    965963
    966964i.mce-i-wp_more:before {
    967     content: "\f209";
     965    content: "\f209" / '';
    968966}
    969967
    970968i.mce-i-strikethrough:before {
    971     content: "\f224";
     969    content: "\f224" / '';
    972970}
    973971
    974972i.mce-i-spellchecker:before {
    975     content: "\f210";
     973    content: "\f210" / '';
    976974}
    977975
     
    980978i.mce-i-dfw:before,
    981979.qt-dfw:before {
    982     content: "\f211";
     980    content: "\f211" / '';
    983981}
    984982
    985983i.mce-i-wp_adv:before {
    986     content: "\f212";
     984    content: "\f212" / '';
    987985}
    988986
    989987i.mce-i-underline:before {
    990     content: "\f213";
     988    content: "\f213" / '';
    991989}
    992990
    993991i.mce-i-alignjustify:before {
    994     content: "\f214";
     992    content: "\f214" / '';
    995993}
    996994
    997995i.mce-i-forecolor:before,
    998996i.mce-i-backcolor:before {
    999     content: "\f215";
     997    content: "\f215" / '';
    1000998}
    1001999
    10021000i.mce-i-pastetext:before {
    1003     content: "\f217";
     1001    content: "\f217" / '';
    10041002}
    10051003
    10061004i.mce-i-removeformat:before {
    1007     content: "\f218";
     1005    content: "\f218" / '';
    10081006}
    10091007
    10101008i.mce-i-charmap:before {
    1011     content: "\f220";
     1009    content: "\f220" / '';
    10121010}
    10131011
    10141012i.mce-i-outdent:before {
    1015     content: "\f221";
     1013    content: "\f221" / '';
    10161014}
    10171015
    10181016i.mce-i-indent:before {
    1019     content: "\f222";
     1017    content: "\f222" / '';
    10201018}
    10211019
    10221020i.mce-i-undo:before {
    1023     content: "\f171";
     1021    content: "\f171" / '';
    10241022}
    10251023
    10261024i.mce-i-redo:before {
    1027     content: "\f172";
     1025    content: "\f172" / '';
    10281026}
    10291027
    10301028i.mce-i-help:before,
    10311029i.mce-i-wp_help:before {
    1032     content: "\f223";
     1030    content: "\f223" / '';
    10331031}
    10341032
    10351033i.mce-i-wp-media-library:before {
    1036     content: "\f104";
     1034    content: "\f104" / '';
    10371035}
    10381036
    10391037i.mce-i-ltr:before {
    1040     content: "\f320";
     1038    content: "\f320" / '';
    10411039}
    10421040
    10431041i.mce-i-wp_page:before {
    1044     content: "\f105";
     1042    content: "\f105" / '';
    10451043}
    10461044
    10471045i.mce-i-hr:before {
    1048     content: "\f460";
     1046    content: "\f460" / '';
    10491047}
    10501048
    10511049i.mce-i-remove:before {
    1052     content: "\f158";
     1050    content: "\f158" / '';
    10531051}
    10541052
    10551053i.mce-i-wp_code:before {
    1056     content: "\f475";
     1054    content: "\f475" / '';
    10571055}
    10581056
    10591057/* RTL button icons */
    10601058.rtl i.mce-i-outdent:before {
    1061     content: "\f222";
     1059    content: "\f222" / '';
    10621060}
    10631061
    10641062.rtl i.mce-i-indent:before {
    1065     content: "\f221";
     1063    content: "\f221" / '';
    10661064}
    10671065
     
    12091207.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
    12101208    font: normal 18px/1 dashicons;
    1211     speak: never;
    12121209    -webkit-font-smoothing: antialiased;
    12131210    -moz-osx-font-smoothing: grayscale;
     
    12151212
    12161213.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
    1217     content: "\f104";
     1214    content: "\f104" / '';
    12181215}
    12191216
     
    14281425    font: normal 20px/36px dashicons;
    14291426    vertical-align: top;
    1430     speak: never;
    14311427    -webkit-font-smoothing: antialiased;
    14321428    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-includes/css/jquery-ui-dialog.css

    r57553 r60885  
    298298    font: normal 20px/1 dashicons;
    299299    vertical-align: top;
    300     speak: never;
    301300    -webkit-font-smoothing: antialiased;
    302301    -moz-osx-font-smoothing: grayscale;
     
    304303    width: 36px;
    305304    height: 36px;
    306     content: "\f158";
     305    content: "\f158" / '';
    307306}
    308307
  • trunk/src/wp-includes/css/media-views.css

    r60806 r60885  
    247247
    248248.media-modal-close .media-modal-icon:before {
    249     content: "\f158";
     249    content: "\f158" / '';
    250250    font: normal 20px/1 dashicons;
    251     speak: never;
    252251    vertical-align: middle;
    253252    -webkit-font-smoothing: antialiased;
     
    21742173.image-details .advanced-toggle:after {
    21752174    font: normal 20px/1 dashicons;
    2176     speak: never;
    21772175    vertical-align: top;
    21782176    -webkit-font-smoothing: antialiased;
  • trunk/src/wp-includes/css/wp-auth-check.css

    r60806 r60885  
    9696    content: "\f158" / '';
    9797    font: normal 20px/22px dashicons;
    98     speak: never;
    9998    -webkit-font-smoothing: antialiased !important;
    10099    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-includes/css/wp-pointer.css

    r60806 r60885  
    2929    top: 8px;
    3030    left: 15px;
    31     speak: never;
    3231    text-align: center;
    3332    width: 32px;
     
    6968    display: block !important;
    7069    font: normal 16px/1 dashicons;
    71     speak: never;
    7270    margin: 1px 0;
    7371    text-align: center;
Note: See TracChangeset for help on using the changeset viewer.