Skip to:
Content

BuddyPress.org

Changeset 10045


Ignore:
Timestamp:
08/11/2015 05:30:34 PM (8 years ago)
Author:
r-a-y
Message:

bp-legacy: Update declarations for bp-screen-reader-text class.

This commit updates our bp-screen-reader-text CSS class to be on
parity with WP's screen-reader-text CSS class.

Props mercime.

Fixes #6579.

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css

    r9865 r10045  
    844844 }
    845845.bp-screen-reader-text {
    846     clip: rect(1px, 1px, 1px, 1px);
    847846    position: absolute;
     847    margin: -1px;
     848    padding: 0;
     849    height: 1px;
     850    width: 1px;
     851    overflow: hidden;
     852    clip: rect(0 0 0 0);
     853    border: 0;
     854    word-wrap: normal !important;
    848855}
    849856
  • trunk/src/bp-templates/bp-legacy/css/buddypress.css

    r9865 r10045  
    844844 }
    845845.bp-screen-reader-text {
    846     clip: rect(1px, 1px, 1px, 1px);
    847846    position: absolute;
     847    margin: -1px;
     848    padding: 0;
     849    height: 1px;
     850    width: 1px;
     851    overflow: hidden;
     852    clip: rect(0 0 0 0);
     853    border: 0;
     854    word-wrap: normal !important;
    848855}
    849856
Note: See TracChangeset for help on using the changeset viewer.