m-chart-frontend.css in M Chart 2.3, at components/css/m-chart-frontend.css
| 1 | .m-chart-container .screen-reader-text, |
| 2 | .m-chart-image-figure .screen-reader-text { |
| 3 | display: block; |
| 4 | position: absolute; |
| 5 | width: 1px; |
| 6 | height: 1px; |
| 7 | margin: -1px; |
| 8 | padding: 0; |
| 9 | border: 0; |
| 10 | overflow: hidden; |
| 11 | clip-path: inset(50%); |
| 12 | white-space: nowrap; |
| 13 | } |
| 14 | |
| 15 | .m-chart-container .m-chart-source.screen-reader-text:focus-within, |
| 16 | .m-chart-image-figure .m-chart-source.screen-reader-text:focus-within { |
| 17 | position: static; |
| 18 | width: auto; |
| 19 | height: auto; |
| 20 | margin: 0; |
| 21 | overflow: visible; |
| 22 | clip-path: none; |
| 23 | white-space: normal; |
| 24 | } |
| 25 | |
| 26 | /*# sourceMappingURL=m-chart-frontend.css.map */ |
| 27 |