Skip to:
Content

bbPress.org

Ticket #3172: bbpress.css.patch

File bbpress.css.patch, 532 bytes (added by ashokrd2013, 7 years ago)
  • src/templates/default/css/bbpress.css

     
    2323        height: 1px;
    2424        width: 1px;
    2525        overflow: hidden;
    26         clip: rect(0 0 0 0);
     26        clip: rect(1px, 1px, 1px, 1px);
     27        clip-path: inset(50%);
    2728        border: 0;
    2829        word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
    2930}