Skip to content

Commit 994d52d

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent f51754b commit 994d52d

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

styles/web/Default/pivotgrid/_layout.less

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
table-layout: fixed;
4242

4343
th {
44+
font-weight: 400;
45+
text-transform: initial;
46+
}
47+
48+
.k-pivotgrid-header-root {
4449
font-weight: 600;
4550
text-transform: uppercase;
4651
}
@@ -138,6 +143,8 @@
138143
// Configurator
139144
.k-pivotgrid-configurator {
140145
display: flex;
146+
border: none;
147+
box-shadow: none;
141148
}
142149

143150
.k-pivotgrid-configurator-panel {
@@ -159,6 +166,13 @@
159166
box-sizing: border-box;
160167
cursor: pointer;
161168

169+
> span {
170+
align-items: center;
171+
justify-content: center;
172+
display: flex;
173+
gap: calc( @pivotgrid-spacer / 2 );
174+
}
175+
162176
.k-flex-row &,
163177
.k-flex-row-reverse & {
164178
display: flex;
@@ -287,6 +301,10 @@
287301
padding: @pivotgrid-treeview-padding-y @pivotgrid-treeview-padding-x;
288302
overflow: auto;
289303
}
304+
305+
.k-treeview .k-in .k-checkbox-wrapper {
306+
display: inline-flex;
307+
}
290308
}
291309

292310
.k-pivotgrid-configurator-actions {
@@ -432,6 +450,45 @@
432450
position: relative;
433451
}
434452

453+
// Column Menu
454+
.k-pivotgrid-column-menu {
455+
border: none;
456+
}
457+
458+
.k-pivotgrid-column-menu .k-item {
459+
float: initial;
460+
border: none;
461+
}
462+
463+
.k-pivotgrid-column-menu-popup.k-state-focused {
464+
box-shadow: none;
465+
}
466+
467+
.k-pivotgrid-column-menu .k-actions {
468+
padding: calc( @pivotgrid-configurator-actions-padding-y / 2) @pivotgrid-configurator-actions-padding-x;
469+
}
470+
471+
.k-pivotgrid-column-menu.k-column-menu .k-animation-container-relative {
472+
position: relative;
473+
display: inline-block;
474+
}
475+
476+
.k-pivotgrid-column-menu-popup .k-filter-menu {
477+
margin: 0;
478+
padding: 0;
479+
background-color: inherit;
480+
}
481+
482+
.k-pivotgrid-column-menu-popup .k-filer-menu .k-filter-menu-container {
483+
padding: calc( @pivotgrid-configurator-actions-padding-y / 2) @pivotgrid-configurator-actions-padding-x
484+
}
485+
486+
.k-pivotgrid-column-menu-popup .k-filter-menu-container .k-actions {
487+
margin: 0;
488+
padding: calc( @pivotgrid-configurator-actions-padding-y / 2) 0 0;
489+
}
490+
491+
435492
// Export
436493
.k-pdf-export-shadow {
437494

styles/web/Default/pivotgrid/_theme.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,8 @@
144144
.box-shadow( @pivotgrid-configurator-bottom-shadow );
145145
}
146146
}
147+
148+
// Column Menu
149+
.k-pivotgrid-column-menu .k-actions {
150+
.fill( @border: @component-border );
151+
}

0 commit comments

Comments
 (0)