Skip to content

Commit

Permalink
Merge branch 'develop' into tabstrip-rtl-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored Jan 9, 2025
2 parents ac88fd0 + 88635aa commit 207a322
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 262 deletions.
45 changes: 22 additions & 23 deletions packages/default/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,31 @@
&.k-toolbar-scrollable {
flex-wrap: nowrap;
position: relative;
}

&.k-toolbar-scrollable-overlay {

&::before,
&::after {
content: '';
height: 100%;
aspect-ratio: 1;
position: absolute;
z-index: 3;
}

&.k-toolbar-scrollable-overlay {
&::before {
content: '';
height: 100%;
aspect-ratio: 1;
position: absolute;
inset-inline-start: 0;
z-index: 3;
}

&::after {
content: '';
height: 100%;
aspect-ratio: 1;
position: absolute;
inset-inline-end: 0;
z-index: 3;
}

&.k-toolbar-scrollable-start::before,
&.k-toolbar-scrollable-end::after {
display: none;
}
&::before {
inset-inline-start: 0;
}

&::after {
inset-inline-end: 0;
}

&.k-toolbar-scrollable-start::before,
&.k-toolbar-scrollable-end::after {
display: none;
}
}

> * {
Expand Down
46 changes: 23 additions & 23 deletions packages/fluent/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,30 @@
flex-wrap: nowrap;
position: relative;
margin-inline-start: calc( var( --INTERNAL--kendo-toolbar-spacing, 0 ) * -1 );
}

&.k-toolbar-scrollable-overlay {

&::before,
&::after {
content: '';
height: 100%;
aspect-ratio: 1;
position: absolute;
z-index: 3;
}

&::before {
inset-inline-start: var( --INTERNAL--kendo-toolbar-spacing, 0 );
}

&::after {
inset-inline-end: 0;
}

&.k-toolbar-scrollable-overlay {
&::before {
content: '';
height: 100%;
aspect-ratio: 1;
position: absolute;
inset-inline-start: 0;
z-index: 3;
}

&::after {
content: '';
height: 100%;
aspect-ratio: 1;
position: absolute;
inset-inline-end: 0;
z-index: 3;
}

&.k-toolbar-scrollable-start::before,
&.k-toolbar-scrollable-end::after {
display: none;
}
&.k-toolbar-scrollable-start::before,
&.k-toolbar-scrollable-end::after {
display: none;
}
}

Expand Down
57 changes: 0 additions & 57 deletions packages/html/src/toolbar/tests/toolbar-adaptive.tsx

This file was deleted.

Binary file removed tests/_output/bootstrap/toolbar/toolbar-adaptive.png
Binary file not shown.
Binary file modified tests/_output/bootstrap/toolbar/toolbar-fill-modes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/_output/classic/toolbar/toolbar-adaptive.png
Binary file not shown.
Binary file modified tests/_output/classic/toolbar/toolbar-fill-modes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/toolbar/toolbar-scrollable-buttons-hidden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/_output/default/toolbar/toolbar-adaptive.png
Binary file not shown.
Binary file modified tests/_output/default/toolbar/toolbar-fill-modes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/default/toolbar/toolbar-scrollable-buttons-hidden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/_output/fluent/toolbar/toolbar-adaptive.png
Binary file not shown.
Binary file modified tests/_output/fluent/toolbar/toolbar-fill-modes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/fluent/toolbar/toolbar-scrollable-buttons-hidden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/_output/material/toolbar/toolbar-adaptive.png
Binary file not shown.
Binary file modified tests/_output/material/toolbar/toolbar-fill-modes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/_output/nouvelle/toolbar/toolbar-adaptive.png
Binary file not shown.
Binary file not shown.
159 changes: 0 additions & 159 deletions tests/toolbar/toolbar-adaptive.html

This file was deleted.

0 comments on commit 207a322

Please sign in to comment.