Skip to content

Commit

Permalink
fix(html): remove angular specific styles and specs from toolbar
Browse files Browse the repository at this point in the history
As of v.16.11.0 of Kendo Angular, the toolbar items are no longer wrapped
  • Loading branch information
TeyaVes committed Nov 21, 2024
1 parent 42e7ef3 commit 471eb0f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 554 deletions.
6 changes: 0 additions & 6 deletions packages/default/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@
}


// Angular specific
.k-toolbar-renderer {
display: inline-block;
border-color: inherit;
}

// Toolbar sizes
@each $size, $size-props in $kendo-toolbar-sizes {
$_padding-x: map.get( $size-props, padding-x );
Expand Down
6 changes: 0 additions & 6 deletions packages/fluent/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@
gap: inherit;
}

// Angular specific
.k-toolbar-renderer {
display: inline-block;
border-color: inherit;
}

// Toolbar sizes
@each $size, $size-props in $kendo-toolbar-sizes {
$_padding-x: map.get( $size-props, padding-x );
Expand Down
3 changes: 0 additions & 3 deletions packages/html/src/toolbar/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export * from './toolbar.spec';
export * from './toolbar-angular.spec';
export * from './toolbar-separator';
export * from './toolbar-item.spec';
export * from './toolbar-popup.spec';
export * from './templates/toolbar-normal';
export * from './templates/toolbar-resizable';
export * from './templates/toolbar-angular-normal';
export * from './templates/toolbar-angular-resizable';
20 changes: 0 additions & 20 deletions packages/html/src/toolbar/templates/toolbar-angular-normal.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions packages/html/src/toolbar/templates/toolbar-angular-resizable.tsx

This file was deleted.

68 changes: 0 additions & 68 deletions packages/html/src/toolbar/tests/toolbar-angular.tsx

This file was deleted.

193 changes: 0 additions & 193 deletions packages/html/src/toolbar/toolbar-angular.spec.tsx

This file was deleted.

Binary file removed tests/_output/bootstrap/toolbar/toolbar-angular.png
Binary file not shown.
Binary file removed tests/_output/classic/toolbar/toolbar-angular.png
Binary file not shown.
Binary file removed tests/_output/default/toolbar/toolbar-angular.png
Binary file not shown.
Binary file removed tests/_output/fluent/toolbar/toolbar-angular.png
Binary file not shown.
Binary file removed tests/_output/material/toolbar/toolbar-angular.png
Binary file not shown.
Loading

0 comments on commit 471eb0f

Please sign in to comment.