@syncfusion/blazor-themes 23.2.4 → 23.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/bootstrap-dark.scss +28 -7
- package/SCSS-Themes/bootstrap.scss +28 -7
- package/SCSS-Themes/bootstrap4.scss +28 -7
- package/SCSS-Themes/bootstrap5-dark.scss +28 -7
- package/SCSS-Themes/bootstrap5.scss +28 -7
- package/SCSS-Themes/fabric-dark.scss +28 -7
- package/SCSS-Themes/fabric.scss +28 -7
- package/SCSS-Themes/fluent-dark.scss +28 -7
- package/SCSS-Themes/fluent.scss +28 -7
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +14 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/fabric.scss +14 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/fluent.scss +14 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +14 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/material.scss +14 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/material3.scss +14 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +14 -0
- package/SCSS-Themes/highcontrast.scss +28 -7
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap4.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap5-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap5.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fabric-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fabric.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fluent-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fluent.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/highcontrast.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material3-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material3.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/tailwind-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/tailwind.scss +4 -4
- package/SCSS-Themes/material-dark.scss +28 -7
- package/SCSS-Themes/material.scss +28 -7
- package/SCSS-Themes/material3-dark.scss +28 -7
- package/SCSS-Themes/material3.scss +28 -7
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material3.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +10 -3
- package/SCSS-Themes/tailwind-dark.scss +28 -7
- package/SCSS-Themes/tailwind.scss +28 -7
- package/package.json +1 -1
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -80678,6 +80678,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80678
80678
|
}
|
|
80679
80679
|
}
|
|
80680
80680
|
|
|
80681
|
+
.e-bigger {
|
|
80682
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
80683
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
80684
|
+
& .e-gridcontent,
|
|
80685
|
+
& .e-summarycontent {
|
|
80686
|
+
& td::before{
|
|
80687
|
+
@if $grid-skin == 'fluent' {
|
|
80688
|
+
overflow: hidden;
|
|
80689
|
+
}
|
|
80690
|
+
}
|
|
80691
|
+
}
|
|
80692
|
+
}
|
|
80693
|
+
}
|
|
80694
|
+
|
|
80681
80695
|
.e-bigger .e-grid.e-row-responsive,
|
|
80682
80696
|
.e-bigger.e-grid.e-row-responsive {
|
|
80683
80697
|
|
|
@@ -94550,12 +94564,12 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
94550
94564
|
position: relative;
|
|
94551
94565
|
width: auto;
|
|
94552
94566
|
|
|
94553
|
-
.e-input-group.e-
|
|
94567
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
94554
94568
|
display: block;
|
|
94555
94569
|
visibility: hidden;
|
|
94556
94570
|
}
|
|
94557
94571
|
|
|
94558
|
-
.e-input-group.e-
|
|
94572
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
94559
94573
|
display: block;
|
|
94560
94574
|
visibility: hidden;
|
|
94561
94575
|
}
|
|
@@ -94967,8 +94981,8 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
94967
94981
|
&.e-tooltip-wrap {
|
|
94968
94982
|
max-width: 100%;
|
|
94969
94983
|
|
|
94970
|
-
.e-input-group.e-
|
|
94971
|
-
.e-input-group.e-
|
|
94984
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
94985
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
94972
94986
|
display: block;
|
|
94973
94987
|
visibility: hidden;
|
|
94974
94988
|
}
|
|
@@ -122121,6 +122135,10 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
122121
122135
|
&:focus {
|
|
122122
122136
|
outline: none;
|
|
122123
122137
|
}
|
|
122138
|
+
|
|
122139
|
+
&.e-hidden {
|
|
122140
|
+
display: none;
|
|
122141
|
+
}
|
|
122124
122142
|
}
|
|
122125
122143
|
|
|
122126
122144
|
.e-ribbon-overall-of-btn {
|
|
@@ -122192,7 +122210,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
122192
122210
|
padding-top: $ribbon-group-padding;
|
|
122193
122211
|
height: $ribbon-group-height;
|
|
122194
122212
|
|
|
122195
|
-
&.e-hidden
|
|
122213
|
+
&.e-hidden,
|
|
122214
|
+
&.e-hide-group {
|
|
122196
122215
|
display: none;
|
|
122197
122216
|
}
|
|
122198
122217
|
|
|
@@ -122734,7 +122753,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
122734
122753
|
|
|
122735
122754
|
.e-ribbon-overflow-target {
|
|
122736
122755
|
|
|
122737
|
-
&.e-hidden
|
|
122756
|
+
&.e-hidden,
|
|
122757
|
+
&.e-hide-group {
|
|
122738
122758
|
display: none;
|
|
122739
122759
|
}
|
|
122740
122760
|
|
|
@@ -122743,7 +122763,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
122743
122763
|
}
|
|
122744
122764
|
|
|
122745
122765
|
.e-ribbon-of-tab .e-ribbon-of-group-container {
|
|
122746
|
-
&.e-hidden
|
|
122766
|
+
&.e-hidden,
|
|
122767
|
+
&.e-hide-group {
|
|
122747
122768
|
display: none;
|
|
122748
122769
|
}
|
|
122749
122770
|
|
|
@@ -5454,6 +5454,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5454
5454
|
}
|
|
5455
5455
|
}
|
|
5456
5456
|
|
|
5457
|
+
.e-bigger {
|
|
5458
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5459
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5460
|
+
& .e-gridcontent,
|
|
5461
|
+
& .e-summarycontent {
|
|
5462
|
+
& td::before{
|
|
5463
|
+
@if $grid-skin == 'fluent' {
|
|
5464
|
+
overflow: hidden;
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
}
|
|
5468
|
+
}
|
|
5469
|
+
}
|
|
5470
|
+
|
|
5457
5471
|
.e-bigger .e-grid.e-row-responsive,
|
|
5458
5472
|
.e-bigger.e-grid.e-row-responsive {
|
|
5459
5473
|
|
|
@@ -5456,6 +5456,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5456
5456
|
}
|
|
5457
5457
|
}
|
|
5458
5458
|
|
|
5459
|
+
.e-bigger {
|
|
5460
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5461
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5462
|
+
& .e-gridcontent,
|
|
5463
|
+
& .e-summarycontent {
|
|
5464
|
+
& td::before{
|
|
5465
|
+
@if $grid-skin == 'fluent' {
|
|
5466
|
+
overflow: hidden;
|
|
5467
|
+
}
|
|
5468
|
+
}
|
|
5469
|
+
}
|
|
5470
|
+
}
|
|
5471
|
+
}
|
|
5472
|
+
|
|
5459
5473
|
.e-bigger .e-grid.e-row-responsive,
|
|
5460
5474
|
.e-bigger.e-grid.e-row-responsive {
|
|
5461
5475
|
|
|
@@ -5461,6 +5461,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5461
5461
|
}
|
|
5462
5462
|
}
|
|
5463
5463
|
|
|
5464
|
+
.e-bigger {
|
|
5465
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5466
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5467
|
+
& .e-gridcontent,
|
|
5468
|
+
& .e-summarycontent {
|
|
5469
|
+
& td::before{
|
|
5470
|
+
@if $grid-skin == 'fluent' {
|
|
5471
|
+
overflow: hidden;
|
|
5472
|
+
}
|
|
5473
|
+
}
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5464
5478
|
.e-bigger .e-grid.e-row-responsive,
|
|
5465
5479
|
.e-bigger.e-grid.e-row-responsive {
|
|
5466
5480
|
|
|
@@ -5454,6 +5454,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5454
5454
|
}
|
|
5455
5455
|
}
|
|
5456
5456
|
|
|
5457
|
+
.e-bigger {
|
|
5458
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5459
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5460
|
+
& .e-gridcontent,
|
|
5461
|
+
& .e-summarycontent {
|
|
5462
|
+
& td::before{
|
|
5463
|
+
@if $grid-skin == 'fluent' {
|
|
5464
|
+
overflow: hidden;
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
}
|
|
5468
|
+
}
|
|
5469
|
+
}
|
|
5470
|
+
|
|
5457
5471
|
.e-bigger .e-grid.e-row-responsive,
|
|
5458
5472
|
.e-bigger.e-grid.e-row-responsive {
|
|
5459
5473
|
|
|
@@ -5454,6 +5454,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5454
5454
|
}
|
|
5455
5455
|
}
|
|
5456
5456
|
|
|
5457
|
+
.e-bigger {
|
|
5458
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5459
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5460
|
+
& .e-gridcontent,
|
|
5461
|
+
& .e-summarycontent {
|
|
5462
|
+
& td::before{
|
|
5463
|
+
@if $grid-skin == 'fluent' {
|
|
5464
|
+
overflow: hidden;
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
}
|
|
5468
|
+
}
|
|
5469
|
+
}
|
|
5470
|
+
|
|
5457
5471
|
.e-bigger .e-grid.e-row-responsive,
|
|
5458
5472
|
.e-bigger.e-grid.e-row-responsive {
|
|
5459
5473
|
|
|
@@ -5451,6 +5451,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5451
5451
|
}
|
|
5452
5452
|
}
|
|
5453
5453
|
|
|
5454
|
+
.e-bigger {
|
|
5455
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5456
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5457
|
+
& .e-gridcontent,
|
|
5458
|
+
& .e-summarycontent {
|
|
5459
|
+
& td::before{
|
|
5460
|
+
@if $grid-skin == 'fluent' {
|
|
5461
|
+
overflow: hidden;
|
|
5462
|
+
}
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
|
|
5454
5468
|
.e-bigger .e-grid.e-row-responsive,
|
|
5455
5469
|
.e-bigger.e-grid.e-row-responsive {
|
|
5456
5470
|
|
|
@@ -5451,6 +5451,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5451
5451
|
}
|
|
5452
5452
|
}
|
|
5453
5453
|
|
|
5454
|
+
.e-bigger {
|
|
5455
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5456
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5457
|
+
& .e-gridcontent,
|
|
5458
|
+
& .e-summarycontent {
|
|
5459
|
+
& td::before{
|
|
5460
|
+
@if $grid-skin == 'fluent' {
|
|
5461
|
+
overflow: hidden;
|
|
5462
|
+
}
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
|
|
5454
5468
|
.e-bigger .e-grid.e-row-responsive,
|
|
5455
5469
|
.e-bigger.e-grid.e-row-responsive {
|
|
5456
5470
|
|
|
@@ -5446,6 +5446,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5446
5446
|
}
|
|
5447
5447
|
}
|
|
5448
5448
|
|
|
5449
|
+
.e-bigger {
|
|
5450
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5451
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5452
|
+
& .e-gridcontent,
|
|
5453
|
+
& .e-summarycontent {
|
|
5454
|
+
& td::before{
|
|
5455
|
+
@if $grid-skin == 'fluent' {
|
|
5456
|
+
overflow: hidden;
|
|
5457
|
+
}
|
|
5458
|
+
}
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
}
|
|
5462
|
+
|
|
5449
5463
|
.e-bigger .e-grid.e-row-responsive,
|
|
5450
5464
|
.e-bigger.e-grid.e-row-responsive {
|
|
5451
5465
|
|
|
@@ -5446,6 +5446,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5446
5446
|
}
|
|
5447
5447
|
}
|
|
5448
5448
|
|
|
5449
|
+
.e-bigger {
|
|
5450
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5451
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5452
|
+
& .e-gridcontent,
|
|
5453
|
+
& .e-summarycontent {
|
|
5454
|
+
& td::before{
|
|
5455
|
+
@if $grid-skin == 'fluent' {
|
|
5456
|
+
overflow: hidden;
|
|
5457
|
+
}
|
|
5458
|
+
}
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
}
|
|
5462
|
+
|
|
5449
5463
|
.e-bigger .e-grid.e-row-responsive,
|
|
5450
5464
|
.e-bigger.e-grid.e-row-responsive {
|
|
5451
5465
|
|
|
@@ -5451,6 +5451,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5451
5451
|
}
|
|
5452
5452
|
}
|
|
5453
5453
|
|
|
5454
|
+
.e-bigger {
|
|
5455
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5456
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5457
|
+
& .e-gridcontent,
|
|
5458
|
+
& .e-summarycontent {
|
|
5459
|
+
& td::before{
|
|
5460
|
+
@if $grid-skin == 'fluent' {
|
|
5461
|
+
overflow: hidden;
|
|
5462
|
+
}
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
|
|
5454
5468
|
.e-bigger .e-grid.e-row-responsive,
|
|
5455
5469
|
.e-bigger.e-grid.e-row-responsive {
|
|
5456
5470
|
|
|
@@ -5452,6 +5452,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5452
5452
|
}
|
|
5453
5453
|
}
|
|
5454
5454
|
|
|
5455
|
+
.e-bigger {
|
|
5456
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5457
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5458
|
+
& .e-gridcontent,
|
|
5459
|
+
& .e-summarycontent {
|
|
5460
|
+
& td::before{
|
|
5461
|
+
@if $grid-skin == 'fluent' {
|
|
5462
|
+
overflow: hidden;
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
}
|
|
5468
|
+
|
|
5455
5469
|
.e-bigger .e-grid.e-row-responsive,
|
|
5456
5470
|
.e-bigger.e-grid.e-row-responsive {
|
|
5457
5471
|
|
|
@@ -5450,6 +5450,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5450
5450
|
}
|
|
5451
5451
|
}
|
|
5452
5452
|
|
|
5453
|
+
.e-bigger {
|
|
5454
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5455
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5456
|
+
& .e-gridcontent,
|
|
5457
|
+
& .e-summarycontent {
|
|
5458
|
+
& td::before{
|
|
5459
|
+
@if $grid-skin == 'fluent' {
|
|
5460
|
+
overflow: hidden;
|
|
5461
|
+
}
|
|
5462
|
+
}
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
}
|
|
5466
|
+
|
|
5453
5467
|
.e-bigger .e-grid.e-row-responsive,
|
|
5454
5468
|
.e-bigger.e-grid.e-row-responsive {
|
|
5455
5469
|
|
|
@@ -5461,6 +5461,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5461
5461
|
}
|
|
5462
5462
|
}
|
|
5463
5463
|
|
|
5464
|
+
.e-bigger {
|
|
5465
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5466
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5467
|
+
& .e-gridcontent,
|
|
5468
|
+
& .e-summarycontent {
|
|
5469
|
+
& td::before{
|
|
5470
|
+
@if $grid-skin == 'fluent' {
|
|
5471
|
+
overflow: hidden;
|
|
5472
|
+
}
|
|
5473
|
+
}
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5464
5478
|
.e-bigger .e-grid.e-row-responsive,
|
|
5465
5479
|
.e-bigger.e-grid.e-row-responsive {
|
|
5466
5480
|
|
|
@@ -5461,6 +5461,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5461
5461
|
}
|
|
5462
5462
|
}
|
|
5463
5463
|
|
|
5464
|
+
.e-bigger {
|
|
5465
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5466
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5467
|
+
& .e-gridcontent,
|
|
5468
|
+
& .e-summarycontent {
|
|
5469
|
+
& td::before{
|
|
5470
|
+
@if $grid-skin == 'fluent' {
|
|
5471
|
+
overflow: hidden;
|
|
5472
|
+
}
|
|
5473
|
+
}
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5464
5478
|
.e-bigger .e-grid.e-row-responsive,
|
|
5465
5479
|
.e-bigger.e-grid.e-row-responsive {
|
|
5466
5480
|
|
|
@@ -5461,6 +5461,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5461
5461
|
}
|
|
5462
5462
|
}
|
|
5463
5463
|
|
|
5464
|
+
.e-bigger {
|
|
5465
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5466
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5467
|
+
& .e-gridcontent,
|
|
5468
|
+
& .e-summarycontent {
|
|
5469
|
+
& td::before{
|
|
5470
|
+
@if $grid-skin == 'fluent' {
|
|
5471
|
+
overflow: hidden;
|
|
5472
|
+
}
|
|
5473
|
+
}
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5464
5478
|
.e-bigger .e-grid.e-row-responsive,
|
|
5465
5479
|
.e-bigger.e-grid.e-row-responsive {
|
|
5466
5480
|
|
|
@@ -5461,6 +5461,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5461
5461
|
}
|
|
5462
5462
|
}
|
|
5463
5463
|
|
|
5464
|
+
.e-bigger {
|
|
5465
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
5466
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
5467
|
+
& .e-gridcontent,
|
|
5468
|
+
& .e-summarycontent {
|
|
5469
|
+
& td::before{
|
|
5470
|
+
@if $grid-skin == 'fluent' {
|
|
5471
|
+
overflow: hidden;
|
|
5472
|
+
}
|
|
5473
|
+
}
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5464
5478
|
.e-bigger .e-grid.e-row-responsive,
|
|
5465
5479
|
.e-bigger.e-grid.e-row-responsive {
|
|
5466
5480
|
|
|
@@ -80121,6 +80121,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80121
80121
|
}
|
|
80122
80122
|
}
|
|
80123
80123
|
|
|
80124
|
+
.e-bigger {
|
|
80125
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
80126
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
80127
|
+
& .e-gridcontent,
|
|
80128
|
+
& .e-summarycontent {
|
|
80129
|
+
& td::before{
|
|
80130
|
+
@if $grid-skin == 'fluent' {
|
|
80131
|
+
overflow: hidden;
|
|
80132
|
+
}
|
|
80133
|
+
}
|
|
80134
|
+
}
|
|
80135
|
+
}
|
|
80136
|
+
}
|
|
80137
|
+
|
|
80124
80138
|
.e-bigger .e-grid.e-row-responsive,
|
|
80125
80139
|
.e-bigger.e-grid.e-row-responsive {
|
|
80126
80140
|
|
|
@@ -93961,12 +93975,12 @@ $editor-btn-icon-color: $content-font !default;
|
|
|
93961
93975
|
position: relative;
|
|
93962
93976
|
width: auto;
|
|
93963
93977
|
|
|
93964
|
-
.e-input-group.e-
|
|
93978
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
93965
93979
|
display: block;
|
|
93966
93980
|
visibility: hidden;
|
|
93967
93981
|
}
|
|
93968
93982
|
|
|
93969
|
-
.e-input-group.e-
|
|
93983
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
93970
93984
|
display: block;
|
|
93971
93985
|
visibility: hidden;
|
|
93972
93986
|
}
|
|
@@ -94378,8 +94392,8 @@ $editor-btn-icon-color: $content-font !default;
|
|
|
94378
94392
|
&.e-tooltip-wrap {
|
|
94379
94393
|
max-width: 100%;
|
|
94380
94394
|
|
|
94381
|
-
.e-input-group.e-
|
|
94382
|
-
.e-input-group.e-
|
|
94395
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
94396
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
94383
94397
|
display: block;
|
|
94384
94398
|
visibility: hidden;
|
|
94385
94399
|
}
|
|
@@ -121491,6 +121505,10 @@ $ribbon-group-button-dropdown-popup-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25) !de
|
|
|
121491
121505
|
&:focus {
|
|
121492
121506
|
outline: none;
|
|
121493
121507
|
}
|
|
121508
|
+
|
|
121509
|
+
&.e-hidden {
|
|
121510
|
+
display: none;
|
|
121511
|
+
}
|
|
121494
121512
|
}
|
|
121495
121513
|
|
|
121496
121514
|
.e-ribbon-overall-of-btn {
|
|
@@ -121562,7 +121580,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25) !de
|
|
|
121562
121580
|
padding-top: $ribbon-group-padding;
|
|
121563
121581
|
height: $ribbon-group-height;
|
|
121564
121582
|
|
|
121565
|
-
&.e-hidden
|
|
121583
|
+
&.e-hidden,
|
|
121584
|
+
&.e-hide-group {
|
|
121566
121585
|
display: none;
|
|
121567
121586
|
}
|
|
121568
121587
|
|
|
@@ -122104,7 +122123,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25) !de
|
|
|
122104
122123
|
|
|
122105
122124
|
.e-ribbon-overflow-target {
|
|
122106
122125
|
|
|
122107
|
-
&.e-hidden
|
|
122126
|
+
&.e-hidden,
|
|
122127
|
+
&.e-hide-group {
|
|
122108
122128
|
display: none;
|
|
122109
122129
|
}
|
|
122110
122130
|
|
|
@@ -122113,7 +122133,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25) !de
|
|
|
122113
122133
|
}
|
|
122114
122134
|
|
|
122115
122135
|
.e-ribbon-of-tab .e-ribbon-of-group-container {
|
|
122116
|
-
&.e-hidden
|
|
122136
|
+
&.e-hidden,
|
|
122137
|
+
&.e-hide-group {
|
|
122117
122138
|
display: none;
|
|
122118
122139
|
}
|
|
122119
122140
|
|
|
@@ -239,12 +239,12 @@ $editor-btn-icon-color: $grey-dark-font !default;
|
|
|
239
239
|
position: relative;
|
|
240
240
|
width: auto;
|
|
241
241
|
|
|
242
|
-
.e-input-group.e-
|
|
242
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
243
243
|
display: block;
|
|
244
244
|
visibility: hidden;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.e-input-group.e-
|
|
247
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
248
248
|
display: block;
|
|
249
249
|
visibility: hidden;
|
|
250
250
|
}
|
|
@@ -656,8 +656,8 @@ $editor-btn-icon-color: $grey-dark-font !default;
|
|
|
656
656
|
&.e-tooltip-wrap {
|
|
657
657
|
max-width: 100%;
|
|
658
658
|
|
|
659
|
-
.e-input-group.e-
|
|
660
|
-
.e-input-group.e-
|
|
659
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
660
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
661
661
|
display: block;
|
|
662
662
|
visibility: hidden;
|
|
663
663
|
}
|
|
@@ -240,12 +240,12 @@ $editor-btn-icon-color: $grey-light-font !default;
|
|
|
240
240
|
position: relative;
|
|
241
241
|
width: auto;
|
|
242
242
|
|
|
243
|
-
.e-input-group.e-
|
|
243
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
244
244
|
display: block;
|
|
245
245
|
visibility: hidden;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.e-input-group.e-
|
|
248
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
249
249
|
display: block;
|
|
250
250
|
visibility: hidden;
|
|
251
251
|
}
|
|
@@ -657,8 +657,8 @@ $editor-btn-icon-color: $grey-light-font !default;
|
|
|
657
657
|
&.e-tooltip-wrap {
|
|
658
658
|
max-width: 100%;
|
|
659
659
|
|
|
660
|
-
.e-input-group.e-
|
|
661
|
-
.e-input-group.e-
|
|
660
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
661
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
662
662
|
display: block;
|
|
663
663
|
visibility: hidden;
|
|
664
664
|
}
|
|
@@ -240,12 +240,12 @@ $editor-btn-icon-color: $gray-700 !default;
|
|
|
240
240
|
position: relative;
|
|
241
241
|
width: auto;
|
|
242
242
|
|
|
243
|
-
.e-input-group.e-
|
|
243
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
244
244
|
display: block;
|
|
245
245
|
visibility: hidden;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.e-input-group.e-
|
|
248
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
249
249
|
display: block;
|
|
250
250
|
visibility: hidden;
|
|
251
251
|
}
|
|
@@ -657,8 +657,8 @@ $editor-btn-icon-color: $gray-700 !default;
|
|
|
657
657
|
&.e-tooltip-wrap {
|
|
658
658
|
max-width: 100%;
|
|
659
659
|
|
|
660
|
-
.e-input-group.e-
|
|
661
|
-
.e-input-group.e-
|
|
660
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
661
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
662
662
|
display: block;
|
|
663
663
|
visibility: hidden;
|
|
664
664
|
}
|
|
@@ -234,12 +234,12 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
234
234
|
position: relative;
|
|
235
235
|
width: auto;
|
|
236
236
|
|
|
237
|
-
.e-input-group.e-
|
|
237
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
238
238
|
display: block;
|
|
239
239
|
visibility: hidden;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.e-input-group.e-
|
|
242
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
243
243
|
display: block;
|
|
244
244
|
visibility: hidden;
|
|
245
245
|
}
|
|
@@ -651,8 +651,8 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
651
651
|
&.e-tooltip-wrap {
|
|
652
652
|
max-width: 100%;
|
|
653
653
|
|
|
654
|
-
.e-input-group.e-
|
|
655
|
-
.e-input-group.e-
|
|
654
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
655
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
656
656
|
display: block;
|
|
657
657
|
visibility: hidden;
|
|
658
658
|
}
|
|
@@ -234,12 +234,12 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
234
234
|
position: relative;
|
|
235
235
|
width: auto;
|
|
236
236
|
|
|
237
|
-
.e-input-group.e-
|
|
237
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
238
238
|
display: block;
|
|
239
239
|
visibility: hidden;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.e-input-group.e-
|
|
242
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
243
243
|
display: block;
|
|
244
244
|
visibility: hidden;
|
|
245
245
|
}
|
|
@@ -651,8 +651,8 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
651
651
|
&.e-tooltip-wrap {
|
|
652
652
|
max-width: 100%;
|
|
653
653
|
|
|
654
|
-
.e-input-group.e-
|
|
655
|
-
.e-input-group.e-
|
|
654
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
655
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
656
656
|
display: block;
|
|
657
657
|
visibility: hidden;
|
|
658
658
|
}
|
|
@@ -239,12 +239,12 @@ $editor-btn-icon-color: $neutral-light-fontalt !default;
|
|
|
239
239
|
position: relative;
|
|
240
240
|
width: auto;
|
|
241
241
|
|
|
242
|
-
.e-input-group.e-
|
|
242
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
243
243
|
display: block;
|
|
244
244
|
visibility: hidden;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.e-input-group.e-
|
|
247
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
248
248
|
display: block;
|
|
249
249
|
visibility: hidden;
|
|
250
250
|
}
|
|
@@ -656,8 +656,8 @@ $editor-btn-icon-color: $neutral-light-fontalt !default;
|
|
|
656
656
|
&.e-tooltip-wrap {
|
|
657
657
|
max-width: 100%;
|
|
658
658
|
|
|
659
|
-
.e-input-group.e-
|
|
660
|
-
.e-input-group.e-
|
|
659
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
660
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
661
661
|
display: block;
|
|
662
662
|
visibility: hidden;
|
|
663
663
|
}
|