Skip to content

Commit

Permalink
fix(grid): remove placeholder-line explicit width
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Jul 24, 2023
1 parent 4def169 commit 0ba0185
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions packages/bootstrap/scss/grid/_variables.scss
Expand Up @@ -134,8 +134,6 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;

$kendo-grid-cell-placeholder-line-width: 80% !default;

/// Background color of the grid component
/// @group grid
$kendo-grid-bg: $kendo-table-bg !default;
Expand Down
2 changes: 0 additions & 2 deletions packages/classic/scss/grid/_variables.scss
Expand Up @@ -141,8 +141,6 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;

$kendo-grid-cell-placeholder-line-width: 80% !default;

/// Background color of the grid component
/// @group grid
$kendo-grid-bg: $kendo-table-bg !default;
Expand Down
4 changes: 0 additions & 4 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -90,10 +90,6 @@
outline: none;
}

.k-placeholder-line {
width: $kendo-grid-cell-placeholder-line-width;
}

> .k-radio,
> .k-radio-wrap,
> .k-checkbox,
Expand Down
3 changes: 0 additions & 3 deletions packages/default/scss/grid/_variables.scss
Expand Up @@ -133,9 +133,6 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;

$kendo-grid-cell-placeholder-line-width: 80% !default;


/// Background color of the grid component
/// @group grid
$kendo-grid-bg: $kendo-table-bg !default;
Expand Down
4 changes: 0 additions & 4 deletions packages/fluent/scss/grid/_layout.scss
Expand Up @@ -90,10 +90,6 @@
outline: none;
}

.k-placeholder-line {
width: var( --kendo-grid-cell-placeholder-width, #{$kendo-grid-cell-placeholder-width} );
}

> .k-radio,
> .k-radio-wrap,
> .k-checkbox,
Expand Down
4 changes: 0 additions & 4 deletions packages/fluent/scss/grid/_variables.scss
Expand Up @@ -319,10 +319,6 @@ $kendo-grid-cell-border-width-y: $kendo-grid-border-width !default;
/// Horizontal border width of the grid cell.
/// @group grid
$kendo-grid-cell-border-width-x: 0px !default;
/// Default width of the grid cell placeholder.
/// @group grid
$kendo-grid-cell-placeholder-width: 80% !default;

/// Font size of the grid sort index.
/// @group grid
$kendo-grid-sort-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
Expand Down
2 changes: 0 additions & 2 deletions packages/material/scss/grid/_variables.scss
Expand Up @@ -133,8 +133,6 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;

$kendo-grid-cell-placeholder-line-width: 80% !default;

/// Background color of the grid component
/// @group grid
$kendo-grid-bg: $kendo-table-bg !default;
Expand Down

0 comments on commit 0ba0185

Please sign in to comment.