@syncfusion/blazor-themes 21.1.37 → 21.1.38
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/bootstrap-dark.scss +75 -26
- package/SCSS-Themes/bootstrap.scss +75 -26
- package/SCSS-Themes/bootstrap4.scss +75 -26
- package/SCSS-Themes/bootstrap5-dark.scss +75 -26
- package/SCSS-Themes/bootstrap5.scss +75 -26
- package/SCSS-Themes/fabric-dark.scss +75 -26
- package/SCSS-Themes/fabric.scss +75 -26
- package/SCSS-Themes/fluent-dark.scss +75 -26
- package/SCSS-Themes/fluent.scss +75 -26
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap4.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap5.scss +3 -6
- package/SCSS-Themes/grids/grid/fabric-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/fabric.scss +3 -6
- package/SCSS-Themes/grids/grid/fluent-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/fluent.scss +3 -6
- package/SCSS-Themes/grids/grid/highcontrast.scss +3 -6
- package/SCSS-Themes/grids/grid/material-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/material.scss +3 -6
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/tailwind.scss +3 -6
- package/SCSS-Themes/highcontrast.scss +75 -26
- package/SCSS-Themes/material-dark.scss +75 -26
- package/SCSS-Themes/material.scss +75 -26
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/material.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +68 -18
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fabric.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fluent.scss +4 -2
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +4 -2
- package/SCSS-Themes/schedule/schedule/material-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/material.scss +4 -2
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/tailwind.scss +4 -2
- package/SCSS-Themes/tailwind-dark.scss +75 -26
- package/SCSS-Themes/tailwind.scss +75 -26
- package/package.json +1 -1
|
@@ -4661,7 +4661,9 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4661
4661
|
background: $schedule-current-date-bg-color;
|
|
4662
4662
|
border-radius: 50%;
|
|
4663
4663
|
color: $schedule-current-date-header-font-color;
|
|
4664
|
-
width: 20px;
|
|
4664
|
+
min-width: 20px;
|
|
4665
|
+
padding: 0 4px;
|
|
4666
|
+
width: fit-content;
|
|
4665
4667
|
}
|
|
4666
4668
|
|
|
4667
4669
|
.e-selected-cell {
|
|
@@ -4697,7 +4699,7 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4697
4699
|
}
|
|
4698
4700
|
|
|
4699
4701
|
.e-current-date .e-date-header {
|
|
4700
|
-
width: 24px;
|
|
4702
|
+
min-width: 24px;
|
|
4701
4703
|
}
|
|
4702
4704
|
}
|
|
4703
4705
|
|
|
@@ -4661,7 +4661,9 @@ $schedule-tree-content-color: $shadow;
|
|
|
4661
4661
|
background: $schedule-current-date-bg-color;
|
|
4662
4662
|
border-radius: 50%;
|
|
4663
4663
|
color: $schedule-current-date-header-font-color;
|
|
4664
|
-
width: 20px;
|
|
4664
|
+
min-width: 20px;
|
|
4665
|
+
padding: 0 4px;
|
|
4666
|
+
width: fit-content;
|
|
4665
4667
|
}
|
|
4666
4668
|
|
|
4667
4669
|
.e-selected-cell {
|
|
@@ -4697,7 +4699,7 @@ $schedule-tree-content-color: $shadow;
|
|
|
4697
4699
|
}
|
|
4698
4700
|
|
|
4699
4701
|
.e-current-date .e-date-header {
|
|
4700
|
-
width: 24px;
|
|
4702
|
+
min-width: 24px;
|
|
4701
4703
|
}
|
|
4702
4704
|
}
|
|
4703
4705
|
|
|
@@ -4663,7 +4663,9 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4663
4663
|
background: $schedule-current-date-bg-color;
|
|
4664
4664
|
border-radius: 50%;
|
|
4665
4665
|
color: $schedule-current-date-header-font-color;
|
|
4666
|
-
width: 20px;
|
|
4666
|
+
min-width: 20px;
|
|
4667
|
+
padding: 0 4px;
|
|
4668
|
+
width: fit-content;
|
|
4667
4669
|
}
|
|
4668
4670
|
|
|
4669
4671
|
.e-selected-cell {
|
|
@@ -4699,7 +4701,7 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4699
4701
|
}
|
|
4700
4702
|
|
|
4701
4703
|
.e-current-date .e-date-header {
|
|
4702
|
-
width: 24px;
|
|
4704
|
+
min-width: 24px;
|
|
4703
4705
|
}
|
|
4704
4706
|
}
|
|
4705
4707
|
|
|
@@ -4663,7 +4663,9 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4663
4663
|
background: $schedule-current-date-bg-color;
|
|
4664
4664
|
border-radius: 50%;
|
|
4665
4665
|
color: $schedule-current-date-header-font-color;
|
|
4666
|
-
width: 20px;
|
|
4666
|
+
min-width: 20px;
|
|
4667
|
+
padding: 0 4px;
|
|
4668
|
+
width: fit-content;
|
|
4667
4669
|
}
|
|
4668
4670
|
|
|
4669
4671
|
.e-selected-cell {
|
|
@@ -4699,7 +4701,7 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4699
4701
|
}
|
|
4700
4702
|
|
|
4701
4703
|
.e-current-date .e-date-header {
|
|
4702
|
-
width: 24px;
|
|
4704
|
+
min-width: 24px;
|
|
4703
4705
|
}
|
|
4704
4706
|
}
|
|
4705
4707
|
|
|
@@ -76436,11 +76436,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76436
76436
|
}
|
|
76437
76437
|
|
|
76438
76438
|
&.sf-grid {
|
|
76439
|
-
|
|
76440
|
-
.e-table {
|
|
76441
|
-
border-spacing: .25px;
|
|
76442
|
-
}
|
|
76443
|
-
|
|
76444
76439
|
span.e-ungroupbutton.e-icons {
|
|
76445
76440
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
76446
76441
|
}
|
|
@@ -76625,7 +76620,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76625
76620
|
}
|
|
76626
76621
|
|
|
76627
76622
|
#{&}.e-grid-min-height {
|
|
76628
|
-
.e-rowcell
|
|
76623
|
+
.e-rowcell,
|
|
76624
|
+
.e-icon-grightarrow,
|
|
76625
|
+
.e-icon-gdownarrow {
|
|
76629
76626
|
line-height: 0;
|
|
76630
76627
|
padding-bottom: 0;
|
|
76631
76628
|
padding-top: 0;
|
|
@@ -112769,7 +112766,9 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
112769
112766
|
background: $schedule-current-date-bg-color;
|
|
112770
112767
|
border-radius: 50%;
|
|
112771
112768
|
color: $schedule-current-date-header-font-color;
|
|
112772
|
-
width: 20px;
|
|
112769
|
+
min-width: 20px;
|
|
112770
|
+
padding: 0 4px;
|
|
112771
|
+
width: fit-content;
|
|
112773
112772
|
}
|
|
112774
112773
|
|
|
112775
112774
|
.e-selected-cell {
|
|
@@ -112805,7 +112804,7 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
112805
112804
|
}
|
|
112806
112805
|
|
|
112807
112806
|
.e-current-date .e-date-header {
|
|
112808
|
-
width: 24px;
|
|
112807
|
+
min-width: 24px;
|
|
112809
112808
|
}
|
|
112810
112809
|
}
|
|
112811
112810
|
|
|
@@ -115375,10 +115374,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115375
115374
|
display: none;
|
|
115376
115375
|
}
|
|
115377
115376
|
|
|
115378
|
-
.e-item {
|
|
115379
|
-
width: fit-content;
|
|
115380
|
-
}
|
|
115381
|
-
|
|
115382
115377
|
.e-ribbon-file-menu {
|
|
115383
115378
|
position: absolute;
|
|
115384
115379
|
line-height: $ribbon-file-menu-height;
|
|
@@ -115484,6 +115479,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115484
115479
|
}
|
|
115485
115480
|
}
|
|
115486
115481
|
|
|
115482
|
+
.e-hscroll.e-scroll-device {
|
|
115483
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
115484
|
+
box-shadow: none;
|
|
115485
|
+
}
|
|
115486
|
+
}
|
|
115487
|
+
|
|
115487
115488
|
.e-hscroll {
|
|
115488
115489
|
padding: $ribbon-hscroll-padding;
|
|
115489
115490
|
|
|
@@ -115493,6 +115494,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115493
115494
|
min-width: auto;
|
|
115494
115495
|
width: auto;
|
|
115495
115496
|
border-style: solid;
|
|
115497
|
+
transform: none;
|
|
115496
115498
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
115497
115499
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
115498
115500
|
z-index: 3;
|
|
@@ -115504,6 +115506,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115504
115506
|
.e-nav-arrow {
|
|
115505
115507
|
font-size: $ribbon-nav-arrow-size;
|
|
115506
115508
|
height: auto;
|
|
115509
|
+
transform: none;
|
|
115507
115510
|
line-height: $ribbon-nav-arrow-height;
|
|
115508
115511
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
115509
115512
|
width: auto;
|
|
@@ -115658,6 +115661,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115658
115661
|
.e-tab-header {
|
|
115659
115662
|
left: var(--fileMenuWidth);
|
|
115660
115663
|
}
|
|
115664
|
+
|
|
115665
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115666
|
+
padding-right: 30px;
|
|
115667
|
+
}
|
|
115661
115668
|
}
|
|
115662
115669
|
|
|
115663
115670
|
&.e-rtl {
|
|
@@ -115675,6 +115682,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115675
115682
|
.e-tab-header {
|
|
115676
115683
|
right: var(--fileMenuWidth);
|
|
115677
115684
|
}
|
|
115685
|
+
|
|
115686
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115687
|
+
padding-left: 30px;
|
|
115688
|
+
}
|
|
115678
115689
|
}
|
|
115679
115690
|
}
|
|
115680
115691
|
|
|
@@ -116022,8 +116033,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116022
116033
|
|
|
116023
116034
|
.e-ribbon-overflow-target {
|
|
116024
116035
|
|
|
116025
|
-
.e-ribbon-item
|
|
116026
|
-
|
|
116036
|
+
.e-ribbon-item {
|
|
116037
|
+
|
|
116038
|
+
& > .e-input-group,
|
|
116039
|
+
.e-ribbon-template {
|
|
116040
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
116041
|
+
}
|
|
116027
116042
|
}
|
|
116028
116043
|
|
|
116029
116044
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116049,14 +116064,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116049
116064
|
width: 100%;
|
|
116050
116065
|
justify-content: flex-start;
|
|
116051
116066
|
}
|
|
116052
|
-
|
|
116053
|
-
>.e-split-btn-wrapper,
|
|
116054
|
-
>.e-dropdown-btn {
|
|
116055
|
-
.e-icons.e-caret {
|
|
116056
|
-
transform: rotate(-90deg);
|
|
116057
|
-
margin-left: auto;
|
|
116058
|
-
}
|
|
116059
|
-
}
|
|
116060
116067
|
}
|
|
116061
116068
|
|
|
116062
116069
|
.e-ribbon-overflow-header {
|
|
@@ -116067,6 +116074,20 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116067
116074
|
}
|
|
116068
116075
|
}
|
|
116069
116076
|
|
|
116077
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
116078
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116079
|
+
|
|
116080
|
+
>.e-split-btn-wrapper,
|
|
116081
|
+
>.e-dropdown-btn {
|
|
116082
|
+
.e-icons.e-caret {
|
|
116083
|
+
transform: rotate(-90deg);
|
|
116084
|
+
padding: $ribbon-items-margin;
|
|
116085
|
+
margin: 0 0 0 auto;
|
|
116086
|
+
}
|
|
116087
|
+
}
|
|
116088
|
+
}
|
|
116089
|
+
}
|
|
116090
|
+
|
|
116070
116091
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
116071
116092
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116072
116093
|
|
|
@@ -116074,8 +116095,8 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116074
116095
|
>.e-dropdown-btn {
|
|
116075
116096
|
.e-icons.e-caret {
|
|
116076
116097
|
transform: rotate(90deg);
|
|
116077
|
-
|
|
116078
|
-
margin
|
|
116098
|
+
padding: $ribbon-items-margin;
|
|
116099
|
+
margin: 0 auto 0 0;
|
|
116079
116100
|
}
|
|
116080
116101
|
}
|
|
116081
116102
|
}
|
|
@@ -116378,8 +116399,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116378
116399
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
116379
116400
|
.e-ribbon-overflow-target {
|
|
116380
116401
|
|
|
116381
|
-
.e-ribbon-item
|
|
116382
|
-
|
|
116402
|
+
.e-ribbon-item {
|
|
116403
|
+
|
|
116404
|
+
& > .e-input-group,
|
|
116405
|
+
.e-ribbon-template {
|
|
116406
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
116407
|
+
}
|
|
116383
116408
|
}
|
|
116384
116409
|
|
|
116385
116410
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116387,6 +116412,30 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116387
116412
|
padding: 0;
|
|
116388
116413
|
}
|
|
116389
116414
|
}
|
|
116415
|
+
|
|
116416
|
+
&:not(.e-rtl) {
|
|
116417
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116418
|
+
|
|
116419
|
+
>.e-split-btn-wrapper,
|
|
116420
|
+
>.e-dropdown-btn {
|
|
116421
|
+
.e-icons.e-caret {
|
|
116422
|
+
padding: $ribbon-bigger-items-margin;
|
|
116423
|
+
}
|
|
116424
|
+
}
|
|
116425
|
+
}
|
|
116426
|
+
}
|
|
116427
|
+
|
|
116428
|
+
&.e-rtl {
|
|
116429
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116430
|
+
|
|
116431
|
+
>.e-split-btn-wrapper,
|
|
116432
|
+
>.e-dropdown-btn {
|
|
116433
|
+
.e-icons.e-caret {
|
|
116434
|
+
padding: $ribbon-bigger-items-margin;
|
|
116435
|
+
}
|
|
116436
|
+
}
|
|
116437
|
+
}
|
|
116438
|
+
}
|
|
116390
116439
|
}
|
|
116391
116440
|
|
|
116392
116441
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -76433,11 +76433,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76433
76433
|
}
|
|
76434
76434
|
|
|
76435
76435
|
&.sf-grid {
|
|
76436
|
-
|
|
76437
|
-
.e-table {
|
|
76438
|
-
border-spacing: .25px;
|
|
76439
|
-
}
|
|
76440
|
-
|
|
76441
76436
|
span.e-ungroupbutton.e-icons {
|
|
76442
76437
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
76443
76438
|
}
|
|
@@ -76622,7 +76617,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76622
76617
|
}
|
|
76623
76618
|
|
|
76624
76619
|
#{&}.e-grid-min-height {
|
|
76625
|
-
.e-rowcell
|
|
76620
|
+
.e-rowcell,
|
|
76621
|
+
.e-icon-grightarrow,
|
|
76622
|
+
.e-icon-gdownarrow {
|
|
76626
76623
|
line-height: 0;
|
|
76627
76624
|
padding-bottom: 0;
|
|
76628
76625
|
padding-top: 0;
|
|
@@ -112766,7 +112763,9 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
112766
112763
|
background: $schedule-current-date-bg-color;
|
|
112767
112764
|
border-radius: 50%;
|
|
112768
112765
|
color: $schedule-current-date-header-font-color;
|
|
112769
|
-
width: 20px;
|
|
112766
|
+
min-width: 20px;
|
|
112767
|
+
padding: 0 4px;
|
|
112768
|
+
width: fit-content;
|
|
112770
112769
|
}
|
|
112771
112770
|
|
|
112772
112771
|
.e-selected-cell {
|
|
@@ -112802,7 +112801,7 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
112802
112801
|
}
|
|
112803
112802
|
|
|
112804
112803
|
.e-current-date .e-date-header {
|
|
112805
|
-
width: 24px;
|
|
112804
|
+
min-width: 24px;
|
|
112806
112805
|
}
|
|
112807
112806
|
}
|
|
112808
112807
|
|
|
@@ -115372,10 +115371,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115372
115371
|
display: none;
|
|
115373
115372
|
}
|
|
115374
115373
|
|
|
115375
|
-
.e-item {
|
|
115376
|
-
width: fit-content;
|
|
115377
|
-
}
|
|
115378
|
-
|
|
115379
115374
|
.e-ribbon-file-menu {
|
|
115380
115375
|
position: absolute;
|
|
115381
115376
|
line-height: $ribbon-file-menu-height;
|
|
@@ -115481,6 +115476,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115481
115476
|
}
|
|
115482
115477
|
}
|
|
115483
115478
|
|
|
115479
|
+
.e-hscroll.e-scroll-device {
|
|
115480
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
115481
|
+
box-shadow: none;
|
|
115482
|
+
}
|
|
115483
|
+
}
|
|
115484
|
+
|
|
115484
115485
|
.e-hscroll {
|
|
115485
115486
|
padding: $ribbon-hscroll-padding;
|
|
115486
115487
|
|
|
@@ -115490,6 +115491,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115490
115491
|
min-width: auto;
|
|
115491
115492
|
width: auto;
|
|
115492
115493
|
border-style: solid;
|
|
115494
|
+
transform: none;
|
|
115493
115495
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
115494
115496
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
115495
115497
|
z-index: 3;
|
|
@@ -115501,6 +115503,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115501
115503
|
.e-nav-arrow {
|
|
115502
115504
|
font-size: $ribbon-nav-arrow-size;
|
|
115503
115505
|
height: auto;
|
|
115506
|
+
transform: none;
|
|
115504
115507
|
line-height: $ribbon-nav-arrow-height;
|
|
115505
115508
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
115506
115509
|
width: auto;
|
|
@@ -115655,6 +115658,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115655
115658
|
.e-tab-header {
|
|
115656
115659
|
left: var(--fileMenuWidth);
|
|
115657
115660
|
}
|
|
115661
|
+
|
|
115662
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115663
|
+
padding-right: 30px;
|
|
115664
|
+
}
|
|
115658
115665
|
}
|
|
115659
115666
|
|
|
115660
115667
|
&.e-rtl {
|
|
@@ -115672,6 +115679,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115672
115679
|
.e-tab-header {
|
|
115673
115680
|
right: var(--fileMenuWidth);
|
|
115674
115681
|
}
|
|
115682
|
+
|
|
115683
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115684
|
+
padding-left: 30px;
|
|
115685
|
+
}
|
|
115675
115686
|
}
|
|
115676
115687
|
}
|
|
115677
115688
|
|
|
@@ -116019,8 +116030,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116019
116030
|
|
|
116020
116031
|
.e-ribbon-overflow-target {
|
|
116021
116032
|
|
|
116022
|
-
.e-ribbon-item
|
|
116023
|
-
|
|
116033
|
+
.e-ribbon-item {
|
|
116034
|
+
|
|
116035
|
+
& > .e-input-group,
|
|
116036
|
+
.e-ribbon-template {
|
|
116037
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
116038
|
+
}
|
|
116024
116039
|
}
|
|
116025
116040
|
|
|
116026
116041
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116046,14 +116061,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116046
116061
|
width: 100%;
|
|
116047
116062
|
justify-content: flex-start;
|
|
116048
116063
|
}
|
|
116049
|
-
|
|
116050
|
-
>.e-split-btn-wrapper,
|
|
116051
|
-
>.e-dropdown-btn {
|
|
116052
|
-
.e-icons.e-caret {
|
|
116053
|
-
transform: rotate(-90deg);
|
|
116054
|
-
margin-left: auto;
|
|
116055
|
-
}
|
|
116056
|
-
}
|
|
116057
116064
|
}
|
|
116058
116065
|
|
|
116059
116066
|
.e-ribbon-overflow-header {
|
|
@@ -116064,6 +116071,20 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116064
116071
|
}
|
|
116065
116072
|
}
|
|
116066
116073
|
|
|
116074
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
116075
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116076
|
+
|
|
116077
|
+
>.e-split-btn-wrapper,
|
|
116078
|
+
>.e-dropdown-btn {
|
|
116079
|
+
.e-icons.e-caret {
|
|
116080
|
+
transform: rotate(-90deg);
|
|
116081
|
+
padding: $ribbon-items-margin;
|
|
116082
|
+
margin: 0 0 0 auto;
|
|
116083
|
+
}
|
|
116084
|
+
}
|
|
116085
|
+
}
|
|
116086
|
+
}
|
|
116087
|
+
|
|
116067
116088
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
116068
116089
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116069
116090
|
|
|
@@ -116071,8 +116092,8 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116071
116092
|
>.e-dropdown-btn {
|
|
116072
116093
|
.e-icons.e-caret {
|
|
116073
116094
|
transform: rotate(90deg);
|
|
116074
|
-
|
|
116075
|
-
margin
|
|
116095
|
+
padding: $ribbon-items-margin;
|
|
116096
|
+
margin: 0 auto 0 0;
|
|
116076
116097
|
}
|
|
116077
116098
|
}
|
|
116078
116099
|
}
|
|
@@ -116375,8 +116396,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116375
116396
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
116376
116397
|
.e-ribbon-overflow-target {
|
|
116377
116398
|
|
|
116378
|
-
.e-ribbon-item
|
|
116379
|
-
|
|
116399
|
+
.e-ribbon-item {
|
|
116400
|
+
|
|
116401
|
+
& > .e-input-group,
|
|
116402
|
+
.e-ribbon-template {
|
|
116403
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
116404
|
+
}
|
|
116380
116405
|
}
|
|
116381
116406
|
|
|
116382
116407
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116384,6 +116409,30 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116384
116409
|
padding: 0;
|
|
116385
116410
|
}
|
|
116386
116411
|
}
|
|
116412
|
+
|
|
116413
|
+
&:not(.e-rtl) {
|
|
116414
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116415
|
+
|
|
116416
|
+
>.e-split-btn-wrapper,
|
|
116417
|
+
>.e-dropdown-btn {
|
|
116418
|
+
.e-icons.e-caret {
|
|
116419
|
+
padding: $ribbon-bigger-items-margin;
|
|
116420
|
+
}
|
|
116421
|
+
}
|
|
116422
|
+
}
|
|
116423
|
+
}
|
|
116424
|
+
|
|
116425
|
+
&.e-rtl {
|
|
116426
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116427
|
+
|
|
116428
|
+
>.e-split-btn-wrapper,
|
|
116429
|
+
>.e-dropdown-btn {
|
|
116430
|
+
.e-icons.e-caret {
|
|
116431
|
+
padding: $ribbon-bigger-items-margin;
|
|
116432
|
+
}
|
|
116433
|
+
}
|
|
116434
|
+
}
|
|
116435
|
+
}
|
|
116387
116436
|
}
|
|
116388
116437
|
|
|
116389
116438
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"21.1.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"21.1.38","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|