@progress/kendo-theme-core 14.1.0 → 14.1.1-dev.0

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": "14.1.0",
4
+ "version": "14.1.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -46,5 +46,5 @@
46
46
  "directories": {
47
47
  "doc": "docs"
48
48
  },
49
- "gitHead": "a6e2252887fe81b466505994c12762fe2ae6c535"
49
+ "gitHead": "ff97cb9b2e48582b23c95cccd1ee373db5117877"
50
50
  }
@@ -1505,11 +1505,6 @@
1505
1505
  border: 0;
1506
1506
  border-radius: 0;
1507
1507
  background: inherit;
1508
-
1509
- .k-columnmenu-item {
1510
- display: flex;
1511
- align-items: center;
1512
- }
1513
1508
  }
1514
1509
 
1515
1510
  .k-columnmenu-indicators {
@@ -1518,12 +1513,6 @@
1518
1513
  align-items: center;
1519
1514
  justify-content: center;
1520
1515
  }
1521
-
1522
- // TODO: Check if k-columnmenu-item should not be flex by default
1523
- .k-columnmenu-item:has(> .k-columnmenu-item-actions, > .k-columnmenu-indicators) {
1524
- display: flex;
1525
- align-items: center;
1526
- }
1527
1516
  }
1528
1517
  .k-column-menu-tabbed {
1529
1518
  border-radius: $kendo-tabstrip-item-border-radius $kendo-tabstrip-item-border-radius 0 0;
@@ -1584,6 +1573,8 @@
1584
1573
  }
1585
1574
 
1586
1575
  .k-columnmenu-item {
1576
+ display: flex;
1577
+ align-items: center;
1587
1578
  padding-block: $kendo-grid-column-menu-item-padding-y;
1588
1579
  padding-inline: $kendo-grid-column-menu-item-padding-x;
1589
1580
  outline: 0;