Skip to content
Draft
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
1 change: 1 addition & 0 deletions .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
matrix:
ARGS: [
{ componentFolder: "accessibility", name: "accessibility" },
{ componentFolder: "accessibility - material", name: "accessibility", theme: 'material.blue.light' },
{ componentFolder: "common", name: "common" },

{ name: "generic", theme: 'generic.light' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
width: 150px;
height: 35px;
font-size: 130%;
opacity: 0.6;
color: var(--dx-color-icon);
text-align: left;
padding-left: 15px;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Button/PredefinedTypes/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
width: 150px;
height: 35px;
font-size: 130%;
opacity: 0.6;
color: var(--dx-color-icon);
text-align: left;
padding-left: 15px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
width: 150px;
height: 35px;
font-size: 130%;
opacity: 0.6;
color: var(--dx-color-icon);
text-align: left;
padding-left: 15px;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Button/PredefinedTypes/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function onClick(e: DxButtonTypes.ClickEvent) {
width: 150px;
height: 35px;
font-size: 130%;
opacity: 0.6;
color: var(--dx-color-icon);
text-align: left;
padding-left: 15px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
width: 150px;
height: 35px;
font-size: 130%;
opacity: 0.6;
color: var(--dx-color-icon);
text-align: left;
padding-left: 15px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

::ng-deep .selected-days-wrapper {
font-size: 12px;
opacity: 0.5;
color: var(--dx-color-icon);
}

::ng-deep .multiline-label {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/DateRangeBox/Overview/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.selected-days-wrapper {
font-size: 12px;
opacity: 0.5;
color: var(--dx-color-icon);
}

.multiline-label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.selected-days-wrapper {
font-size: 12px;
opacity: 0.5;
color: var(--dx-color-icon);
}

.multiline-label {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/DateRangeBox/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function convertRangeToDays([startDate, endDate]: Date[]) {

.selected-days-wrapper {
font-size: 12px;
opacity: 0.5;
color: var(--dx-color-icon);
}

.multiline-label {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/DateRangeBox/Overview/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.selected-days-wrapper {
font-size: 12px;
opacity: 0.5;
color: var(--dx-color-icon);
}

.multiline-label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.button-row {
font-size: 12px;
line-height: 14px;
opacity: 0.6;
color: var(--dx-color-icon);
}

::ng-deep #custom-template .dx-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.button-row {
font-size: 12px;
line-height: 14px;
opacity: 0.6;
color: var(--dx-color-icon);
}

#custom-template .dx-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.button-row {
font-size: 12px;
line-height: 14px;
opacity: 0.6;
color: var(--dx-color-icon);
}

#custom-template .dx-button {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/DropDownButton/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function onColorClick(clickedColor: string) {
.button-row {
font-size: 12px;
line-height: 14px;
opacity: 0.6;
color: var(--dx-color-icon);
}

#custom-template .dx-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
.button-row {
font-size: 12px;
line-height: 14px;
opacity: 0.6;
color: var(--dx-color-icon);
}

#custom-template .dx-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

::ng-deep .date {
opacity: 0.5;
color: var(--dx-color-icon);
}

::ng-deep .photo {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/HtmlEditor/Mentions/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.date {
opacity: 0.5;
color: var(--dx-color-icon);
}

.photo {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/HtmlEditor/Mentions/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.date {
opacity: 0.5;
color: var(--dx-color-icon);
}

.photo {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/HtmlEditor/Mentions/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const mentions = ref([{
}

.date {
opacity: 0.5;
color: var(--dx-color-icon);
}

.photo {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/HtmlEditor/Mentions/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.date {
opacity: 0.5;
color: var(--dx-color-icon);
}

.photo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class AppComponent {

return (value > 50000)
? { font: '006100', fill: 'C6EFCE', bold: false }
: { font: '9C6500', fill: 'FFEB9C', bold: false };
: { font: '6E4600', fill: 'FFEB9C', bold: false };
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const getConditionalAppearance = (cell: PivotGridCell): ConditionalAppearance =>
if (value > 50000) {
return { font: '006100', fill: 'C6EFCE' };
}
return { font: '9C6500', fill: 'FFEB9C' };
return { font: '6E4600', fill: 'FFEB9C' };
};

const onExporting = (e: PivotGridTypes.ExportingEvent) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const getConditionalAppearance = (cell) => {
if (value > 50000) {
return { font: '006100', fill: 'C6EFCE' };
}
return { font: '9C6500', fill: 'FFEB9C' };
return { font: '6E4600', fill: 'FFEB9C' };
};
const onExporting = (e) => {
const workbook = new Workbook();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function getConditionalAppearance(cell: DxPivotGridTypes.Cell): ConditionalAppea
if (value > 50000) {
return { font: '006100', fill: 'C6EFCE' };
}
return { font: '9C6500', fill: 'FFEB9C' };
return { font: '6E4600', fill: 'FFEB9C' };
}

</script>
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ $(() => {
if (cell.value > 50000) {
return { font: '006100', fill: 'C6EFCE' };
}
return { font: '9C6500', fill: 'FFEB9C' };
return { font: '6E4600', fill: 'FFEB9C' };
}
});
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.card-assignee {
opacity: 0.6;
color: var(--dx-color-icon);
}

.card-priority {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Sortable/Kanban/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.card-assignee {
opacity: 0.6;
color: var(--dx-color-icon);
}

.card-priority {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Sortable/Kanban/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.card-assignee {
opacity: 0.6;
color: var(--dx-color-icon);
}

.card-priority {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Sortable/Kanban/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function getPriorityClass(task: Task) {
}

.card-assignee {
opacity: 0.6;
color: var(--dx-color-icon);
}

.card-priority {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Sortable/Kanban/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.card-assignee {
opacity: 0.6;
color: var(--dx-color-icon);
}

.card-priority {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

::ng-deep .demo-info {
padding-left: 8px;
opacity: 0.6;
color: var(--dx-color-icon);
}

::ng-deep .icon-container {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Tabs/Selection/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

.demo-info {
padding-left: 8px;
opacity: 0.6;
color: var(--dx-color-icon);
}

.icon-container {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Tabs/Selection/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

.demo-info {
padding-left: 8px;
opacity: 0.6;
color: var(--dx-color-icon);
}

.icon-container {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Tabs/Selection/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const selectedItemId = ref(employees[0].id);

.demo-info {
padding-left: 8px;
opacity: 0.6;
color: var(--dx-color-icon);
}

.icon-container {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Tabs/Selection/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

.demo-info {
padding-left: 8px;
opacity: 0.6;
color: var(--dx-color-icon);
}

.icon-container {
Expand Down
10 changes: 0 additions & 10 deletions apps/demos/testing/accessibility-unsupported-components.js

This file was deleted.

Loading
Loading