Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions packages/api/src/ITooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
color: #fff;
border-radius: 2px;
pointer-events: none !important;
z-index:10;
z-index: 10;
}

.d3-tip.hidden {
visibility:hidden;
visibility: hidden;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
content: " ";
box-sizing: border-box;
display: inline-block;
border: 4px solid rgba(0, 0, 0, 0.66);
border: 4px solid rgba(0, 0, 0, 0.66);
position: absolute;
pointer-events: none !important;
width: 8px;
Expand Down Expand Up @@ -50,6 +50,7 @@
.d3-tip.s {
margin-top: 8px;
}

.d3-tip.s:after {
top: -12px;
left: calc(50% - 4px);
Expand Down Expand Up @@ -78,42 +79,42 @@
opacity: 0.66;
}

.d3-tip.ITooltip-tooltipStyle-series-table{
.d3-tip.ITooltip-tooltipStyle-series-table {
padding: 0;
}

.d3-tip .ITooltip-series-table th,
.d3-tip .ITooltip-series-table td{
.d3-tip .ITooltip-series-table td {
padding: 6px;
text-align: left;
border: 1px solid #D1D1D1;
}

.d3-tip .ITooltip-series-table .series-table-row-color{
.d3-tip .ITooltip-series-table .series-table-row-color {
display: inline-block;
height: 10px;
width: 10px;
margin-right: 10px;
}

.d3-tip .ITooltip-series-table .series-table-row-label{
.d3-tip .ITooltip-series-table .series-table-row-label {
display: inline-block;
}

.d3-tip .ITooltip-series-table th{
.d3-tip .ITooltip-series-table th {
background-color: #B3B3B3;
}

.d3-tip .ITooltip-series-table td{
.d3-tip .ITooltip-series-table td {
background-color: #FFF;
color: #555;
font-weight: normal;
}

.d3-tip .ITooltip-series-table td:first-child{
.d3-tip .ITooltip-series-table td:first-child {
border-right: 0;
}

table.ITooltip-series-table td:last-child{
table.ITooltip-series-table td:last-child {
border-left: 1px dotted #A3A3A3;
}
}
12 changes: 7 additions & 5 deletions packages/chart/src/Axis.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font: 10px sans-serif;
}

.chart_Axis .axis .tick > text {
.chart_Axis .axis .tick>text {
font: 10px sans-serif;
}

Expand All @@ -13,22 +13,24 @@
stroke: black;
}

.chart_Axis .guide path.domain
{
.chart_Axis .guide path.domain {
fill: none;
stroke: none;
}

.chart_Axis .guide .tick line {
fill: none;
stroke: lightgrey;
opacity: 0.7;
}

.chart_Axis .guide .tick.guide-0 line {
stroke: black;
stroke-width: 1;
stroke-dasharray: 3 5;
}

.chart_Axis line,
.chart_Axis path{
.chart_Axis path {
shape-rendering: crispEdges;
}
}
2 changes: 1 addition & 1 deletion packages/chart/src/Bullet.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@

.chart_Bullet .bullet .subtitle {
fill: #999;
}
}
2 changes: 1 addition & 1 deletion packages/chart/src/HexBin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

.chart_HexBin .hexagon.selected {
stroke: red;
}
}
3 changes: 1 addition & 2 deletions packages/chart/src/Line.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}

}
2 changes: 1 addition & 1 deletion packages/chart/src/Radar.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
.chart_Radar .point .pointSelection.selected {
fill: none;
stroke: red;
}
}
12 changes: 6 additions & 6 deletions packages/chart/src/Summary.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.chart_Summary .bgIcon {
position: relative;
}

.chart_Summary .content {
float: left;
width: 100%;
Expand All @@ -39,18 +39,18 @@
}

.chart_Summary .content .text {
padding-left: 10px;
padding-left: 10px;
}

.chart_Summary .content .more {
position: absolute;
bottom:0px;
bottom: 0px;
width: 100%;
height: 3em;
line-height: 3em;
}

.chart_Summary .content .more i {
padding-left: 10px;
padding-right: 0.5em;
}
padding-left: 10px;
padding-right: 0.5em;
}
2 changes: 1 addition & 1 deletion packages/chart/src/WordCloud.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.other_Wordcloud text {
cursor: pointer;
}
}
10 changes: 5 additions & 5 deletions packages/chart/src/XYAxis.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
font: 10px sans-serif;
}

.chart_XYAxis .tick > text {
.chart_XYAxis .tick>text {
font: 10px sans-serif;
}

.chart_XYAxis .focus .chart_Axis.value .tick {
visibility:hidden;
visibility: hidden;
}

.chart_XYAxis .axis path,
Expand Down Expand Up @@ -36,6 +36,6 @@
}

