| @@ -7,8 +7,9 @@ | ||
| 7 | 7 | |
| 8 | 8 | /* =bbPress Style |
| 9 | 9 | -------------------------------------------------------------- */ |
| 10 | 10 | |
| 11 | +/* Hide completely (including from screen readers) */ | |
| 11 | 12 | .hidden, |
| 12 | 13 | .bbp-no-js .hide-if-no-js, |
| 13 | 14 | .bbp-js .hide-if-js { |
| 14 | 15 | display: none; |
| @@ -24,8 +25,9 @@ | ||
| 24 | 25 | height: 1px; |
| 25 | 26 | width: 1px; |
| 26 | 27 | overflow: hidden; |
| 27 | 28 | clip: rect(1px, 1px, 1px, 1px); |
| 29 | + -webkit-clip-path: inset(50%); | |
| 28 | 30 | clip-path: inset(50%); |
| 29 | 31 | border: 0; |
| 30 | 32 | word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */ |
| 31 | 33 | } |
| @@ -621,27 +623,8 @@ | ||
| 621 | 623 | #bbpress-forums p.bbp-topic-meta span { |
| 622 | 624 | white-space: nowrap; |
| 623 | 625 | } |
| 624 | 626 | |
| 625 | -/* Keep metadata within its column while preserving single-line text. */ | |
| 626 | -#bbpress-forums p.bbp-topic-meta > span { | |
| 627 | - display: inline-block; | |
| 628 | - max-width: 100%; | |
| 629 | - overflow: hidden; | |
| 630 | - text-overflow: ellipsis; | |
| 631 | - vertical-align: bottom; | |
| 632 | -} | |
| 633 | - | |
| 634 | -/* Reveal full metadata when a link receives focus. */ | |
| 635 | -#bbpress-forums p.bbp-topic-meta > span:focus-within, | |
| 636 | -#bbpress-forums p.bbp-topic-meta > span:focus-within span { | |
| 637 | - white-space: normal; | |
| 638 | -} | |
| 639 | - | |
| 640 | -#bbpress-forums p.bbp-topic-meta > span:focus-within { | |
| 641 | - overflow: visible; | |
| 642 | -} | |
| 643 | - | |
| 644 | 627 | /* =Pagination |
| 645 | 628 | -------------------------------------------------------------- */ |
| 646 | 629 | |
| 647 | 630 | .bbp-pagination-count { |
| @@ -1008,9 +991,9 @@ | ||
| 1008 | 991 | display: inline-block; |
| 1009 | 992 | } |
| 1010 | 993 | |
| 1011 | 994 | #bbpress-forums #bbp-your-profile fieldset fieldset.password input, |
| 1012 | -#bbpress-forums #bbp-your-profile fieldset fieldset.password textarea { | |
| 995 | +#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea { | |
| 1013 | 996 | width: 100%; |
| 1014 | 997 | } |
| 1015 | 998 | |
| 1016 | 999 | #bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons { |