Skip to content

Commit b130a91

Browse files
committed
chore: reformat all css files
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 0c1e3df commit b130a91

File tree

107 files changed

+2922
-2475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2922
-2475
lines changed

packages/api/src/ITooltip.css

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
color: #fff;
77
border-radius: 2px;
88
pointer-events: none !important;
9-
z-index:10;
9+
z-index: 10;
1010
}
1111

1212
.d3-tip.hidden {
13-
visibility:hidden;
13+
visibility: hidden;
1414
}
1515

1616
/* Creates a small triangle extender for the tooltip */
1717
.d3-tip:after {
1818
content: " ";
1919
box-sizing: border-box;
2020
display: inline-block;
21-
border: 4px solid rgba(0, 0, 0, 0.66);
21+
border: 4px solid rgba(0, 0, 0, 0.66);
2222
position: absolute;
2323
pointer-events: none !important;
2424
width: 8px;
@@ -50,6 +50,7 @@
5050
.d3-tip.s {
5151
margin-top: 8px;
5252
}
53+
5354
.d3-tip.s:after {
5455
top: -12px;
5556
left: calc(50% - 4px);
@@ -78,42 +79,42 @@
7879
opacity: 0.66;
7980
}
8081

81-
.d3-tip.ITooltip-tooltipStyle-series-table{
82+
.d3-tip.ITooltip-tooltipStyle-series-table {
8283
padding: 0;
8384
}
8485

8586
.d3-tip .ITooltip-series-table th,
86-
.d3-tip .ITooltip-series-table td{
87+
.d3-tip .ITooltip-series-table td {
8788
padding: 6px;
8889
text-align: left;
89-
border: 1px solid #D1D1D1;
90+
border: 1px solid #d1d1d1;
9091
}
9192

92-
.d3-tip .ITooltip-series-table .series-table-row-color{
93+
.d3-tip .ITooltip-series-table .series-table-row-color {
9394
display: inline-block;
9495
height: 10px;
9596
width: 10px;
9697
margin-right: 10px;
9798
}
9899

99-
.d3-tip .ITooltip-series-table .series-table-row-label{
100+
.d3-tip .ITooltip-series-table .series-table-row-label {
100101
display: inline-block;
101102
}
102103

103-
.d3-tip .ITooltip-series-table th{
104-
background-color: #B3B3B3;
104+
.d3-tip .ITooltip-series-table th {
105+
background-color: #b3b3b3;
105106
}
106107

107-
.d3-tip .ITooltip-series-table td{
108-
background-color: #FFF;
108+
.d3-tip .ITooltip-series-table td {
109+
background-color: #fff;
109110
color: #555;
110111
font-weight: normal;
111112
}
112113

113-
.d3-tip .ITooltip-series-table td:first-child{
114+
.d3-tip .ITooltip-series-table td:first-child {
114115
border-right: 0;
115116
}
116117

117-
table.ITooltip-series-table td:last-child{
118-
border-left: 1px dotted #A3A3A3;
119-
}
118+
table.ITooltip-series-table td:last-child {
119+
border-left: 1px dotted #a3a3a3;
120+
}

packages/chart/src/Axis.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
font: 10px sans-serif;
44
}
55

6-
.chart_Axis .axis .tick > text {
6+
.chart_Axis .axis .tick>text {
77
font: 10px sans-serif;
88
}
99

@@ -13,22 +13,24 @@
1313
stroke: black;
1414
}
1515

16-
.chart_Axis .guide path.domain
17-
{
16+
.chart_Axis .guide path.domain {
1817
fill: none;
1918
stroke: none;
2019
}
20+
2121
.chart_Axis .guide .tick line {
2222
fill: none;
2323
stroke: lightgrey;
2424
opacity: 0.7;
2525
}
26+
2627
.chart_Axis .guide .tick.guide-0 line {
2728
stroke: black;
2829
stroke-width: 1;
2930
stroke-dasharray: 3 5;
3031
}
32+
3133
.chart_Axis line,
32-
.chart_Axis path{
34+
.chart_Axis path {
3335
shape-rendering: crispEdges;
34-
}
36+
}

packages/chart/src/Bubble.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.chart_Bubble circle {
2-
cursor: pointer;
2+
cursor: pointer;
33
}
44

55
.chart_Bubble .selected circle {
6-
stroke: red;
7-
stroke-width: 1.5px
6+
stroke: red;
7+
stroke-width: 1.5px;
88
}
99

1010
.chart_Bubble .common_FAChar {
11-
fill: white;
12-
pointer-events: none;
11+
fill: white;
12+
pointer-events: none;
1313
}
1414

1515
.chart_Bubble .common_Text {
16-
pointer-events: none;
16+
pointer-events: none;
1717
}

packages/chart/src/Bullet.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
.chart_Bullet .domain {
2-
opacity: 0;
2+
opacity: 0;
33
}
44

55
.chart_Bullet .bullet {
6-
border: solid 1px;
7-
border-color: transparent;
8-
font: 10px sans-serif;
6+
border: solid 1px;
7+
border-color: transparent;
8+
font: 10px sans-serif;
99
}
1010

1111
.chart_Bullet .bullet.selected {
12-
border-color: red;
12+
border-color: red;
1313
}
1414

1515
.chart_Bullet .bullet.over {
16-
border-color: orange;
16+
border-color: orange;
1717
}
1818

1919
.chart_Bullet .bullet.selected.over {
20-
border-color: red;
20+
border-color: red;
2121
}
2222

2323
.chart_Bullet .bullet .marker {
24-
stroke: #000;
25-
stroke-width: 2px;
24+
stroke: #000;
25+
stroke-width: 2px;
2626
}
2727

2828
.chart_Bullet .bullet .tick line {
29-
stroke: #666;
30-
stroke-width: .5px;
29+
stroke: #666;
30+
stroke-width: 0.5px;
3131
}
3232

3333
.chart_Bullet .bullet .range.s0 {
34-
fill: #eee;
34+
fill: #eee;
3535
}
3636

3737
.chart_Bullet .bullet .range.s1 {
38-
fill: #ddd;
38+
fill: #ddd;
3939
}
4040

4141
.chart_Bullet .bullet .range.s2 {
42-
fill: #ccc;
42+
fill: #ccc;
4343
}
4444

4545
.chart_Bullet .bullet .measure.s0 {
46-
fill: lightsteelblue;
46+
fill: lightsteelblue;
4747
}
4848

4949
.chart_Bullet .bullet .measure.s1 {
50-
fill: steelblue;
50+
fill: steelblue;
5151
}
5252

5353
.chart_Bullet .bullet .title {
54-
font-size: 14px;
55-
font-weight: bold;
54+
font-size: 14px;
55+
font-weight: bold;
5656
}
5757

5858
.chart_Bullet .bullet .subtitle {
59-
fill: #999;
60-
}
59+
fill: #999;
60+
}

packages/chart/src/Column.css

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
.chart_Column .columnRect {
2-
fill: steelblue;
3-
cursor: pointer;
2+
fill: steelblue;
3+
cursor: pointer;
44
}
55

66
.chart_Column .data.axis path {
7-
display: none;
7+
display: none;
88
}
99

1010
.chart_Column .columnRect {
11-
stroke: transparent;
12-
border-width: 2px;
11+
stroke: transparent;
12+
border-width: 2px;
1313
}
1414

1515
.chart_Column .dataCell.selected .columnRect {
16-
stroke: #dc3545 !important;
17-
stroke-width: 3px !important;
18-
paint-order: fill stroke !important;
19-
transition: all 0.2s ease;
16+
stroke: #dc3545 !important;
17+
stroke-width: 3px !important;
18+
paint-order: fill stroke !important;
19+
transition: all 0.2s ease;
2020
}
2121

2222
.chart_Column .dataCell:hover .columnRect {
23-
stroke: rgba(108, 117, 125, 0.6);
24-
stroke-width: 2px;
25-
filter: brightness(1.05);
23+
stroke: rgba(108, 117, 125, 0.6);
24+
stroke-width: 2px;
25+
filter: brightness(1.05);
2626
}
2727

2828
.chart_Column .dataCell:focus .columnRect {
29-
stroke: #007bff !important;
30-
stroke-width: 3px !important;
31-
paint-order: fill stroke !important;
32-
transition: all 0.2s ease;
29+
stroke: #007bff !important;
30+
stroke-width: 3px !important;
31+
paint-order: fill stroke !important;
32+
transition: all 0.2s ease;
3333
}
3434

3535
.chart_Column .dataCell.selected:focus .columnRect {
36-
stroke: #6f42c1 !important;
36+
stroke: #6f42c1 !important;
3737
}
3838

3939
.chart_Column .dataCell:focus-visible {
40-
outline: none;
40+
outline: none;
4141
}
4242

4343
.chart_Column .dataCell:active {
44-
outline: none !important;
44+
outline: none !important;
4545
}

packages/chart/src/HexBin.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.chart_HexBin .hexagon {
22
fill: none;
33
stroke: #000;
4-
stroke-width: .5px;
4+
stroke-width: 0.5px;
55
}
66

77
.chart_HexBin .hexagon.selected {
88
stroke: red;
9-
}
9+
}

packages/chart/src/Line.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
fill: none;
33
stroke: steelblue;
44
stroke-width: 1.5px;
5-
}
6-
5+
}

packages/chart/src/Pie.css

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
.chart_Pie path {
2-
cursor: pointer;
2+
cursor: pointer;
33
}
44

55
.chart_Pie>g>text {
6-
cursor: pointer;
6+
cursor: pointer;
77
}
88

99
.chart_Pie .arc path {
10-
stroke: transparent;
11-
stroke-width: 2px;
10+
stroke: transparent;
11+
stroke-width: 2px;
1212
}
1313

1414
.chart_Pie .arc.selected path {
15-
stroke: #dc3545 !important;
16-
stroke-width: 3px !important;
17-
paint-order: fill stroke !important;
18-
transition: all 0.2s ease;
15+
stroke: #dc3545 !important;
16+
stroke-width: 3px !important;
17+
paint-order: fill stroke !important;
18+
transition: all 0.2s ease;
1919
}
2020

2121
.chart_Pie polyline {
22-
opacity: .3;
23-
stroke: black;
24-
stroke-width: 2px;
25-
fill: none;
22+
opacity: 0.3;
23+
stroke: black;
24+
stroke-width: 2px;
25+
fill: none;
2626
}
2727

2828
.chart_Pie .arc:hover path {
29-
stroke: rgba(108, 117, 125, 0.6);
30-
stroke-width: 2px;
31-
filter: brightness(1.05);
29+
stroke: rgba(108, 117, 125, 0.6);
30+
stroke-width: 2px;
31+
filter: brightness(1.05);
3232
}
3333

3434
.chart_Pie .arc:focus path {
35-
stroke: #007bff !important;
36-
stroke-width: 3px !important;
37-
paint-order: fill stroke !important;
38-
transition: all 0.2s ease;
35+
stroke: #007bff !important;
36+
stroke-width: 3px !important;
37+
paint-order: fill stroke !important;
38+
transition: all 0.2s ease;
3939
}
4040

4141
.chart_Pie .arc.selected:focus path {
42-
stroke: #6f42c1 !important;
42+
stroke: #6f42c1 !important;
4343
}
4444

4545
.chart_Pie .arc:focus-visible {
46-
outline: none;
46+
outline: none;
4747
}
4848

4949
.chart_Pie .arc:active {
50-
outline: none !important;
50+
outline: none !important;
5151
}

0 commit comments

Comments
 (0)