diff --git src/bp-templates/bp-legacy/css/buddypress-rtl.css src/bp-templates/bp-legacy/css/buddypress-rtl.css
index 814d602..5c81d18 100644
|
|
a.bp-title-button { |
843 | 843 | opacity: .4; |
844 | 844 | } |
845 | 845 | .bp-screen-reader-text { |
846 | | clip: rect(1px, 1px, 1px, 1px); |
847 | 846 | 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; |
848 | 855 | } |
849 | 856 | |
850 | 857 | /*-------------------------------------------------------------- |
diff --git src/bp-templates/bp-legacy/css/buddypress.css src/bp-templates/bp-legacy/css/buddypress.css
index 1957cef..aca34c6 100644
|
|
a.bp-title-button { |
843 | 843 | opacity: .4; |
844 | 844 | } |
845 | 845 | .bp-screen-reader-text { |
846 | | clip: rect(1px, 1px, 1px, 1px); |
847 | 846 | 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; |
848 | 855 | } |
849 | 856 | |
850 | 857 | /*-------------------------------------------------------------- |