@syncfusion/blazor-themes 21.1.35 → 21.1.37

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.
Files changed (57) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +16 -7
  2. package/SCSS-Themes/bootstrap.scss +16 -7
  3. package/SCSS-Themes/bootstrap4.scss +16 -7
  4. package/SCSS-Themes/bootstrap5-dark.scss +16 -4
  5. package/SCSS-Themes/bootstrap5.scss +16 -4
  6. package/SCSS-Themes/fabric-dark.scss +16 -7
  7. package/SCSS-Themes/fabric.scss +16 -7
  8. package/SCSS-Themes/fluent-dark.scss +16 -4
  9. package/SCSS-Themes/fluent.scss +16 -4
  10. package/SCSS-Themes/highcontrast.scss +16 -7
  11. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +12 -3
  12. package/SCSS-Themes/inputs/rating/bootstrap.scss +12 -3
  13. package/SCSS-Themes/inputs/rating/bootstrap4.scss +12 -3
  14. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +12 -0
  15. package/SCSS-Themes/inputs/rating/bootstrap5.scss +12 -0
  16. package/SCSS-Themes/inputs/rating/fabric-dark.scss +12 -3
  17. package/SCSS-Themes/inputs/rating/fabric.scss +12 -3
  18. package/SCSS-Themes/inputs/rating/fluent-dark.scss +12 -0
  19. package/SCSS-Themes/inputs/rating/fluent.scss +12 -0
  20. package/SCSS-Themes/inputs/rating/highcontrast.scss +12 -3
  21. package/SCSS-Themes/inputs/rating/material-dark.scss +12 -3
  22. package/SCSS-Themes/inputs/rating/material.scss +12 -3
  23. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +12 -0
  24. package/SCSS-Themes/inputs/rating/tailwind.scss +12 -0
  25. package/SCSS-Themes/material-dark.scss +16 -7
  26. package/SCSS-Themes/material.scss +16 -7
  27. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +3 -3
  28. package/SCSS-Themes/navigations/treeview/bootstrap.scss +3 -3
  29. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +3 -3
  30. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +3 -3
  31. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +3 -3
  32. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +3 -3
  33. package/SCSS-Themes/navigations/treeview/fabric.scss +3 -3
  34. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +3 -3
  35. package/SCSS-Themes/navigations/treeview/fluent.scss +3 -3
  36. package/SCSS-Themes/navigations/treeview/highcontrast.scss +3 -3
  37. package/SCSS-Themes/navigations/treeview/material-dark.scss +3 -3
  38. package/SCSS-Themes/navigations/treeview/material.scss +3 -3
  39. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +3 -3
  40. package/SCSS-Themes/navigations/treeview/tailwind.scss +3 -3
  41. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
  42. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
  43. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
  44. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +1 -1
  45. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +1 -1
  46. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +1 -1
  47. package/SCSS-Themes/pivotview/pivotview/fabric.scss +1 -1
  48. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +1 -1
  49. package/SCSS-Themes/pivotview/pivotview/fluent.scss +1 -1
  50. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +1 -1
  51. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +1 -1
  52. package/SCSS-Themes/pivotview/pivotview/material.scss +1 -1
  53. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +1 -1
  54. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +1 -1
  55. package/SCSS-Themes/tailwind-dark.scss +16 -4
  56. package/SCSS-Themes/tailwind.scss +16 -4
  57. package/package.json +1 -1
@@ -54431,12 +54431,12 @@ $ripple-width: 32px !default;
54431
54431
  }
54432
54432
  }
54433
54433
 
