Skip to content

Commit

Permalink
Fix testcafe theme tests for DataGrid after adding advancedRendering (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vconst authored Mar 2, 2018
1 parent 6d22969 commit d92741b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions styles/widgets/ios7/gridBase.ios7.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@GRID_BASE_BUTTON_SIZE: 21px;
@GRID_BASE_GROUP_COLUMN_ICONS_SIZE: 24px;
@GRID_BASE_CONTEXT_MENU_SORT_ICON_SIZE: 20px;
@GRID_BASE_COMMAND_EDIT_COLUMN_WIDTH: 100px;
@GRID_BASE_COMMAND_EDIT_COLUMN_WIDTH: 115px;
@GRID_BASE_ADAPTIVE_TEXT_PADDING: 8px;
@GRID_BASE_CHECKBOX_ICON_SIZE: 20px;
@GRID_BASE_TREEVIEW_SEARCH_MARGIN: 10px;
Expand Down Expand Up @@ -383,16 +383,16 @@
}
}

.dx-header-row {
text-transform: uppercase;
font-size: 0.9em;
font-weight: bold;
}

.dx-@{widgetName}-headers {
color: ~"@{@{widgetName}-headers-color}";
.touch-action(pinch-zoom);

.dx-header-row {
text-transform: uppercase;
font-size: 0.9em;
font-weight: bold;
}

.dx-@{widgetName}-table {
.dx-row {
&.dx-header-row > td {
Expand Down
8 changes: 4 additions & 4 deletions styles/widgets/win10/gridBase.win10.less
Original file line number Diff line number Diff line change
Expand Up @@ -362,16 +362,16 @@
font-size: 12pt;
}

.dx-@{widgetName}-header-row {
font-size: 12pt;
}

.dx-@{widgetName}-headers {
color: ~"@{@{widgetName}-headers-color}";
.touch-action(pinch-zoom);

.dx-@{widgetName}-table {
.dx-row {
&:first-child {
font-size: 12pt;
}

& > td {
border-bottom: ~"@{@{widgetName}-headers-border}";
}
Expand Down

0 comments on commit d92741b

Please sign in to comment.