Make WordPress Core

Ticket #42006: 42006.diff

File 42006.diff, 530 bytes (added by afercia, 7 years ago)
  • src/wp-admin/css/common.css

     
    134134        word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
    135135}
    136136
     137.button .screen-reader-text {
     138        height: auto; /* Fixes a Safari+VoiceOver bug, see ticket #42006 */
     139}
     140
    137141.screen-reader-shortcut {
    138142        position: absolute;
    139143        top: -1000em;