Skip to content

Commit cd154d9

Browse files
Step 2.5: fix PivotGrid, DataGrid, Gantt demos
1 parent f9431e1 commit cd154d9

27 files changed

Lines changed: 27 additions & 65 deletions

File tree

apps/demos/Demos/DataGrid/StatePersistence/Angular/app/app.component.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
}
55

66
::ng-deep #descContainer a {
7-
color: #f05b41;
87
text-decoration: underline;
98
cursor: pointer;
109
}

apps/demos/Demos/DataGrid/StatePersistence/React/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
}
55

66
#descContainer a {
7-
color: #f05b41;
87
text-decoration: underline;
98
cursor: pointer;
109
}

apps/demos/Demos/DataGrid/StatePersistence/ReactJs/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
}
55

66
#descContainer a {
7-
color: #f05b41;
87
text-decoration: underline;
98
cursor: pointer;
109
}

apps/demos/Demos/DataGrid/StatePersistence/Vue/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const onStateResetClick = () => {
8080
}
8181
8282
#descContainer a {
83-
color: #f05b41;
8483
text-decoration: underline;
8584
cursor: pointer;
8685
}

apps/demos/Demos/DataGrid/StatePersistence/jQuery/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
}
55

66
#descContainer a {
7-
color: #f05b41;
87
text-decoration: underline;
98
cursor: pointer;
109
}

apps/demos/Demos/PivotGrid/StatePersistence/Angular/app/app.component.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
}
44

55
::ng-deep #pivotgrid-demo .desc-container a {
6-
color: #f05b41;
76
text-decoration: underline;
87
cursor: pointer;
98
}

apps/demos/Demos/PivotGrid/StatePersistence/React/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
}
44

55
#pivotgrid-demo .desc-container a {
6-
color: #f05b41;
76
text-decoration: underline;
87
cursor: pointer;
98
}

apps/demos/Demos/PivotGrid/StatePersistence/ReactJs/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
}
44

55
#pivotgrid-demo .desc-container a {
6-
color: #f05b41;
76
text-decoration: underline;
87
cursor: pointer;
98
}

apps/demos/Demos/PivotGrid/StatePersistence/Vue/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ function onContextMenuPreparing(e: DxPivotGridTypes.ContextMenuPreparingEvent) {
132132
}
133133
134134
#pivotgrid-demo .desc-container a {
135-
color: #f05b41;
136135
text-decoration: underline;
137136
cursor: pointer;
138137
}

apps/demos/Demos/PivotGrid/StatePersistence/jQuery/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
}
44

55
#pivotgrid-demo .desc-container a {
6-
color: #f05b41;
76
text-decoration: underline;
87
cursor: pointer;
98
}

0 commit comments

Comments
 (0)