.chart_XYAxis .brush path.handle--custom {
fill: #eee;
stroke: #666;
}
fill: #eee;
stroke: #666;
}
62 changes: 50 additions & 12 deletions packages/codemirror/src/ECLEditor.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,50 @@
.codemirror_ECLEditor .cm-s-default span.cm-comment { color: #008000; }
.codemirror_ECLEditor .cm-s-default span.cm-keyword { color: #0000ff; }
.codemirror_ECLEditor .cm-s-default span.cm-variable { font-weight: bold; color: #000080; }
.codemirror_ECLEditor .cm-s-default span.cm-variable-2 { color: #800000; }
.codemirror_ECLEditor .cm-s-default span.cm-variable-3 { color: #800000; }
.codemirror_ECLEditor .cm-s-default span.cm-builtin { color: #800080; }
.codemirror_ECLEditor .cm-s-default span.cm-string { color: #808080; }
.codemirror_ECLEditor .cm-s-default span.cm-number, .cm-s-default span.cm-atom { color: #000000; }
.codemirror_ECLEditor .cm-s-default span.cm-meta {color: #004080;}
.codemirror_ECLEditor .ErrorLine {background: #cc0000 !important;color:white!important;}
.codemirror_ECLEditor .WarningLine {background: #ffff99 !important;}
.codemirror_ECLEditor .highlightline { background: #e8f2ff !important; }
.codemirror_ECLEditor .cm-s-default span.cm-comment {
color: #008000;
}

.codemirror_ECLEditor .cm-s-default span.cm-keyword {
color: #0000ff;
}

.codemirror_ECLEditor .cm-s-default span.cm-variable {
font-weight: bold;
color: #000080;
}

.codemirror_ECLEditor .cm-s-default span.cm-variable-2 {
color: #800000;
}

.codemirror_ECLEditor .cm-s-default span.cm-variable-3 {
color: #800000;
}

.codemirror_ECLEditor .cm-s-default span.cm-builtin {
color: #800080;
}

.codemirror_ECLEditor .cm-s-default span.cm-string {
color: #808080;
}

.codemirror_ECLEditor .cm-s-default span.cm-number,
.cm-s-default span.cm-atom {
color: #000000;
}

.codemirror_ECLEditor .cm-s-default span.cm-meta {
color: #004080;
}

.codemirror_ECLEditor .ErrorLine {
background: #cc0000 !important;
color: white !important;
}

.codemirror_ECLEditor .WarningLine {
background: #ffff99 !important;
}

.codemirror_ECLEditor .highlightline {
background: #e8f2ff !important;
}
6 changes: 3 additions & 3 deletions packages/common/src/EntityRect.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.common_EntityRectList .entityRectItem {
margin:6px;
margin: 6px;
border-width: 2px;
border-radius: 8px;
border-color:"black";
border-color: "black";
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

border-color value is quoted, which makes the declaration invalid CSS and the border color won’t apply. Use an unquoted color value (e.g., black) or a hex/rgb value instead.

Suggested change
border-color: "black";
border-color: black;

Copilot uses AI. Check for mistakes.
border-style: solid;
}

Expand All @@ -11,6 +11,6 @@
shape-rendering: geometricPrecision;
}

.common_EntityRect .entity_shape > g > rect {
.common_EntityRect .entity_shape>g>rect {
shape-rendering: geometricPrecision;
}
3 changes: 2 additions & 1 deletion packages/common/src/Icon.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.common_Icon .common_FAChar .common_Text {
fill: white;
}

.common_Icon .common_FAChar .common_Text,
.common_Icon .common_FAChar .common_Text g,
.common_Icon .common_FAChar .common_Text text,
.common_Icon .common_FAChar .common_Text tspan {
pointer-events: none;
}
}
2 changes: 1 addition & 1 deletion packages/common/src/List.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
.common_List .common_TextBox .common_Shape:hover {
fill: white;
stroke: white;
}
}
2 changes: 1 addition & 1 deletion packages/common/src/Menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
.common_Menu .common_List .common_TextBox .common_Shape:hover {
fill: #ff7f0e;
stroke: #ff7f0e;
}
}
2 changes: 1 addition & 1 deletion packages/common/src/ResizeSurface.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
.resizeNW {
cursor: nw-resize;
opacity: 0;
}
}
2 changes: 1 addition & 1 deletion packages/common/src/SVGZoomWidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
stroke-opacity: 0.75;
fill: transparent;
pointer-events: none;
}
}
9 changes: 7 additions & 2 deletions packages/common/src/Surface.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
color: #fff;
}

.svg-button-container .surface-button:hover { opacity: 1; }
.svg-button-container .surface-button:active { opacity: 0.5; }
.svg-button-container .surface-button:hover {
opacity: 1;
}

.svg-button-container .surface-button:active {
opacity: 0.5;
}
2 changes: 1 addition & 1 deletion packages/common/src/Text.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.common_Text {
fill: #000;
font-size: 12px;
}
}
2 changes: 1 addition & 1 deletion packages/common/src/TextBox.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.common_TextBox .common_Shape {
fill: #dcf1ff;
stroke: #1f77b4;
}
}
2 changes: 1 addition & 1 deletion packages/common/src/Widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

#hpcc_js_font_size {
display: none;
}
}
2 changes: 1 addition & 1 deletion packages/common/tests/coreTest.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
border-radius: 5px;
border: 1px solid #e5e5e5;
overflow: hidden;
}
}
Loading
Loading