@@ -976,6 +976,19 @@ Array [
976976 transform: rotate(90deg);
977977}
978978
979+ .c73 [data-for-screenreaders="true"] {
980+ position: absolute;
981+ width: 1px;
982+ height: 1px;
983+ padding: 0;
984+ margin: -1px;
985+ overflow: hidden;
986+ -webkit-clip: rect(0,0,0,0);
987+ clip: rect(0,0,0,0);
988+ white-space: nowrap;
989+ border: 0;
990+ }
991+
979992.c73 .os-figure,
980993.c73 .os-figure:last-child {
981994 margin-bottom: 5px;
@@ -2387,20 +2400,6 @@ Array [
23872400 .c73 .search-highlight[aria-current] .search-highlight {
23882401 background-color: unset;
23892402 }
2390-
2391- .c73 .search-highlight [data-for-screenreaders="true"]::before {
2392- content: attr(data-message);
2393- position: absolute;
2394- width: 1px;
2395- height: 1px;
2396- padding: 0;
2397- margin: -1px;
2398- overflow: hidden;
2399- -webkit-clip: rect(0,0,0,0);
2400- clip: rect(0,0,0,0);
2401- white-space: nowrap;
2402- border: 0;
2403- }
24042403}
24052404
24062405@media screen and (max-width:50em) {
@@ -8288,6 +8287,19 @@ Array [
82888287 transform: rotate(90deg);
82898288}
82908289
8290+ .c73 [data-for-screenreaders="true"] {
8291+ position: absolute;
8292+ width: 1px;
8293+ height: 1px;
8294+ padding: 0;
8295+ margin: -1px;
8296+ overflow: hidden;
8297+ -webkit-clip: rect(0,0,0,0);
8298+ clip: rect(0,0,0,0);
8299+ white-space: nowrap;
8300+ border: 0;
8301+ }
8302+
82918303.c73 .os-figure,
82928304.c73 .os-figure:last-child {
82938305 margin-bottom: 5px;
@@ -9546,20 +9558,6 @@ Array [
95469558 .c73 .search-highlight[aria-current] .search-highlight {
95479559 background-color: unset;
95489560 }
9549-
9550- .c73 .search-highlight [data-for-screenreaders="true"]::before {
9551- content: attr(data-message);
9552- position: absolute;
9553- width: 1px;
9554- height: 1px;
9555- padding: 0;
9556- margin: -1px;
9557- overflow: hidden;
9558- -webkit-clip: rect(0,0,0,0);
9559- clip: rect(0,0,0,0);
9560- white-space: nowrap;
9561- border: 0;
9562- }
95639561}
95649562
95659563@media screen and (max-width:50em) {
0 commit comments