@progress/kendo-theme-bootstrap 9.0.1-dev.0 → 9.0.1-dev.1

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/dist/all.scss CHANGED
@@ -28287,7 +28287,7 @@ $kendo-form-sizes: (
28287
28287
 
28288
28288
 
28289
28289
  .k-edit-label {
28290
- margin: 0 0 k-spacing(4) 0;
28290
+ margin: 0 0 k-spacing(4);
28291
28291
  // TODO: do we need the input variable?
28292
28292
  padding: calc( #{$kendo-input-padding-y} + #{$kendo-input-border-width} ) 0;
28293
28293
  width: 30%;
@@ -28297,7 +28297,7 @@ $kendo-form-sizes: (
28297
28297
  clear: both;
28298
28298
  }
28299
28299
  .k-edit-field {
28300
- margin: 0 0 k-spacing(4) 0;
28300
+ margin: 0 0 k-spacing(4);
28301
28301
  width: 65%;
28302
28302
  float: right;
28303
28303
  clear: right;
@@ -51538,7 +51538,8 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
51538
51538
  }
51539
51539
  }
51540
51540
 
51541
- .k-master-row .k-grid-content-sticky::before {
51541
+ .k-master-row .k-grid-content-sticky::before,
51542
+ .k-master-row.k-grid-row-sticky .k-table-td::before {
51542
51543
  content: "";
51543
51544
  width: 100%;
51544
51545
  height: 100%;
@@ -52387,7 +52388,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52387
52388
  background-color: $kendo-grid-sticky-bg;
52388
52389
  }
52389
52390
 
52390
- .k-grid-row-sticky {
52391
+ &.k-grid-row-sticky > .k-table-td {
52391
52392
  border-top-color: $kendo-grid-sticky-border;
52392
52393
  border-bottom-color: $kendo-grid-sticky-border;
52393
52394
  background-color: $kendo-grid-sticky-bg;
@@ -52395,6 +52396,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52395
52396
 
52396
52397
  &.k-table-alt-row {
52397
52398
  .k-grid-content-sticky,
52399
+ &.k-grid-row-sticky > .k-table-td,
52398
52400
  .k-grid-row-sticky {
52399
52401
  @include fill( $bg: $kendo-grid-sticky-alt-bg );
52400
52402
  }
@@ -52402,6 +52404,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52402
52404
 
52403
52405
  // Selected state
52404
52406
  &.k-table-row.k-selected td.k-grid-content-sticky,
52407
+ &.k-table-row.k-selected.k-grid-row-sticky > .k-table-td,
52405
52408
  &.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
52406
52409
  &.k-table-row td.k-grid-content-sticky.k-selected,
52407
52410
  &.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
@@ -52417,6 +52420,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52417
52420
  }
52418
52421
 
52419
52422
  &.k-selected.k-table-alt-row td.k-grid-content-sticky,
52423
+ &.k-selected.k-table-alt-row.k-grid-row-sticky > .k-table-td,
52420
52424
  &.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
52421
52425
  &.k-table-alt-row td.k-grid-content-sticky.k-selected,
52422
52426
  &.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
@@ -52435,8 +52439,10 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52435
52439
  // Hovered state
52436
52440
  &:hover .k-grid-content-sticky,
52437
52441
  &:hover .k-grid-row-sticky,
52442
+ &:hover.k-grid-row-sticky > .k-table-td,
52438
52443
  &.k-hover .k-grid-content-sticky,
52439
- &.k-hover .k-grid-row-sticky {
52444
+ &.k-hover .k-grid-row-sticky,
52445
+ &.k-hover.k-grid-row-sticky > .k-table-td {
52440
52446
  background-color: $kendo-grid-sticky-hover-bg;
52441
52447
  }
52442
52448
 
@@ -52444,8 +52450,10 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52444
52450
  // Selected hover
52445
52451
  &.k-selected:hover td.k-grid-content-sticky,
52446
52452
  &.k-selected:hover .k-table-td.k-grid-row-sticky,
52453
+ &.k-selected:hover.k-grid-row-sticky > .k-table-td,
52447
52454
  &.k-selected.k-hover td.k-grid-content-sticky,
52448
52455
  &.k-selected.k-hover .k-table-td.k-grid-row-sticky,
52456
+ &.k-selected.k-hover.k-grid-row-sticky > .k-table-td,
52449
52457
  &:hover td.k-grid-content-sticky.k-selected,
52450
52458
  &.k-hover td.k-grid-content-sticky.k-selected,
52451
52459
  &:hover .k-table-td.k-grid-content-sticky.k-selected,
@@ -52462,121 +52470,6 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52462
52470
  }
52463
52471
  }
52464
52472
 
52465
- kendo-grid.k-grid {
52466
- .k-grid-content-sticky {
52467
- border-top-color: $kendo-grid-header-border;
52468
- border-left-color: $kendo-grid-sticky-border;
52469
- border-right-color: $kendo-grid-sticky-border;
52470
- background-color: $kendo-grid-sticky-bg;
52471
-
52472
- &:hover,
52473
- &.k-hover {
52474
- background-color: $kendo-grid-sticky-hover-bg;
52475
- }
52476
- }
52477
-
52478
- .k-grid-row-sticky {
52479
- td,
52480
- .k-table-td {
52481
- border-top-color: $kendo-grid-sticky-border;
52482
- border-bottom-color: $kendo-grid-sticky-border;
52483
- background-color: $kendo-grid-sticky-bg;
52484
- }
52485
-
52486
- &:hover td,
52487
- &.k-hover td,
52488
- &:hover .k-table-td,
52489
- &.k-hover .k-table-td {
52490
- background-color: $kendo-grid-sticky-hover-bg;
52491
- }
52492
- }
52493
-
52494
- .k-table-alt-row .k-grid-content-sticky,
52495
- .k-grid-row-sticky.k-table-alt-row td,
52496
- .k-grid-row-sticky.k-table-alt-row .k-table-td {
52497
- @include fill( $bg: $kendo-grid-sticky-alt-bg );
52498
- }
52499
-
52500
- // Selected state
52501
- .k-table-row.k-selected .k-grid-content-sticky,
52502
- .k-selected.k-grid-row-sticky td,
52503
- .k-grid-row-sticky td.k-selected,
52504
- .k-selected.k-grid-row-sticky .k-table-td,
52505
- .k-grid-row-sticky .k-table-td.k-selected,
52506
- .k-selected.k-grid-content-sticky {
52507
- @if($kendo-enable-color-system) {
52508
- @include fill( $bg: $kendo-grid-sticky-bg );
52509
-
52510
- &::before {
52511
- @include fill( $bg: $kendo-grid-sticky-selected-bg );
52512
- }
52513
- } @else {
52514
- @include fill( $bg: $kendo-grid-sticky-selected-bg );
52515
- }
52516
- }
52517
-
52518
- .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
52519
- .k-selected.k-table-alt-row.k-grid-row-sticky td,
52520
- .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
52521
- .k-table-alt-row .k-selected.k-grid-content-sticky {
52522
- @if($kendo-enable-color-system) {
52523
- @include fill( $bg: $kendo-grid-sticky-alt-bg );
52524
-
52525
- &::before {
52526
- @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
52527
- }
52528
- } @else {
52529
- @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
52530
- }
52531
- }
52532
-
52533
- // Hover state
52534
- .k-table-row:hover .k-grid-content-sticky,
52535
- .k-table-row.k-hover .k-grid-content-sticky,
52536
- .k-grid-row-sticky:hover td,
52537
- .k-grid-row-sticky.k-hover td,
52538
- .k-grid-row-sticky.k-table-alt-row:hover td,
52539
- .k-grid-row-sticky.k-table-alt-row.k-hover td,
52540
- .k-grid-row-sticky:hover .k-table-td,
52541
- .k-grid-row-sticky.k-hover .k-table-td,
52542
- .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
52543
- .k-grid-row-sticky.k-table-alt-row.k-hover .k-table-td,
52544
- .k-table-alt-row:hover .k-grid-content-sticky,
52545
- .k-table-alt-row.k-hover .k-grid-content-sticky {
52546
- background-color: $kendo-grid-sticky-hover-bg;
52547
- }
52548
-
52549
- // Selected + Hover
52550
- .k-table-row.k-selected:hover .k-grid-content-sticky,
52551
- .k-table-row.k-selected.k-hover .k-grid-content-sticky,
52552
- .k-selected.k-grid-row-sticky:hover td,
52553
- .k-selected.k-grid-row-sticky.k-hover td,
52554
- .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
52555
- .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
52556
- .k-selected.k-grid-row-sticky:hover .k-table-td,
52557
- .k-selected.k-grid-row-sticky.k-hover .k-table-td,
52558
- .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
52559
- .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
52560
- .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
52561
- .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
52562
- .k-grid-row-sticky:hover td.k-selected,
52563
- .k-grid-row-sticky.k-hover td.k-selected,
52564
- .k-grid-row-sticky:hover .k-table-td.k-selected,
52565
- .k-grid-row-sticky.k-hover .k-table-td.k-selected,
52566
- .k-table-row:hover .k-grid-content-sticky.k-selected,
52567
- .k-table-row.k-hover .k-grid-content-sticky.k-selected {
52568
- @if($kendo-enable-color-system) {
52569
- background-color: $kendo-grid-sticky-hover-bg;
52570
-
52571
- &::before {
52572
- background-color: $kendo-grid-sticky-selected-hover-bg;
52573
- }
52574
- } @else {
52575
- background-color: $kendo-grid-sticky-selected-hover-bg;
52576
- }
52577
- }
52578
- }
52579
-
52580
52473
  .k-grouping-row {
52581
52474
  .k-grid-content-sticky {
52582
52475
  @include fill( $bg: $kendo-grid-sticky-header-bg );
@@ -52879,7 +52772,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52879
52772
  border-top-color: $kendo-grid-border;
52880
52773
  }
52881
52774
 
52882
- .k-grid-row-sticky {
52775
+ &.k-grid-row-sticky > .k-table-td {
52883
52776
  border-top-color: $kendo-grid-sticky-border;
52884
52777
  border-bottom-color: $kendo-grid-sticky-border;
52885
52778
  background-color: $kendo-grid-sticky-bg;
@@ -52887,6 +52780,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52887
52780
 
52888
52781
  &.k-table-alt-row {
52889
52782
  .k-grid-content-sticky,
52783
+ &.k-grid-row-sticky > .k-table-td,
52890
52784
  .k-grid-row-sticky {
52891
52785
  @include fill( $bg: $kendo-grid-sticky-alt-bg );
52892
52786
  }
@@ -52894,6 +52788,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52894
52788
 
52895
52789
  // Selected state
52896
52790
  &.k-table-row.k-selected td.k-grid-content-sticky,
52791
+ &.k-table-row.k-selected.k-grid-row-sticky > .k-table-td,
52897
52792
  &.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
52898
52793
  &.k-table-row td.k-grid-content-sticky.k-selected,
52899
52794
  &.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
@@ -52909,6 +52804,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52909
52804
  }
52910
52805
 
52911
52806
  &.k-selected.k-table-alt-row td.k-grid-content-sticky,
52807
+ &.k-selected.k-table-alt-row.k-grid-row-sticky > .k-table-td,
52912
52808
  &.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
52913
52809
  &.k-table-alt-row td.k-grid-content-sticky.k-selected,
52914
52810
  &.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
@@ -52928,7 +52824,9 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52928
52824
  &:hover .k-grid-content-sticky,
52929
52825
  &.k-hover .k-grid-content-sticky,
52930
52826
  &:hover .k-grid-row-sticky,
52931
- &.k-hover .k-grid-row-sticky {
52827
+ &.k-hover .k-grid-row-sticky,
52828
+ &:hover.k-grid-row-sticky > .k-table-td,
52829
+ &.k-hover.k-grid-row-sticky > .k-table-td {
52932
52830
  background-color: $kendo-grid-sticky-hover-bg;
52933
52831
  }
52934
52832
 
@@ -52938,6 +52836,8 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52938
52836
  &.k-selected.k-hover .k-table-td.k-grid-content-sticky,
52939
52837
  &.k-selected:hover td.k-grid-row-sticky,
52940
52838
  &.k-selected.k-hover .k-table-td.k-grid-row-sticky,
52839
+ &.k-selected:hover.k-grid-row-sticky > .k-table-td,
52840
+ &.k-selected.k-hover.k-grid-row-sticky > .k-table-td,
52941
52841
  &:hover td.k-grid-content-sticky.k-selected,
52942
52842
  &.k-hover td.k-grid-content-sticky.k-selected,
52943
52843
  &:hover .k-table-td.k-grid-content-sticky.k-selected,
@@ -52954,119 +52854,6 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52954
52854
  }
52955
52855
  }
52956
52856
 
52957
- kendo-grid.k-grid {
52958
- .k-grid-content-sticky {
52959
- border-top-color: $kendo-grid-border;
52960
- border-left-color: $kendo-grid-sticky-border;
52961
- border-right-color: $kendo-grid-sticky-border;
52962
- background-color: $kendo-grid-sticky-bg;
52963
-
52964
- &:hover,
52965
- &.k-hover {
52966
- background-color: $kendo-grid-sticky-hover-bg;
52967
- }
52968
- }
52969
-
52970
- .k-grid-row-sticky td,
52971
- .k-grid-row-sticky .k-table-td {
52972
- border-top-color: $kendo-grid-sticky-border;
52973
- border-bottom-color: $kendo-grid-sticky-border;
52974
- background-color: $kendo-grid-sticky-bg;
52975
-
52976
- &:hover td,
52977
- &.k-hover td,
52978
- &:hover .k-table-td,
52979
- &.k-hover .k-table-td {
52980
- background-color: $kendo-grid-sticky-hover-bg;
52981
- }
52982
- }
52983
-
52984
- .k-table-alt-row .k-grid-content-sticky,
52985
- .k-grid-row-sticky.k-table-alt-row td,
52986
- .k-grid-row-sticky.k-table-alt-row .k-table-td {
52987
- @include fill( $bg: $kendo-grid-sticky-alt-bg );
52988
- }
52989
-
52990
- // Selected state
52991
- .k-table-row.k-selected .k-grid-content-sticky,
52992
- .k-selected.k-grid-row-sticky td,
52993
- .k-grid-row-sticky td.k-selected,
52994
- .k-selected.k-grid-row-sticky .k-table-td,
52995
- .k-grid-row-sticky .k-table-td.k-selected,
52996
- .k-selected.k-grid-content-sticky {
52997
- @if($kendo-enable-color-system) {
52998
- @include fill( $bg: $kendo-grid-sticky-bg );
52999
-
53000
- &::before {
53001
- @include fill( $bg: $kendo-grid-sticky-selected-bg );
53002
- }
53003
- } @else {
53004
- @include fill( $bg: $kendo-grid-sticky-selected-bg );
53005
- }
53006
- }
53007
-
53008
- .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
53009
- .k-selected.k-table-alt-row.k-grid-row-sticky td,
53010
- .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
53011
- .k-table-alt-row .k-selected.k-grid-content-sticky {
53012
- @if($kendo-enable-color-system) {
53013
- @include fill( $bg: $kendo-grid-sticky-alt-bg );
53014
-
53015
- &::before {
53016
- @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
53017
- }
53018
- } @else {
53019
- @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
53020
- }
53021
- }
53022
-
53023
- // Hover state
53024
- .k-table-row:hover .k-grid-content-sticky,
53025
- .k-table-row.k-hover .k-grid-content-sticky,
53026
- .k-grid-row-sticky:hover td,
53027
- .k-grid-row-sticky.k-hover td,
53028
- .k-grid-row-sticky.k-table-alt-row:hover td,
53029
- .k-grid-row-sticky.k-table-alt-row.k-hover td,
53030
- .k-grid-row-sticky:hover .k-table-td,
53031
- .k-grid-row-sticky.k-hover .k-table-td,
53032
- .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
53033
- .k-grid-row-sticky.k-table-alt-row.k-hover .k-table-td,
53034
- .k-table-alt-row:hover .k-grid-content-sticky,
53035
- .k-table-alt-row.k-hover .k-grid-content-sticky {
53036
- background-color: $kendo-grid-sticky-hover-bg;
53037
- }
53038
-
53039
- // Selected + Hover
53040
- .k-table-row.k-selected:hover .k-grid-content-sticky,
53041
- .k-table-row.k-selected.k-hover .k-grid-content-sticky,
53042
- .k-selected.k-grid-row-sticky:hover td,
53043
- .k-selected.k-grid-row-sticky.k-hover td,
53044
- .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
53045
- .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
53046
- .k-selected.k-grid-row-sticky:hover .k-table-td,
53047
- .k-selected.k-grid-row-sticky.k-hover .k-table-td,
53048
- .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
53049
- .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
53050
- .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
53051
- .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
53052
- .k-grid-row-sticky:hover td.k-selected,
53053
- .k-grid-row-sticky.k-hover td.k-selected,
53054
- .k-grid-row-sticky:hover .k-table-td.k-selected,
53055
- .k-grid-row-sticky.k-hover .k-table-td.k-selected,
53056
- .k-table-row:hover .k-grid-content-sticky.k-selected,
53057
- .k-table-row.k-hover .k-grid-content-sticky.k-selected {
53058
- @if($kendo-enable-color-system) {
53059
- background-color: $kendo-grid-sticky-hover-bg;
53060
-
53061
- &::before {
53062
- background-color: $kendo-grid-sticky-selected-hover-bg;
53063
- }
53064
- } @else {
53065
- background-color: $kendo-grid-sticky-selected-hover-bg;
53066
- }
53067
- }
53068
- }
53069
-
53070
52857
  .k-grouping-row {
53071
52858
  .k-grid-content-sticky {
53072
52859
  @include fill( $bg: $kendo-grid-sticky-header-bg );
@@ -58617,7 +58404,7 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
58617
58404
 
58618
58405
  // Toolbar
58619
58406
  .k-editor-toolbar {
58620
- border-width: 0 0 $kendo-toolbar-border-width 0;
58407
+ border-width: 0 0 $kendo-toolbar-border-width;
58621
58408
  flex-shrink: 0;
58622
58409
 
58623
58410
  .k-editor-export {
@@ -58872,7 +58659,7 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
58872
58659
 
58873
58660
  // Filebrowser toolbar
58874
58661
  .k-filebrowser-toolbar {
58875
- margin: k-spacing(4) 0 0 0;
58662
+ margin: k-spacing(4) 0 0;
58876
58663
  }
58877
58664
 
58878
58665
  .k-upload {
@@ -58899,7 +58686,7 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
58899
58686
  flex-flow: row wrap;
58900
58687
  height: 390px;
58901
58688
  max-height: 50vh;
58902
- margin: 0 0 k-spacing(4) 0;
58689
+ margin: 0 0 k-spacing(4);
58903
58690
  padding-block: $kendo-padding-md-y;
58904
58691
  padding-inline: $kendo-padding-md-x;
58905
58692
  border-top-width: 0;