Make WordPress Core

Ticket #38764: 38764.diff

File 38764.diff, 1.0 KB (added by afercia, 9 years ago)
  • src/wp-content/themes/twentyseventeen/style.css

     
    306306        overflow: hidden;
    307307        position: absolute !important;
    308308        width: 1px;
     309        word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    309310}
    310311
    311312.screen-reader-text:focus {
     
    15071508
    15081509#page {
    15091510        position: relative;
    1510         -ms-word-wrap: break-word;
    15111511        word-wrap: break-word;
    15121512}
    15131513
     
    25152515/* Text widget */
    25162516
    25172517.widget_text {
    2518         -ms-word-wrap: break-word;
    25192518        word-wrap: break-word;
    25202519}
    25212520
     
    26432642        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    26442643        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    26452644        width: auto;
    2646         -ms-word-wrap: break-word;
    26472645        word-wrap: break-word;
    26482646        z-index: 0;
    26492647}