@syncfusion/blazor-themes 26.2.4 → 26.2.5
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/SCSS-Themes/bds-dark.scss +40 -6
- package/SCSS-Themes/bds.scss +40 -6
- package/SCSS-Themes/bootstrap-dark.scss +40 -6
- package/SCSS-Themes/bootstrap.scss +40 -6
- package/SCSS-Themes/bootstrap4.scss +40 -6
- package/SCSS-Themes/bootstrap5-dark.scss +40 -6
- package/SCSS-Themes/bootstrap5.scss +40 -6
- package/SCSS-Themes/fabric-dark.scss +40 -6
- package/SCSS-Themes/fabric.scss +40 -6
- package/SCSS-Themes/fluent-dark.scss +40 -6
- package/SCSS-Themes/fluent.scss +40 -6
- package/SCSS-Themes/fluent2-dark.scss +40 -6
- package/SCSS-Themes/fluent2.scss +40 -6
- package/SCSS-Themes/highcontrast.scss +40 -6
- package/SCSS-Themes/material-dark.scss +40 -6
- package/SCSS-Themes/material.scss +40 -6
- package/SCSS-Themes/material3-dark.scss +40 -6
- package/SCSS-Themes/material3.scss +40 -6
- package/SCSS-Themes/navigations/treeview/bds-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bds.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2.scss +2 -2
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind.scss +2 -2
- package/SCSS-Themes/ribbon/ribbon/bds-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bds.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +38 -4
- package/SCSS-Themes/tailwind-dark.scss +40 -6
- package/SCSS-Themes/tailwind.scss +40 -6
- package/package.json +1 -1
|
@@ -54982,8 +54982,8 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
|
|
|
54982
54982
|
|
|
54983
54983
|
.e-list-item {
|
|
54984
54984
|
|
|
54985
|
-
div.e-icons.e-icon-expandable::before,
|
|
54986
|
-
div.e-icons.e-icon-collapsible::before {
|
|
54985
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
54986
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
54987
54987
|
content: '\e748';
|
|
54988
54988
|
}
|
|
54989
54989
|
}
|
|
@@ -125433,17 +125433,20 @@ $ribbon-large-items-icon-size: $text-4xl !default;
|
|
|
125433
125433
|
$ribbon-large-items-max-width: 10ch !default;
|
|
125434
125434
|
$ribbon-large-items-icon-padding: 4px 3px !default;
|
|
125435
125435
|
$ribbon-large-items-btn-gap: 4px !default;
|
|
125436
|
+
$ribbon-large-items-min-width-height: 32px !default;
|
|
125436
125437
|
$ribbon-items-border: none !default;
|
|
125437
125438
|
$ribbon-items-border-radius: 4px !default;
|
|
125438
125439
|
$ribbon-items-font-weight: $font-weight-normal !default;
|
|
125439
125440
|
$ribbon-items-btn-size: $text-xs !default;
|
|
125440
125441
|
$ribbon-items-label-size: $text-sm !default;
|
|
125441
125442
|
$ribbon-items-btn-icon-size: $text-base !default;
|
|
125443
|
+
$ribbon-overflow-items-min-width-height: $ribbon-items-btn-icon-size !default;
|
|
125442
125444
|
$ribbon-items-caret-icon-size: $text-sm !default;
|
|
125443
125445
|
$ribbon-items-margin: 4px !default;
|
|
125444
125446
|
$ribbon-checkbox-margin: 8px 0 8px 12px !default;
|
|
125445
125447
|
$ribbon-rtl-checkbox-margin: 8px 12px 8px 0 !default;
|
|
125446
125448
|
$ribbon-items-height: 15px !default;
|
|
125449
|
+
$ribbon-items-min-width-height: 16px !default;
|
|
125447
125450
|
$ribbon-items-checkbox-size: $text-xs !default;
|
|
125448
125451
|
$ribbon-items-checkbox-padding: 0 4px !default;
|
|
125449
125452
|
$ribbon-input-group-height: 24px !default;
|
|
@@ -125578,6 +125581,8 @@ $ribbon-bigger-large-items-icon-size: 36px !default;
|
|
|
125578
125581
|
$ribbon-bigger-large-items-btn-padding: 0 3px !default;
|
|
125579
125582
|
$ribbon-bigger-large-items-btn-size: $text-sm !default;
|
|
125580
125583
|
$ribbon-bigger-large-items-btn-height: 18px !default;
|
|
125584
|
+
$ribbon-bigger-large-items-min-width-height: 36px !default;
|
|
125585
|
+
$ribbon-bigger-items-min-width-height: $text-xl;
|
|
125581
125586
|
$ribbon-bigger-large-items-btn-gap: 9px !default;
|
|
125582
125587
|
$ribbon-bigger-items-padding: 2px !default;
|
|
125583
125588
|
$ribbon-bigger-items-btn-size: $text-sm !default;
|
|
@@ -125586,6 +125591,7 @@ $ribbon-bigger-items-height: 18px !default;
|
|
|
125586
125591
|
$ribbon-bigger-items-icon-height: 20px !default;
|
|
125587
125592
|
$ribbon-bigger-items-icon-size: $text-xl !default;
|
|
125588
125593
|
$ribbon-bigger-items-btn-icon-size: $text-xl !default;
|
|
125594
|
+
$ribbon-bigger-overflow-items-min-width-height: $ribbon-bigger-items-btn-icon-size !default;
|
|
125589
125595
|
$ribbon-bigger-items-margin: 8px !default;
|
|
125590
125596
|
$ribbon-bigger-checkbox-margin: 10px 0 10px 16px !default;
|
|
125591
125597
|
$ribbon-bigger-rtl-checkbox-margin: 10px 16px 10px 0 !default;
|
|
@@ -125804,6 +125810,14 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125804
125810
|
line-height: $line-height;
|
|
125805
125811
|
}
|
|
125806
125812
|
|
|
125813
|
+
@mixin ribbon-items-icon-images($items-size) {
|
|
125814
|
+
min-height: $items-size;
|
|
125815
|
+
min-width: $items-size;
|
|
125816
|
+
background-repeat: no-repeat;
|
|
125817
|
+
background-size: contain;
|
|
125818
|
+
background-position: center;
|
|
125819
|
+
}
|
|
125820
|
+
|
|
125807
125821
|
@mixin ribbon-font-props($font-size, $line-height) {
|
|
125808
125822
|
font-size: $font-size;
|
|
125809
125823
|
line-height: $line-height;
|
|
@@ -126472,6 +126486,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126472
126486
|
}
|
|
126473
126487
|
|
|
126474
126488
|
.e-btn-icon:not(.e-caret) {
|
|
126489
|
+
@include ribbon-items-icon-images($ribbon-large-items-min-width-height);
|
|
126475
126490
|
font-size: $ribbon-large-items-icon-size;
|
|
126476
126491
|
font-weight: $ribbon-items-font-weight;
|
|
126477
126492
|
padding: $ribbon-large-items-icon-padding;
|
|
@@ -126590,6 +126605,9 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126590
126605
|
.e-btn-icon {
|
|
126591
126606
|
@include ribbon-font-props(16px, 16px);
|
|
126592
126607
|
margin: $ribbon-items-margin;
|
|
126608
|
+
&:not(.e-caret) {
|
|
126609
|
+
@include ribbon-items-icon-images($ribbon-items-min-width-height);
|
|
126610
|
+
}
|
|
126593
126611
|
}
|
|
126594
126612
|
}
|
|
126595
126613
|
|
|
@@ -126731,6 +126749,13 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126731
126749
|
width: 100%;
|
|
126732
126750
|
height: $ribbon-medium-item-height;
|
|
126733
126751
|
|
|
126752
|
+
.e-btn .e-btn-icon {
|
|
126753
|
+
&:not(.e-caret) {
|
|
126754
|
+
min-width: $ribbon-overflow-items-min-width-height;
|
|
126755
|
+
min-height: $ribbon-overflow-items-min-width-height;
|
|
126756
|
+
}
|
|
126757
|
+
}
|
|
126758
|
+
|
|
126734
126759
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126735
126760
|
margin: 0;
|
|
126736
126761
|
}
|
|
@@ -126769,7 +126794,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126769
126794
|
|
|
126770
126795
|
&.e-ribbon-medium-item {
|
|
126771
126796
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126772
|
-
|
|
126797
|
+
margin: $ribbon-button-icon-padding;
|
|
126773
126798
|
}
|
|
126774
126799
|
|
|
126775
126800
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -126808,7 +126833,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126808
126833
|
|
|
126809
126834
|
&.e-ribbon-medium-item {
|
|
126810
126835
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126811
|
-
|
|
126836
|
+
margin: $ribbon-rtl-button-icon-padding;
|
|
126812
126837
|
}
|
|
126813
126838
|
|
|
126814
126839
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -127260,6 +127285,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127260
127285
|
max-width: $ribbon-bigger-large-items-max-width;
|
|
127261
127286
|
|
|
127262
127287
|
.e-btn-icon:not(.e-caret) {
|
|
127288
|
+
@include ribbon-items-icon-images($ribbon-bigger-large-items-min-width-height);
|
|
127263
127289
|
font-size: $ribbon-bigger-large-items-icon-size;
|
|
127264
127290
|
padding: $ribbon-bigger-large-items-icon-padding;
|
|
127265
127291
|
}
|
|
@@ -127290,6 +127316,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127290
127316
|
.e-btn-icon {
|
|
127291
127317
|
@include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
|
|
127292
127318
|
margin: $ribbon-bigger-items-margin;
|
|
127319
|
+
&:not(.e-caret) {
|
|
127320
|
+
min-width: $ribbon-bigger-items-min-width-height;
|
|
127321
|
+
min-height: $ribbon-bigger-items-min-width-height;
|
|
127322
|
+
}
|
|
127293
127323
|
}
|
|
127294
127324
|
}
|
|
127295
127325
|
|
|
@@ -127346,6 +127376,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127346
127376
|
}
|
|
127347
127377
|
.e-btn .e-btn-icon {
|
|
127348
127378
|
font-size: $ribbon-bigger-items-btn-icon-size;
|
|
127379
|
+
&:not(.e-caret) {
|
|
127380
|
+
min-width: $ribbon-bigger-overflow-items-min-width-height;
|
|
127381
|
+
min-height: $ribbon-bigger-overflow-items-min-width-height;
|
|
127382
|
+
}
|
|
127349
127383
|
&.e-icon-left {
|
|
127350
127384
|
margin: 0;
|
|
127351
127385
|
}
|
|
@@ -127382,7 +127416,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127382
127416
|
|
|
127383
127417
|
&.e-ribbon-medium-item {
|
|
127384
127418
|
.e-btn .e-btn-icon.e-icon-left {
|
|
127385
|
-
|
|
127419
|
+
margin: $ribbon-bigger-button-icon-padding;
|
|
127386
127420
|
}
|
|
127387
127421
|
|
|
127388
127422
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -127418,7 +127452,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127418
127452
|
|
|
127419
127453
|
&.e-ribbon-medium-item {
|
|
127420
127454
|
.e-btn .e-btn-icon.e-icon-left {
|
|
127421
|
-
|
|
127455
|
+
margin: $ribbon-bigger-rtl-button-icon-padding;
|
|
127422
127456
|
}
|
|
127423
127457
|
|
|
127424
127458
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -55052,8 +55052,8 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
|
|
|
55052
55052
|
|
|
55053
55053
|
.e-list-item {
|
|
55054
55054
|
|
|
55055
|
-
div.e-icons.e-icon-expandable::before,
|
|
55056
|
-
div.e-icons.e-icon-collapsible::before {
|
|
55055
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
55056
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
55057
55057
|
content: '\e748';
|
|
55058
55058
|
}
|
|
55059
55059
|
}
|
|
@@ -125503,17 +125503,20 @@ $ribbon-large-items-icon-size: $text-4xl !default;
|
|
|
125503
125503
|
$ribbon-large-items-max-width: 10ch !default;
|
|
125504
125504
|
$ribbon-large-items-icon-padding: 4px 3px !default;
|
|
125505
125505
|
$ribbon-large-items-btn-gap: 4px !default;
|
|
125506
|
+
$ribbon-large-items-min-width-height: 32px !default;
|
|
125506
125507
|
$ribbon-items-border: none !default;
|
|
125507
125508
|
$ribbon-items-border-radius: 4px !default;
|
|
125508
125509
|
$ribbon-items-font-weight: $font-weight-normal !default;
|
|
125509
125510
|
$ribbon-items-btn-size: $text-xs !default;
|
|
125510
125511
|
$ribbon-items-label-size: $text-sm !default;
|
|
125511
125512
|
$ribbon-items-btn-icon-size: $text-base !default;
|
|
125513
|
+
$ribbon-overflow-items-min-width-height: $ribbon-items-btn-icon-size !default;
|
|
125512
125514
|
$ribbon-items-caret-icon-size: $text-sm !default;
|
|
125513
125515
|
$ribbon-items-margin: 4px !default;
|
|
125514
125516
|
$ribbon-checkbox-margin: 8px 0 8px 12px !default;
|
|
125515
125517
|
$ribbon-rtl-checkbox-margin: 8px 12px 8px 0 !default;
|
|
125516
125518
|
$ribbon-items-height: 15px !default;
|
|
125519
|
+
$ribbon-items-min-width-height: 16px !default;
|
|
125517
125520
|
$ribbon-items-checkbox-size: $text-xs !default;
|
|
125518
125521
|
$ribbon-items-checkbox-padding: 0 4px !default;
|
|
125519
125522
|
$ribbon-input-group-height: 24px !default;
|
|
@@ -125648,6 +125651,8 @@ $ribbon-bigger-large-items-icon-size: 36px !default;
|
|
|
125648
125651
|
$ribbon-bigger-large-items-btn-padding: 0 3px !default;
|
|
125649
125652
|
$ribbon-bigger-large-items-btn-size: $text-sm !default;
|
|
125650
125653
|
$ribbon-bigger-large-items-btn-height: 18px !default;
|
|
125654
|
+
$ribbon-bigger-large-items-min-width-height: 36px !default;
|
|
125655
|
+
$ribbon-bigger-items-min-width-height: $text-xl;
|
|
125651
125656
|
$ribbon-bigger-large-items-btn-gap: 9px !default;
|
|
125652
125657
|
$ribbon-bigger-items-padding: 2px !default;
|
|
125653
125658
|
$ribbon-bigger-items-btn-size: $text-sm !default;
|
|
@@ -125656,6 +125661,7 @@ $ribbon-bigger-items-height: 18px !default;
|
|
|
125656
125661
|
$ribbon-bigger-items-icon-height: 20px !default;
|
|
125657
125662
|
$ribbon-bigger-items-icon-size: $text-xl !default;
|
|
125658
125663
|
$ribbon-bigger-items-btn-icon-size: $text-xl !default;
|
|
125664
|
+
$ribbon-bigger-overflow-items-min-width-height: $ribbon-bigger-items-btn-icon-size !default;
|
|
125659
125665
|
$ribbon-bigger-items-margin: 8px !default;
|
|
125660
125666
|
$ribbon-bigger-checkbox-margin: 10px 0 10px 16px !default;
|
|
125661
125667
|
$ribbon-bigger-rtl-checkbox-margin: 10px 16px 10px 0 !default;
|
|
@@ -125874,6 +125880,14 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125874
125880
|
line-height: $line-height;
|
|
125875
125881
|
}
|
|
125876
125882
|
|
|
125883
|
+
@mixin ribbon-items-icon-images($items-size) {
|
|
125884
|
+
min-height: $items-size;
|
|
125885
|
+
min-width: $items-size;
|
|
125886
|
+
background-repeat: no-repeat;
|
|
125887
|
+
background-size: contain;
|
|
125888
|
+
background-position: center;
|
|
125889
|
+
}
|
|
125890
|
+
|
|
125877
125891
|
@mixin ribbon-font-props($font-size, $line-height) {
|
|
125878
125892
|
font-size: $font-size;
|
|
125879
125893
|
line-height: $line-height;
|
|
@@ -126542,6 +126556,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126542
126556
|
}
|
|
126543
126557
|
|
|
126544
126558
|
.e-btn-icon:not(.e-caret) {
|
|
126559
|
+
@include ribbon-items-icon-images($ribbon-large-items-min-width-height);
|
|
126545
126560
|
font-size: $ribbon-large-items-icon-size;
|
|
126546
126561
|
font-weight: $ribbon-items-font-weight;
|
|
126547
126562
|
padding: $ribbon-large-items-icon-padding;
|
|
@@ -126660,6 +126675,9 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126660
126675
|
.e-btn-icon {
|
|
126661
126676
|
@include ribbon-font-props(16px, 16px);
|
|
126662
126677
|
margin: $ribbon-items-margin;
|
|
126678
|
+
&:not(.e-caret) {
|
|
126679
|
+
@include ribbon-items-icon-images($ribbon-items-min-width-height);
|
|
126680
|
+
}
|
|
126663
126681
|
}
|
|
126664
126682
|
}
|
|
126665
126683
|
|
|
@@ -126801,6 +126819,13 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126801
126819
|
width: 100%;
|
|
126802
126820
|
height: $ribbon-medium-item-height;
|
|
126803
126821
|
|
|
126822
|
+
.e-btn .e-btn-icon {
|
|
126823
|
+
&:not(.e-caret) {
|
|
126824
|
+
min-width: $ribbon-overflow-items-min-width-height;
|
|
126825
|
+
min-height: $ribbon-overflow-items-min-width-height;
|
|
126826
|
+
}
|
|
126827
|
+
}
|
|
126828
|
+
|
|
126804
126829
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126805
126830
|
margin: 0;
|
|
126806
126831
|
}
|
|
@@ -126839,7 +126864,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126839
126864
|
|
|
126840
126865
|
&.e-ribbon-medium-item {
|
|
126841
126866
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126842
|
-
|
|
126867
|
+
margin: $ribbon-button-icon-padding;
|
|
126843
126868
|
}
|
|
126844
126869
|
|
|
126845
126870
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -126878,7 +126903,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126878
126903
|
|
|
126879
126904
|
&.e-ribbon-medium-item {
|
|
126880
126905
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126881
|
-
|
|
126906
|
+
margin: $ribbon-rtl-button-icon-padding;
|
|
126882
126907
|
}
|
|
126883
126908
|
|
|
126884
126909
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -127330,6 +127355,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127330
127355
|
max-width: $ribbon-bigger-large-items-max-width;
|
|
127331
127356
|
|
|
127332
127357
|
.e-btn-icon:not(.e-caret) {
|
|
127358
|
+
@include ribbon-items-icon-images($ribbon-bigger-large-items-min-width-height);
|
|
127333
127359
|
font-size: $ribbon-bigger-large-items-icon-size;
|
|
127334
127360
|
padding: $ribbon-bigger-large-items-icon-padding;
|
|
127335
127361
|
}
|
|
@@ -127360,6 +127386,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127360
127386
|
.e-btn-icon {
|
|
127361
127387
|
@include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
|
|
127362
127388
|
margin: $ribbon-bigger-items-margin;
|
|
127389
|
+
&:not(.e-caret) {
|
|
127390
|
+
min-width: $ribbon-bigger-items-min-width-height;
|
|
127391
|
+
min-height: $ribbon-bigger-items-min-width-height;
|
|
127392
|
+
}
|
|
127363
127393
|
}
|
|
127364
127394
|
}
|
|
127365
127395
|
|
|
@@ -127416,6 +127446,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127416
127446
|
}
|
|
127417
127447
|
.e-btn .e-btn-icon {
|
|
127418
127448
|
font-size: $ribbon-bigger-items-btn-icon-size;
|
|
127449
|
+
&:not(.e-caret) {
|
|
127450
|
+
min-width: $ribbon-bigger-overflow-items-min-width-height;
|
|
127451
|
+
min-height: $ribbon-bigger-overflow-items-min-width-height;
|
|
127452
|
+
}
|
|
127419
127453
|
&.e-icon-left {
|
|
127420
127454
|
margin: 0;
|
|
127421
127455
|
}
|
|
@@ -127452,7 +127486,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127452
127486
|
|
|
127453
127487
|
&.e-ribbon-medium-item {
|
|
127454
127488
|
.e-btn .e-btn-icon.e-icon-left {
|
|
127455
|
-
|
|
127489
|
+
margin: $ribbon-bigger-button-icon-padding;
|
|
127456
127490
|
}
|
|
127457
127491
|
|
|
127458
127492
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -127488,7 +127522,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127488
127522
|
|
|
127489
127523
|
&.e-ribbon-medium-item {
|
|
127490
127524
|
.e-btn .e-btn-icon.e-icon-left {
|
|
127491
|
-
|
|
127525
|
+
margin: $ribbon-bigger-rtl-button-icon-padding;
|
|
127492
127526
|
}
|
|
127493
127527
|
|
|
127494
127528
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -1584,8 +1584,8 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
|
|
|
1584
1584
|
|
|
1585
1585
|
.e-list-item {
|
|
1586
1586
|
|
|
1587
|
-
div.e-icons.e-icon-expandable::before,
|
|
1588
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1587
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1588
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1589
1589
|
content: '\e75c';
|
|
1590
1590
|
}
|
|
1591
1591
|
}
|
|
@@ -1584,8 +1584,8 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
|
|
|
1584
1584
|
|
|
1585
1585
|
.e-list-item {
|
|
1586
1586
|
|
|
1587
|
-
div.e-icons.e-icon-expandable::before,
|
|
1588
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1587
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1588
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1589
1589
|
content: '\e75c';
|
|
1590
1590
|
}
|
|
1591
1591
|
}
|
|
@@ -1569,8 +1569,8 @@ $ripple-width: 32px !default;
|
|
|
1569
1569
|
/*! TreeView icons */
|
|
1570
1570
|
.e-treeview {
|
|
1571
1571
|
.e-list-item {
|
|
1572
|
-
div.e-icons.e-icon-expandable::before,
|
|
1573
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1572
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1573
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1574
1574
|
content: '\e230';
|
|
1575
1575
|
}
|
|
1576
1576
|
}
|
|
@@ -1564,8 +1564,8 @@ $ripple-width: 32px !default;
|
|
|
1564
1564
|
/*! TreeView icons */
|
|
1565
1565
|
.e-treeview {
|
|
1566
1566
|
.e-list-item {
|
|
1567
|
-
div.e-icons.e-icon-expandable::before,
|
|
1568
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1567
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1568
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1569
1569
|
content: '\e230';
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
@@ -1592,8 +1592,8 @@ $ripple-width: 32px !default;
|
|
|
1592
1592
|
/*! TreeView icons */
|
|
1593
1593
|
.e-treeview {
|
|
1594
1594
|
.e-list-item {
|
|
1595
|
-
div.e-icons.e-icon-expandable::before,
|
|
1596
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1595
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1596
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1597
1597
|
content: '\e70b';
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
@@ -1573,8 +1573,8 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
1573
1573
|
|
|
1574
1574
|
.e-list-item {
|
|
1575
1575
|
|
|
1576
|
-
div.e-icons.e-icon-expandable::before,
|
|
1577
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1576
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1577
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1578
1578
|
content: '\e75c';
|
|
1579
1579
|
}
|
|
1580
1580
|
}
|
|
@@ -1573,8 +1573,8 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
1573
1573
|
|
|
1574
1574
|
.e-list-item {
|
|
1575
1575
|
|
|
1576
|
-
div.e-icons.e-icon-expandable::before,
|
|
1577
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1576
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1577
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1578
1578
|
content: '\e75c';
|
|
1579
1579
|
}
|
|
1580
1580
|
}
|
|
@@ -1569,8 +1569,8 @@ $ripple-width: 32px !default;
|
|
|
1569
1569
|
|
|
1570
1570
|
.e-list-item {
|
|
1571
1571
|
|
|
1572
|
-
div.e-icons.e-icon-expandable::before,
|
|
1573
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1572
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1573
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1574
1574
|
content: '\e22e';
|
|
1575
1575
|
}
|
|
1576
1576
|
}
|
|
@@ -1565,8 +1565,8 @@ $ripple-width: 32px !default;
|
|
|
1565
1565
|
|
|
1566
1566
|
.e-list-item {
|
|
1567
1567
|
|
|
1568
|
-
div.e-icons.e-icon-expandable::before,
|
|
1569
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1568
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1569
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1570
1570
|
content: '\e22e';
|
|
1571
1571
|
}
|
|
1572
1572
|
}
|
|
@@ -1573,8 +1573,8 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
1573
1573
|
|
|
1574
1574
|
.e-list-item {
|
|
1575
1575
|
|
|
1576
|
-
div.e-icons.e-icon-expandable::before,
|
|
1577
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1576
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1577
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1578
1578
|
content: '\e75c';
|
|
1579
1579
|
}
|
|
1580
1580
|
}
|
|
@@ -1573,8 +1573,8 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
1573
1573
|
|
|
1574
1574
|
.e-list-item {
|
|
1575
1575
|
|
|
1576
|
-
div.e-icons.e-icon-expandable::before,
|
|
1577
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1576
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1577
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1578
1578
|
content: '\e75c';
|
|
1579
1579
|
}
|
|
1580
1580
|
}
|
|
@@ -1579,8 +1579,8 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
1579
1579
|
|
|
1580
1580
|
.e-list-item {
|
|
1581
1581
|
|
|
1582
|
-
div.e-icons.e-icon-expandable::before,
|
|
1583
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1582
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1583
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1584
1584
|
content: '\e75c';
|
|
1585
1585
|
}
|
|
1586
1586
|
}
|
|
@@ -1579,8 +1579,8 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
1579
1579
|
|
|
1580
1580
|
.e-list-item {
|
|
1581
1581
|
|
|
1582
|
-
div.e-icons.e-icon-expandable::before,
|
|
1583
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1582
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1583
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1584
1584
|
content: '\e75c';
|
|
1585
1585
|
}
|
|
1586
1586
|
}
|
|
@@ -1571,8 +1571,8 @@ $ripple-width: 32px !default;
|
|
|
1571
1571
|
|
|
1572
1572
|
.e-list-item {
|
|
1573
1573
|
|
|
1574
|
-
div.e-icons.e-icon-expandable::before,
|
|
1575
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1574
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1575
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1576
1576
|
content: '\e22e';
|
|
1577
1577
|
}
|
|
1578
1578
|
}
|
|
@@ -1567,8 +1567,8 @@ $ripple-width: 32px !default;
|
|
|
1567
1567
|
|
|
1568
1568
|
.e-list-item {
|
|
1569
1569
|
|
|
1570
|
-
div.e-icons.e-icon-expandable::before,
|
|
1571
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1570
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1571
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1572
1572
|
content: '\e22f';
|
|
1573
1573
|
}
|
|
1574
1574
|
}
|
|
@@ -1565,8 +1565,8 @@ $ripple-width: 32px !default;
|
|
|
1565
1565
|
|
|
1566
1566
|
.e-list-item {
|
|
1567
1567
|
|
|
1568
|
-
div.e-icons.e-icon-expandable::before,
|
|
1569
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1568
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1569
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1570
1570
|
content: '\e22f';
|
|
1571
1571
|
}
|
|
1572
1572
|
}
|
|
@@ -1563,8 +1563,8 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
|
|
|
1563
1563
|
|
|
1564
1564
|
.e-list-item {
|
|
1565
1565
|
|
|
1566
|
-
div.e-icons.e-icon-expandable::before,
|
|
1567
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1566
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1567
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1568
1568
|
content: '\e748';
|
|
1569
1569
|
}
|
|
1570
1570
|
}
|
|
@@ -1563,8 +1563,8 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
|
|
|
1563
1563
|
|
|
1564
1564
|
.e-list-item {
|
|
1565
1565
|
|
|
1566
|
-
div.e-icons.e-icon-expandable::before,
|
|
1567
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1566
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1567
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1568
1568
|
content: '\e748';
|
|
1569
1569
|
}
|
|
1570
1570
|
}
|
|
@@ -1577,8 +1577,8 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
1577
1577
|
|
|
1578
1578
|
.e-list-item {
|
|
1579
1579
|
|
|
1580
|
-
div.e-icons.e-icon-expandable::before,
|
|
1581
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1580
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1581
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1582
1582
|
content: '\e75c';
|
|
1583
1583
|
}
|
|
1584
1584
|
}
|
|
@@ -1577,8 +1577,8 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
1577
1577
|
|
|
1578
1578
|
.e-list-item {
|
|
1579
1579
|
|
|
1580
|
-
div.e-icons.e-icon-expandable::before,
|
|
1581
|
-
div.e-icons.e-icon-collapsible::before {
|
|
1580
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
1581
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
1582
1582
|
content: '\e75c';
|
|
1583
1583
|
}
|
|
1584
1584
|
}
|