PluginProbe
M Chart / 2.3
M Chart v2.3
2.3.2 2.3.1 2.3 2.2.2 2.2.1 2.2 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.10 1.10.1 1.11 1.11.1 1.11.2 1.12 1.2 1.2.1 1.3 1.3.1 1.3.2 All 53 releases
m-chart / components / css / m-chart-frontend.css

m-chart-frontend.css in M Chart 2.3, at components/css/m-chart-frontend.css

27 lines 586 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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