54434
- .e-list-item.e-active.e-hover > .e-fullrow {
54434
+ .e-list-item.e-active.e-hover > .e-fullrow{
54435
54435
  @include active-hover-theme;
54436
54436
  }
54437
54437
 
54438
54438
  .e-list-item.e-editing.e-active > .e-fullrow,
54439
- .e-list-item.e-editing.e-hover > .e-fullrow {
54439
+ .e-list-item.e-editing.e-hover > .e-fullrow{
54440
54440
  @include active-editing-theme;
54441
54441
  }
54442
54442
 
@@ -54502,7 +54502,7 @@ $ripple-width: 32px !default;
54502
54502
 
54503
54503
  &:not(.e-fullrow-wrap) {
54504
54504
 
54505
- .e-list-item.e-hover > .e-text-content {
54505
+ .e-list-item.e-hover > .e-text-content{
54506
54506
  background-color: $treeview-item-hover-bg;
54507
54507
  border-color: $treeview-item-hover-border-color;
54508
54508
  }
@@ -106451,7 +106451,7 @@ $pivotpager-single-size-title-padding: 14px !default;
106451
106451
  .e-pivot-pager-column-maindiv {
106452
106452
  &.e-page-size-disable {
106453
106453
  .e-pivotview-text-div {
106454
- width: auto;
106454
+ width: 50%;
106455
106455
  }
106456
106456
  }
106457
106457
  }
@@ -115672,6 +115672,7 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
115672
115672
  $rating-li-font-size: 20px !default;
115673
115673
  $rating-li-padding: 4px !default;
115674
115674
  $rating-li-line-height: 13px !default;
115675
+ $rating-li-min-width-height: 28px !default;
115675
115676
  $rating-focus-border-radius: 0 !default;
115676
115677
  $rating-label-bottom-margin: 4px !default;
115677
115678
  $rating-label-right-margin: 8px !default;
@@ -115684,21 +115685,21 @@ $rating-tooltip-tip-bottom-height: 8px !default;
115684
115685
 
115685
115686
  $rating-small-li-font-size: 16px !default;
115686
115687
  $rating-small-li-line-height: 9px !default;
115687
- $rating-small-li-hover-font-size: 18px !default;
115688
+ $rating-small-li-min-width-height: 24px !default;
115688
115689
  $rating-small-label-font-size: 10px !default;
115689
115690
  $rating-small-label-line-height: 16px !default;
115690
115691
  $rating-small-reset-font-size : 12px !default;
115691
115692
 
115692
115693
  $rating-bigger-li-font-size: 32px !default;
115693
115694
  $rating-bigger-li-line-height: 21px !default;
115694
- $rating-bigger-li-hover-font-size: 34px !default;
115695
+ $rating-bigger-li-min-width-height: 40px !default;
115695
115696
  $rating-bigger-label-font-size: 14px !default;
115696
115697
  $rating-bigger-label-line-height: 22px !default;
115697
115698
  $rating-bigger-reset-font-size : 28px !default;
115698
115699
 
115699
115700
  $rating-bigger-small-li-font-size: 24px !default;
115700
115701
  $rating-bigger-small-li-line-height: 17px !default;
115701
- $rating-bigger-small-li-hover-font-size: 26px !default;
115702
+ $rating-bigger-small-li-min-width-height: 32px !default;
115702
115703
  $rating-bigger-small-label-font-size: 12px !default;
115703
115704
  $rating-bigger-small-label-line-height: 18px !default;
115704
115705
  $rating-bigger-small-reset-font-size : 20px !default;
@@ -115753,6 +115754,8 @@ $rating-reset-disabled-icon-color: $grey-600 !default;
115753
115754
  padding: $rating-li-padding;
115754
115755
  line-height: $rating-li-line-height;
115755
115756
  display: block;
115757
+ min-width: $rating-li-min-width-height; //font-size + padding
115758
+ min-height: $rating-li-min-width-height; //font-size + padding
115756
115759
  //For Blazor Tooltip
115757
115760
  position: relative;
115758
115761
 
@@ -115877,6 +115880,8 @@ $rating-reset-disabled-icon-color: $grey-600 !default;
115877
115880
  .e-rating-item-container {
115878
115881
  font-size: $rating-small-li-font-size;
115879
115882
  line-height: $rating-small-li-line-height;
115883
+ min-height: $rating-small-li-min-width-height; //font-size + padding
115884
+ min-width: $rating-small-li-min-width-height; //font-size + padding
115880
115885
  }
115881
115886
 
115882
115887
  .e-rating-label {
@@ -115894,6 +115899,8 @@ $rating-reset-disabled-icon-color: $grey-600 !default;
115894
115899
  .e-rating-item-container {
115895
115900
  font-size: $rating-bigger-li-font-size;
115896
115901
  line-height: $rating-bigger-li-line-height;
115902
+ min-width: $rating-bigger-li-min-width-height; //font-size + padding
115903
+ min-height: $rating-bigger-li-min-width-height; //font-size + padding
115897
115904
  }
115898
115905
 
115899
115906
  .e-rating-label {
@@ -115913,6 +115920,8 @@ $rating-reset-disabled-icon-color: $grey-600 !default;
115913
115920
  .e-rating-item-container {
115914
115921
  font-size: $rating-bigger-small-li-font-size;
115915
115922
  line-height: $rating-bigger-small-li-line-height;
115923
+ min-width: $rating-bigger-small-li-min-width-height; //font-size + padding
115924
+ min-height: $rating-bigger-small-li-min-width-height; //font-size + padding
115916
115925
  }
115917
115926
 
115918
115927
  .e-rating-label {
@@ -54173,12 +54173,12 @@ $ripple-width: 32px !default;
54173
54173
  }
54174
54174
  }
54175
54175
 
54176
- .e-list-item.e-active.e-hover > .e-fullrow {
54176
+ .e-list-item.e-active.e-hover > .e-fullrow{
54177
54177
  @include active-hover-theme;
54178
54178
  }
54179
54179
 
54180
54180
  .e-list-item.e-editing.e-active > .e-fullrow,
54181
- .e-list-item.e-editing.e-hover > .e-fullrow {
54181
+ .e-list-item.e-editing.e-hover > .e-fullrow{
54182
54182
  @include active-editing-theme;
54183
54183
  }
54184
54184
 
@@ -54244,7 +54244,7 @@ $ripple-width: 32px !default;
54244
54244
 
54245
54245
  &:not(.e-fullrow-wrap) {
54246
54246
 
54247
- .e-list-item.e-hover > .e-text-content {
54247
+ .e-list-item.e-hover > .e-text-content{
54248
54248
  background-color: $treeview-item-hover-bg;
54249
54249
  border-color: $treeview-item-hover-border-color;
54250
54250
  }
@@ -106160,7 +106160,7 @@ $pivotpager-single-size-title-padding: 14px !default;
106160
106160
  .e-pivot-pager-column-maindiv {
106161
106161
  &.e-page-size-disable {
106162
106162
  .e-pivotview-text-div {
106163
- width: auto;
106163
+ width: 50%;
106164
106164
  }
106165
106165
  }
106166
106166
  }
@@ -115380,6 +115380,7 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
115380
115380
  $rating-li-font-size: 20px !default;
115381
115381
  $rating-li-padding: 4px !default;
115382
115382
  $rating-li-line-height: 13px !default;
115383
+ $rating-li-min-width-height: 28px !default;
115383
115384
  $rating-focus-border-radius: 0 !default;
115384
115385
  $rating-label-bottom-margin: 4px !default;
115385
115386
  $rating-label-right-margin: 8px !default;
@@ -115392,21 +115393,21 @@ $rating-tooltip-tip-bottom-height: 8px !default;
115392
115393
 
115393
115394
  $rating-small-li-font-size: 16px !default;
115394
115395
  $rating-small-li-line-height: 9px !default;
115395
- $rating-small-li-hover-font-size: 18px !default;
115396
+ $rating-small-li-min-width-height: 24px !default;
115396
115397
  $rating-small-label-font-size: 10px !default;
115397
115398
  $rating-small-label-line-height: 16px !default;
115398
115399
  $rating-small-reset-font-size : 12px !default;
115399
115400
 
115400
115401
  $rating-bigger-li-font-size: 32px !default;
115401
115402
  $rating-bigger-li-line-height: 21px !default;
115402
- $rating-bigger-li-hover-font-size: 34px !default;
115403
+ $rating-bigger-li-min-width-height: 40px !default;
115403
115404
  $rating-bigger-label-font-size: 14px !default;
115404
115405
  $rating-bigger-label-line-height: 22px !default;
115405
115406
  $rating-bigger-reset-font-size : 28px !default;
115406
115407
 
115407
115408
  $rating-bigger-small-li-font-size: 24px !default;
115408
115409
  $rating-bigger-small-li-line-height: 17px !default;
115409
- $rating-bigger-small-li-hover-font-size: 26px !default;
115410
+ $rating-bigger-small-li-min-width-height: 32px !default;
115410
115411
  $rating-bigger-small-label-font-size: 12px !default;
115411
115412
  $rating-bigger-small-label-line-height: 18px !default;
115412
115413
  $rating-bigger-small-reset-font-size : 20px !default;
@@ -115461,6 +115462,8 @@ $rating-reset-disabled-icon-color: $grey-500 !default;
115461
115462
  padding: $rating-li-padding;
115462
115463
  line-height: $rating-li-line-height;
115463
115464
  display: block;
115465
+ min-width: $rating-li-min-width-height; //font-size + padding
115466
+ min-height: $rating-li-min-width-height; //font-size + padding
115464
115467
  //For Blazor Tooltip
115465
115468
  position: relative;
115466
115469
 
@@ -115585,6 +115588,8 @@ $rating-reset-disabled-icon-color: $grey-500 !default;
115585
115588
  .e-rating-item-container {
115586
115589
  font-size: $rating-small-li-font-size;
115587
115590
  line-height: $rating-small-li-line-height;
115591
+ min-height: $rating-small-li-min-width-height; //font-size + padding
115592
+ min-width: $rating-small-li-min-width-height; //font-size + padding
115588
115593
  }
115589
115594
 
115590
115595
  .e-rating-label {
@@ -115602,6 +115607,8 @@ $rating-reset-disabled-icon-color: $grey-500 !default;
115602
115607
  .e-rating-item-container {
115603
115608
  font-size: $rating-bigger-li-font-size;
115604
115609
  line-height: $rating-bigger-li-line-height;
115610
+ min-width: $rating-bigger-li-min-width-height; //font-size + padding
115611
+ min-height: $rating-bigger-li-min-width-height; //font-size + padding
115605
115612
  }
115606
115613
 
115607
115614
  .e-rating-label {
@@ -115621,6 +115628,8 @@ $rating-reset-disabled-icon-color: $grey-500 !default;
115621
115628
  .e-rating-item-container {
115622
115629
  font-size: $rating-bigger-small-li-font-size;
115623
115630
  line-height: $rating-bigger-small-li-line-height;
115631
+ min-width: $rating-bigger-small-li-min-width-height; //font-size + padding
115632
+ min-height: $rating-bigger-small-li-min-width-height; //font-size + padding
115624
115633
  }
115625
115634
 
115626
115635
  .e-rating-label {
@@ -1391,12 +1391,12 @@ $ripple-width: 32px !default;
1391
1391
  }
1392
1392
  }
1393
1393
 
1394
- .e-list-item.e-active.e-hover > .e-fullrow {
1394
+ .e-list-item.e-active.e-hover > .e-fullrow{
1395
1395
  @include active-hover-theme;
1396
1396
  }
1397
1397
 
1398
1398
  .e-list-item.e-editing.e-active > .e-fullrow,
1399
- .e-list-item.e-editing.e-hover > .e-fullrow {
1399
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1400
1400
  @include active-editing-theme;
1401
1401
  }
1402
1402
 
@@ -1462,7 +1462,7 @@ $ripple-width: 32px !default;
1462
1462
 
1463
1463
  &:not(.e-fullrow-wrap) {
1464
1464
 
1465
- .e-list-item.e-hover > .e-text-content {
1465
+ .e-list-item.e-hover > .e-text-content{
1466
1466
  background-color: $treeview-item-hover-bg;
1467
1467
  border-color: $treeview-item-hover-border-color;
1468
1468
  }
@@ -1386,12 +1386,12 @@ $ripple-width: 32px !default;
1386
1386
  }
1387
1387
  }
1388
1388
 
1389
- .e-list-item.e-active.e-hover > .e-fullrow {
1389
+ .e-list-item.e-active.e-hover > .e-fullrow{
1390
1390
  @include active-hover-theme;
1391
1391
  }
1392
1392
 
1393
1393
  .e-list-item.e-editing.e-active > .e-fullrow,
1394
- .e-list-item.e-editing.e-hover > .e-fullrow {
1394
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1395
1395
  @include active-editing-theme;
1396
1396
  }
1397
1397
 
@@ -1457,7 +1457,7 @@ $ripple-width: 32px !default;
1457
1457
 
1458
1458
  &:not(.e-fullrow-wrap) {
1459
1459
 
1460
- .e-list-item.e-hover > .e-text-content {
1460
+ .e-list-item.e-hover > .e-text-content{
1461
1461
  background-color: $treeview-item-hover-bg;
1462
1462
  border-color: $treeview-item-hover-border-color;
1463
1463
  }
@@ -1414,12 +1414,12 @@ $ripple-width: 32px !default;
1414
1414
  }
1415
1415
  }
1416
1416
 
1417
- .e-list-item.e-active.e-hover > .e-fullrow {
1417
+ .e-list-item.e-active.e-hover > .e-fullrow{
1418
1418
  @include active-hover-theme;
1419
1419
  }
1420
1420
 
1421
1421
  .e-list-item.e-editing.e-active > .e-fullrow,
1422
- .e-list-item.e-editing.e-hover > .e-fullrow {
1422
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1423
1423
  @include active-editing-theme;
1424
1424
  }
1425
1425
 
@@ -1485,7 +1485,7 @@ $ripple-width: 32px !default;
1485
1485
 
1486
1486
  &:not(.e-fullrow-wrap) {
1487
1487
 
1488
- .e-list-item.e-hover > .e-text-content {
1488
+ .e-list-item.e-hover > .e-text-content{
1489
1489
  background-color: $treeview-item-hover-bg;
1490
1490
  border-color: $treeview-item-hover-border-color;
1491
1491
  }
@@ -1393,12 +1393,12 @@ $treeview-item-active-check-color: $primary !default;
1393
1393
  }
1394
1394
  }
1395
1395
 
1396
- .e-list-item.e-active.e-hover > .e-fullrow {
1396
+ .e-list-item.e-active.e-hover > .e-fullrow{
1397
1397
  @include active-hover-theme;
1398
1398
  }
1399
1399
 
1400
1400
  .e-list-item.e-editing.e-active > .e-fullrow,
1401
- .e-list-item.e-editing.e-hover > .e-fullrow {
1401
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1402
1402
  @include active-editing-theme;
1403
1403
  }
1404
1404
 
@@ -1464,7 +1464,7 @@ $treeview-item-active-check-color: $primary !default;
1464
1464
 
1465
1465
  &:not(.e-fullrow-wrap) {
1466
1466
 
1467
- .e-list-item.e-hover > .e-text-content {
1467
+ .e-list-item.e-hover > .e-text-content{
1468
1468
  background-color: $treeview-item-hover-bg;
1469
1469
  border-color: $treeview-item-hover-border-color;
1470
1470
  }
@@ -1393,12 +1393,12 @@ $treeview-item-active-check-color: $primary !default;
1393
1393
  }
1394
1394
  }
1395
1395
 
1396
- .e-list-item.e-active.e-hover > .e-fullrow {
1396
+ .e-list-item.e-active.e-hover > .e-fullrow{
1397
1397
  @include active-hover-theme;
1398
1398
  }
1399
1399
 
1400
1400
  .e-list-item.e-editing.e-active > .e-fullrow,
1401
- .e-list-item.e-editing.e-hover > .e-fullrow {
1401
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1402
1402
  @include active-editing-theme;
1403
1403
  }
1404
1404
 
@@ -1464,7 +1464,7 @@ $treeview-item-active-check-color: $primary !default;
1464
1464
 
1465
1465
  &:not(.e-fullrow-wrap) {
1466
1466
 
1467
- .e-list-item.e-hover > .e-text-content {
1467
+ .e-list-item.e-hover > .e-text-content{
1468
1468
  background-color: $treeview-item-hover-bg;
1469
1469
  border-color: $treeview-item-hover-border-color;
1470
1470
  }
@@ -1389,12 +1389,12 @@ $ripple-width: 32px !default;
1389
1389
  }
1390
1390
  }
1391
1391
 
1392
- .e-list-item.e-active.e-hover > .e-fullrow {
1392
+ .e-list-item.e-active.e-hover > .e-fullrow{
1393
1393
  @include active-hover-theme;
1394
1394
  }
1395
1395
 
1396
1396
  .e-list-item.e-editing.e-active > .e-fullrow,
1397
- .e-list-item.e-editing.e-hover > .e-fullrow {
1397
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1398
1398
  @include active-editing-theme;
1399
1399
  }
1400
1400
 
@@ -1460,7 +1460,7 @@ $ripple-width: 32px !default;
1460
1460
 
1461
1461
  &:not(.e-fullrow-wrap) {
1462
1462
 
1463
- .e-list-item.e-hover > .e-text-content {
1463
+ .e-list-item.e-hover > .e-text-content{
1464
1464
  background-color: $treeview-item-hover-bg;
1465
1465
  border-color: $treeview-item-hover-border-color;
1466
1466
  }
@@ -1385,12 +1385,12 @@ $ripple-width: 32px !default;
1385
1385
  }
1386
1386
  }
1387
1387
 
1388
- .e-list-item.e-active.e-hover > .e-fullrow {
1388
+ .e-list-item.e-active.e-hover > .e-fullrow{
1389
1389
  @include active-hover-theme;
1390
1390
  }
1391
1391
 
1392
1392
  .e-list-item.e-editing.e-active > .e-fullrow,
1393
- .e-list-item.e-editing.e-hover > .e-fullrow {
1393
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1394
1394
  @include active-editing-theme;
1395
1395
  }
1396
1396
 
@@ -1456,7 +1456,7 @@ $ripple-width: 32px !default;
1456
1456
 
1457
1457
  &:not(.e-fullrow-wrap) {
1458
1458
 
1459
- .e-list-item.e-hover > .e-text-content {
1459
+ .e-list-item.e-hover > .e-text-content{
1460
1460
  background-color: $treeview-item-hover-bg;
1461
1461
  border-color: $treeview-item-hover-border-color;
1462
1462
  }
@@ -1393,12 +1393,12 @@ $treeview-item-active-check-color: $primary !default;
1393
1393
  }
1394
1394
  }
1395
1395
 
1396
- .e-list-item.e-active.e-hover > .e-fullrow {
1396
+ .e-list-item.e-active.e-hover > .e-fullrow{
1397
1397
  @include active-hover-theme;
1398
1398
  }
1399
1399
 
1400
1400
  .e-list-item.e-editing.e-active > .e-fullrow,
1401
- .e-list-item.e-editing.e-hover > .e-fullrow {
1401
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1402
1402
  @include active-editing-theme;
1403
1403
  }
1404
1404
 
@@ -1464,7 +1464,7 @@ $treeview-item-active-check-color: $primary !default;
1464
1464
 
1465
1465
  &:not(.e-fullrow-wrap) {
1466
1466
 
1467
- .e-list-item.e-hover > .e-text-content {
1467
+ .e-list-item.e-hover > .e-text-content{
1468
1468
  background-color: $treeview-item-hover-bg;
1469
1469
  border-color: $treeview-item-hover-border-color;
1470
1470
  }
@@ -1393,12 +1393,12 @@ $treeview-item-active-check-color: $primary !default;
1393
1393
  }
1394
1394
  }
1395
1395
 
1396
- .e-list-item.e-active.e-hover > .e-fullrow {
1396
+ .e-list-item.e-active.e-hover > .e-fullrow{
1397
1397
  @include active-hover-theme;
1398
1398
  }
1399
1399
 
1400
1400
  .e-list-item.e-editing.e-active > .e-fullrow,
1401
- .e-list-item.e-editing.e-hover > .e-fullrow {
1401
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1402
1402
  @include active-editing-theme;
1403
1403
  }
1404
1404
 
@@ -1464,7 +1464,7 @@ $treeview-item-active-check-color: $primary !default;
1464
1464
 
1465
1465
  &:not(.e-fullrow-wrap) {
1466
1466
 
1467
- .e-list-item.e-hover > .e-text-content {
1467
+ .e-list-item.e-hover > .e-text-content{
1468
1468
  background-color: $treeview-item-hover-bg;
1469
1469
  border-color: $treeview-item-hover-border-color;
1470
1470
  }
@@ -1391,12 +1391,12 @@ $ripple-width: 32px !default;
1391
1391
  }
1392
1392
  }
1393
1393
 
1394
- .e-list-item.e-active.e-hover > .e-fullrow {
1394
+ .e-list-item.e-active.e-hover > .e-fullrow{
1395
1395
  @include active-hover-theme;
1396
1396
  }
1397
1397
 
1398
1398
  .e-list-item.e-editing.e-active > .e-fullrow,
1399
- .e-list-item.e-editing.e-hover > .e-fullrow {
1399
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1400
1400
  @include active-editing-theme;
1401
1401
  }
1402
1402
 
@@ -1462,7 +1462,7 @@ $ripple-width: 32px !default;
1462
1462
 
1463
1463
  &:not(.e-fullrow-wrap) {
1464
1464
 
1465
- .e-list-item.e-hover > .e-text-content {
1465
+ .e-list-item.e-hover > .e-text-content{
1466
1466
  background-color: $treeview-item-hover-bg;
1467
1467
  border-color: $treeview-item-hover-border-color;
1468
1468
  }
@@ -1387,12 +1387,12 @@ $ripple-width: 32px !default;
1387
1387
  }
1388
1388
  }
1389
1389
 
1390
- .e-list-item.e-active.e-hover > .e-fullrow {
1390
+ .e-list-item.e-active.e-hover > .e-fullrow{
1391
1391
  @include active-hover-theme;
1392
1392
  }
1393
1393
 
1394
1394
  .e-list-item.e-editing.e-active > .e-fullrow,
1395
- .e-list-item.e-editing.e-hover > .e-fullrow {
1395
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1396
1396
  @include active-editing-theme;
1397
1397
  }
1398
1398
 
@@ -1458,7 +1458,7 @@ $ripple-width: 32px !default;
1458
1458
 
1459
1459
  &:not(.e-fullrow-wrap) {
1460
1460
 
1461
- .e-list-item.e-hover > .e-text-content {
1461
+ .e-list-item.e-hover > .e-text-content{
1462
1462
  background-color: $treeview-item-hover-bg;
1463
1463
  border-color: $treeview-item-hover-border-color;
1464
1464
  }
@@ -1385,12 +1385,12 @@ $ripple-width: 32px !default;
1385
1385
  }
1386
1386
  }
1387
1387
 
1388
- .e-list-item.e-active.e-hover > .e-fullrow {
1388
+ .e-list-item.e-active.e-hover > .e-fullrow{
1389
1389
  @include active-hover-theme;
1390
1390
  }
1391
1391
 
1392
1392
  .e-list-item.e-editing.e-active > .e-fullrow,
1393
- .e-list-item.e-editing.e-hover > .e-fullrow {
1393
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1394
1394
  @include active-editing-theme;
1395
1395
  }
1396
1396
 
@@ -1456,7 +1456,7 @@ $ripple-width: 32px !default;
1456
1456
 
1457
1457
  &:not(.e-fullrow-wrap) {
1458
1458
 
1459
- .e-list-item.e-hover > .e-text-content {
1459
+ .e-list-item.e-hover > .e-text-content{
1460
1460
  background-color: $treeview-item-hover-bg;
1461
1461
  border-color: $treeview-item-hover-border-color;
1462
1462
  }
@@ -1397,12 +1397,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
1397
1397
  }
1398
1398
  }
1399
1399
 
1400
- .e-list-item.e-active.e-hover > .e-fullrow {
1400
+ .e-list-item.e-active.e-hover > .e-fullrow{
1401
1401
  @include active-hover-theme;
1402
1402
  }
1403
1403
 
1404
1404
  .e-list-item.e-editing.e-active > .e-fullrow,
1405
- .e-list-item.e-editing.e-hover > .e-fullrow {
1405
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1406
1406
  @include active-editing-theme;
1407
1407
  }
1408
1408
 
@@ -1468,7 +1468,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
1468
1468
 
1469
1469
  &:not(.e-fullrow-wrap) {
1470
1470
 
1471
- .e-list-item.e-hover > .e-text-content {
1471
+ .e-list-item.e-hover > .e-text-content{
1472
1472
  background-color: $treeview-item-hover-bg;
1473
1473
  border-color: $treeview-item-hover-border-color;
1474
1474
  }
@@ -1397,12 +1397,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
1397
1397
  }
1398
1398
  }
1399
1399
 
1400
- .e-list-item.e-active.e-hover > .e-fullrow {
1400
+ .e-list-item.e-active.e-hover > .e-fullrow{
1401
1401
  @include active-hover-theme;
1402
1402
  }
1403
1403
 
1404
1404
  .e-list-item.e-editing.e-active > .e-fullrow,
1405
- .e-list-item.e-editing.e-hover > .e-fullrow {
1405
+ .e-list-item.e-editing.e-hover > .e-fullrow{
1406
1406
  @include active-editing-theme;
1407
1407
  }
1408
1408
 
@@ -1468,7 +1468,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
1468
1468
 
1469
1469
  &:not(.e-fullrow-wrap) {
1470
1470
 
1471
- .e-list-item.e-hover > .e-text-content {
1471
+ .e-list-item.e-hover > .e-text-content{
1472
1472
  background-color: $treeview-item-hover-bg;
1473
1473
  border-color: $treeview-item-hover-border-color;
1474
1474
  }
@@ -2532,7 +2532,7 @@ $pivotpager-single-size-title-padding: 8px !default;
2532
2532
  .e-pivot-pager-column-maindiv {
2533
2533
  &.e-page-size-disable {
2534
2534
  .e-pivotview-text-div {
2535
- width: auto;
2535
+ width: 50%;
2536
2536
  }
2537
2537
  }
2538
2538
  }
@@ -2529,7 +2529,7 @@ $pivotpager-single-size-title-padding: 8px !default;
2529
2529
  .e-pivot-pager-column-maindiv {
2530
2530
  &.e-page-size-disable {
2531
2531
  .e-pivotview-text-div {
2532
- width: auto;
2532
+ width: 50%;
2533
2533
  }
2534
2534
  }
2535
2535
  }
@@ -2529,7 +2529,7 @@ $pivotpager-single-size-title-padding: 8px !default;
2529
2529
  .e-pivot-pager-column-maindiv {
2530
2530
  &.e-page-size-disable {
2531
2531
  .e-pivotview-text-div {
2532
- width: auto;
2532
+ width: 50%;
2533
2533
  }
2534
2534
  }
2535
2535
  }
@@ -2534,7 +2534,7 @@ $pivotpager-single-size-title-padding: 8px !default;
2534
2534
  .e-pivot-pager-column-maindiv {
2535
2535
  &.e-page-size-disable {
2536
2536
  .e-pivotview-text-div {
2537
- width: auto;
2537
+ width: 50%;
2538
2538
  }
2539
2539
  }
2540
2540
  }
@@ -2534,7 +2534,7 @@ $pivotpager-single-size-title-padding: 8px !default;
2534
2534
  .e-pivot-pager-column-maindiv {
2535
2535
  &.e-page-size-disable {
2536
2536
  .e-pivotview-text-div {
2537
- width: auto;
2537
+ width: 50%;
2538
2538
  }
2539
2539
  }
2540
2540
  }
@@ -2531,7 +2531,7 @@ $pivotpager-single-size-title-padding: 4px !default;
2531
2531
  .e-pivot-pager-column-maindiv {
2532
2532
  &.e-page-size-disable {
2533
2533
  .e-pivotview-text-div {
2534
- width: auto;
2534
+ width: 50%;
2535
2535
  }
2536
2536
  }
2537
2537
  }
@@ -2528,7 +2528,7 @@ $pivotpager-single-size-title-padding: 4px !default;
2528
2528
  .e-pivot-pager-column-maindiv {
2529
2529
  &.e-page-size-disable {
2530
2530
  .e-pivotview-text-div {
2531
- width: auto;
2531
+ width: 50%;
2532
2532
  }
2533
2533
  }
2534
2534
  }
@@ -2534,7 +2534,7 @@ $pivotpager-single-size-title-padding: 8px !default;
2534
2534
  .e-pivot-pager-column-maindiv {
2535
2535
  &.e-page-size-disable {
2536
2536
  .e-pivotview-text-div {
2537
- width: auto;
2537
+ width: 50%;
2538
2538
  }
2539
2539
  }
2540
2540
  }
@@ -2534,7 +2534,7 @@ $pivotpager-single-size-title-padding: 8px !default;
2534
2534
  .e-pivot-pager-column-maindiv {
2535
2535
  &.e-page-size-disable {
2536
2536
  .e-pivotview-text-div {
2537
- width: auto;
2537
+ width: 50%;
2538
2538
  }
2539
2539
  }
2540
2540
  }
@@ -2527,7 +2527,7 @@ $pivotpager-single-size-title-padding: 4px !default;
2527
2527
  .e-pivot-pager-column-maindiv {
2528
2528
  &.e-page-size-disable {
2529
2529
  .e-pivotview-text-div {
2530
- width: auto;
2530
+ width: 50%;
2531
2531
  }
2532
2532
  }
2533
2533
  }
@@ -2535,7 +2535,7 @@ $pivotpager-single-size-title-padding: 14px !default;
2535
2535
  .e-pivot-pager-column-maindiv {
2536
2536
  &.e-page-size-disable {
2537
2537
  .e-pivotview-text-div {
2538
- width: auto;
2538
+ width: 50%;
2539
2539
  }
2540
2540
  }
2541
2541
  }