|
24 | 24 |
|
25 | 25 | .water-fall-chart .mark-holder text {writing-mode:vertical-lr;}
|
26 | 26 |
|
27 |
| -.left-fixed-holder .label-full-bg {fill: #fff; opacity: 0.9} |
| 27 | +.left-fixed-holder .label-full-bg {fill: #fff; opacity: 0.9;} |
28 | 28 |
|
29 | 29 | .time-scale line {stroke:#0cc; stroke-width:1;}
|
30 | 30 | .time-scale line.sub-second-line {stroke: #ccc; opacity: 0.75; stroke-width:0.50;}
|
31 | 31 | .time-scale text {font-weight:bold;}
|
32 | 32 |
|
33 |
| -.row-item {cursor: pointer} |
| 33 | +.row-item {cursor: pointer;} |
34 | 34 | .row-item .even {fill: #ccc; opacity: 0.05;}
|
35 | 35 | .row-item .odd {fill: #000; opacity: 0.05;}
|
36 | 36 | .row-item:hover .odd,
|
|
48 | 48 | .row-item.status4xx .even,
|
49 | 49 | .row-item.status4xx .odd,
|
50 | 50 | .row-item.status3xx .even,
|
51 |
| -.row-item.status3xx .odd {opacity: 0.3} |
| 51 | +.row-item.status3xx .odd {opacity: 0.3;} |
52 | 52 | .row-item.status5xx:hover .even,
|
53 | 53 | .row-item.status5xx:hover .odd,
|
54 | 54 | .row-item.status4xx:hover .even,
|
55 | 55 | .row-item.status4xx:hover .odd,
|
56 | 56 | .row-item.status3xx:hover .even,
|
57 |
| -.row-item.status3xx:hover .odd {opacity: 0.5} |
| 57 | +.row-item.status3xx:hover .odd {opacity: 0.5;} |
58 | 58 |
|
| 59 | +/** overlay animation settings **/ |
| 60 | +.water-fall-chart .line-label-holder, |
| 61 | +.row-item, |
| 62 | +.water-fall-chart .line-holder line, |
| 63 | +.time-scale line, |
| 64 | +.time-scale text {transition:transform 60ms;} |
| 65 | +.water-fall-chart.closing {transition-delay: 60ms;} |
59 | 66 |
|
60 | 67 | .labels { overflow: hidden;}
|
61 | 68 |
|
|
90 | 97 | .block-undefined {fill: #0f0;}
|
91 | 98 |
|
92 | 99 | /* Info overlay SVG - wrapper */
|
93 |
| -.info-overlay {fill: #fff; stroke: #cdcdcd; } |
| 100 | +.info-overlay {fill: #fff; stroke: #cdcdcd;} |
94 | 101 | .info-overlay-close-btn {fill: rgba(205, 205, 205, 0.8); transform: translate(-23px, -23px); cursor: pointer;}
|
95 | 102 | .info-overlay-close-btn text {fill: #111; pointer-events: none;}
|
96 | 103 | .info-overlay-close-btn:focus {border: solid 1px #36c;}
|
|
0 commit comments