@progress/kendo-theme-core 11.2.0-dev.2 → 11.2.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-core",
3
3
  "description": "A collection of functions and mixins used for building themes for Kendo UI",
4
- "version": "11.2.0-dev.2",
4
+ "version": "11.2.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -45,5 +45,5 @@
45
45
  "directories": {
46
46
  "doc": "docs"
47
47
  },
48
- "gitHead": "5b68190d257d628ffb73dee8f0b3c63d590c8644"
48
+ "gitHead": "95216cf9cd78a4decf243407437fc887729423f7"
49
49
  }
@@ -170,12 +170,6 @@
170
170
  }
171
171
  }
172
172
 
173
- // Workaround for scrollable scenario with buttons inside badge container
174
- .k-toolbar-items-scroll:has(.k-badge-container) {
175
- padding-block-start: .5em;
176
- margin-block-start: -.5em;
177
- }
178
-
179
173
  .k-toolbar-items-list {
180
174
  display: flex;
181
175
  flex-flow: row wrap;
@@ -242,6 +236,19 @@
242
236
  height: $_separator-height;
243
237
  }
244
238
 
239
+ .k-toolbar-items-scroll {
240
+ padding-block: $_padding-y;
241
+ margin-block: calc( #{$_padding-y} * -1 );
242
+ padding-inline: $_padding-x;
243
+ margin-inline: calc( #{$_padding-x} * -1 );
244
+ }
245
+
246
+ &.k-toolbar-scrollable-overlay .k-toolbar-items-scroll:only-child,
247
+ .k-toolbar-items-scroll:not(:only-child) {
248
+ padding-inline-end: 0;
249
+ margin-inline-end: 0;
250
+ }
251
+
245
252
  }
246
253
 
247
254
  .k-toolbar-items-list-#{$size} {