@syncfusion/blazor-themes 23.2.5 → 23.2.7
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 +62 -9
- package/SCSS-Themes/bootstrap.scss +62 -9
- package/SCSS-Themes/bootstrap4.scss +62 -9
- package/SCSS-Themes/bootstrap5-dark.scss +62 -9
- package/SCSS-Themes/bootstrap5.scss +62 -9
- package/SCSS-Themes/fabric-dark.scss +62 -9
- package/SCSS-Themes/fabric.scss +62 -9
- package/SCSS-Themes/fluent-dark.scss +62 -9
- package/SCSS-Themes/fluent.scss +62 -9
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +22 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/fabric.scss +22 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/fluent.scss +22 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/material.scss +22 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/material3.scss +22 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +22 -0
- package/SCSS-Themes/highcontrast.scss +62 -9
- package/SCSS-Themes/material-dark.scss +63 -9
- package/SCSS-Themes/material.scss +63 -9
- package/SCSS-Themes/material3-dark.scss +63 -9
- package/SCSS-Themes/material3.scss +63 -9
- package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap4.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap5.scss +31 -0
- package/SCSS-Themes/notifications/toast/fabric-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/fabric.scss +31 -0
- package/SCSS-Themes/notifications/toast/fluent-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/fluent.scss +31 -0
- package/SCSS-Themes/notifications/toast/highcontrast.scss +31 -0
- package/SCSS-Themes/notifications/toast/material-dark.scss +32 -0
- package/SCSS-Themes/notifications/toast/material.scss +32 -0
- package/SCSS-Themes/notifications/toast/material3-dark.scss +32 -0
- package/SCSS-Themes/notifications/toast/material3.scss +32 -0
- package/SCSS-Themes/notifications/toast/tailwind-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/tailwind.scss +31 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +9 -9
- package/SCSS-Themes/tailwind-dark.scss +62 -9
- package/SCSS-Themes/tailwind.scss +62 -9
- package/package.json +1 -1
|
@@ -74863,6 +74863,7 @@ $grid-headercell-div-padding: 0 !default;
|
|
|
74863
74863
|
$grid-headecell-span-height: 26px !default;
|
|
74864
74864
|
$grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
|
|
74865
74865
|
$grid-headercelldiv-padding: 0 10px 0 0 !default;
|
|
74866
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 0 !default;
|
|
74866
74867
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
74867
74868
|
$grid-filterbarcell-first-last-child-padding-left: 10px !default;
|
|
74868
74869
|
$grid-stackedheadercell-botttom-padding: 4px !default;
|
|
@@ -77456,6 +77457,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77456
77457
|
padding: $grid-headercelldiv-padding;
|
|
77457
77458
|
}
|
|
77458
77459
|
|
|
77460
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77461
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77462
|
+
.e-headercelldiv,
|
|
77463
|
+
.e-stackedheadercelldiv {
|
|
77464
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77465
|
+
}
|
|
77466
|
+
}
|
|
77467
|
+
|
|
77468
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77469
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77470
|
+
.e-headercelldiv,
|
|
77471
|
+
.e-stackedheadercelldiv {
|
|
77472
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77473
|
+
}
|
|
77474
|
+
}
|
|
77475
|
+
|
|
77459
77476
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77460
77477
|
@if $grid-skin == 'bootstrap5' {
|
|
77461
77478
|
padding-left: 8px;
|
|
@@ -78417,6 +78434,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78417
78434
|
|
|
78418
78435
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78419
78436
|
left: 44%;
|
|
78437
|
+
top: -8px;
|
|
78420
78438
|
}
|
|
78421
78439
|
|
|
78422
78440
|
.e-normaledit .e-rowcell {
|
|
@@ -81604,6 +81622,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81604
81622
|
}
|
|
81605
81623
|
}
|
|
81606
81624
|
|
|
81625
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81626
|
+
background-color: $grid-hover-bg-color;
|
|
81627
|
+
}
|
|
81628
|
+
|
|
81607
81629
|
.e-tooltip-wrap.e-griderror,
|
|
81608
81630
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81609
81631
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96365,6 +96387,9 @@ $toast-danger-hover-box-shadow: none !default;
|
|
|
96365
96387
|
|
|
96366
96388
|
$toast-title-font-weight: bold !default;
|
|
96367
96389
|
|
|
96390
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96391
|
+
$toast-close-icon-hover-color: $selection-font !default;
|
|
96392
|
+
|
|
96368
96393
|
@include export-module('toast-layout') {
|
|
96369
96394
|
|
|
96370
96395
|
/*! toast layout */
|
|
@@ -96847,6 +96872,34 @@ $toast-title-font-weight: bold !default;
|
|
|
96847
96872
|
box-shadow: none;
|
|
96848
96873
|
outline: 0;
|
|
96849
96874
|
}
|
|
96875
|
+
|
|
96876
|
+
&.e-blazor-toast-close-icon:focus,
|
|
96877
|
+
&.e-blazor-toast-close-icon:hover {
|
|
96878
|
+
@if $skin-name == 'Material3' {
|
|
96879
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96880
|
+
}
|
|
96881
|
+
@else {
|
|
96882
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96883
|
+
}
|
|
96884
|
+
color: $toast-close-icon-hover-color;
|
|
96885
|
+
}
|
|
96886
|
+
}
|
|
96887
|
+
|
|
96888
|
+
.e-toast-close-icon.e-icons:hover,
|
|
96889
|
+
.e-toast-close-icon.e-icons:focus{
|
|
96890
|
+
@if $skin-name == 'Material3' {
|
|
96891
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96892
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96893
|
+
height: 32px;
|
|
96894
|
+
margin-top: -6px;
|
|
96895
|
+
}
|
|
96896
|
+
@else {
|
|
96897
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96898
|
+
}
|
|
96899
|
+
@if $skin-name == 'material' {
|
|
96900
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96901
|
+
}
|
|
96902
|
+
color: $toast-close-icon-hover-color;
|
|
96850
96903
|
}
|
|
96851
96904
|
|
|
96852
96905
|
&.e-toast-success {
|
|
@@ -99732,15 +99785,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99732
99785
|
font-size: 18px;
|
|
99733
99786
|
}
|
|
99734
99787
|
|
|
99735
|
-
.e-pv-annotation-color-container
|
|
99736
|
-
.e-pv-annotation-opacity-container
|
|
99737
|
-
.e-pv-annotation-stroke-container
|
|
99738
|
-
.e-pv-custom-annotation-thickness-container
|
|
99739
|
-
.e-pv-custom-annotation-opacity-container
|
|
99740
|
-
.e-pv-annotation-thickness-container
|
|
99741
|
-
.e-pv-annotation-textcolor-container
|
|
99742
|
-
.e-pv-annotation-textalign-container
|
|
99743
|
-
.e-pv-annotation-textprop-container
|
|
99788
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99789
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99790
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99791
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99792
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99793
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99794
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99795
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99796
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99744
99797
|
height: $pv-annotation-drop-down-height;
|
|
99745
99798
|
width: $pv-annotation-drop-down-width;
|
|
99746
99799
|
}
|
|
@@ -76047,6 +76047,7 @@ $grid-rtl-headercelldiv-padding: 0 .6em 0 1.8em !default;
|
|
|
76047
76047
|
$grid-rtl-headercelldiv-chkbox-padding: 0 .6em 0 .55em !default;
|
|
76048
76048
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .6em 0 1.15em !default;
|
|
76049
76049
|
$grid-headercelldiv-padding: 0 1.8em 0 .6em !default;
|
|
76050
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .6em !default;
|
|
76050
76051
|
$grid-headercelldiv-right-align-padding: 0 .6em 0 1.9em !default;
|
|
76051
76052
|
$grid-filterbarcell-text-input: 26px !default;
|
|
76052
76053
|
$grid-summary-cell-line-height: 18px !default;
|
|
@@ -78751,6 +78752,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78751
78752
|
padding: $grid-headercelldiv-padding;
|
|
78752
78753
|
}
|
|
78753
78754
|
|
|
78755
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78756
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78757
|
+
.e-headercelldiv,
|
|
78758
|
+
.e-stackedheadercelldiv {
|
|
78759
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78760
|
+
}
|
|
78761
|
+
}
|
|
78762
|
+
|
|
78763
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78764
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78765
|
+
.e-headercelldiv,
|
|
78766
|
+
.e-stackedheadercelldiv {
|
|
78767
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78768
|
+
}
|
|
78769
|
+
}
|
|
78770
|
+
|
|
78754
78771
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
78755
78772
|
@if $grid-skin == 'bootstrap5' {
|
|
78756
78773
|
padding-left: 8px;
|
|
@@ -79712,6 +79729,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79712
79729
|
|
|
79713
79730
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
79714
79731
|
left: 44%;
|
|
79732
|
+
top: -8px;
|
|
79715
79733
|
}
|
|
79716
79734
|
|
|
79717
79735
|
.e-normaledit .e-rowcell {
|
|
@@ -82899,6 +82917,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82899
82917
|
}
|
|
82900
82918
|
}
|
|
82901
82919
|
|
|
82920
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82921
|
+
background-color: $grid-hover-bg-color;
|
|
82922
|
+
}
|
|
82923
|
+
|
|
82902
82924
|
.e-tooltip-wrap.e-griderror,
|
|
82903
82925
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82904
82926
|
background-color: $grid-val-error-bg-color;
|
|
@@ -97678,6 +97700,10 @@ $toast-danger-hover-bg-color: #ff5d48 !default;
|
|
|
97678
97700
|
$toast-danger-hover-color: $message-font !default;
|
|
97679
97701
|
$toast-danger-hover-box-shadow: 0 3px 5px -1px rgba($grey-black, .2), 0 6px 10px 0 rgba($grey-black, .14), 0 1px 18px 0 rgba($grey-black, .12) !default;
|
|
97680
97702
|
|
|
97703
|
+
$toast-close-icon-hover-bg-color: rgba($grey-white, .1) !default;
|
|
97704
|
+
$toast-close-icon-hover-color: $grey-dark-font !default;
|
|
97705
|
+
$toast-icon-hover-border-radius: 50% !default;
|
|
97706
|
+
|
|
97681
97707
|
//enddefault
|
|
97682
97708
|
|
|
97683
97709
|
@include export-module('toast-layout') {
|
|
@@ -98162,6 +98188,34 @@ $toast-danger-hover-box-shadow: 0 3px 5px -1px rgba($grey-black, .2), 0 6px 10px
|
|
|
98162
98188
|
box-shadow: none;
|
|
98163
98189
|
outline: 0;
|
|
98164
98190
|
}
|
|
98191
|
+
|
|
98192
|
+
&.e-blazor-toast-close-icon:focus,
|
|
98193
|
+
&.e-blazor-toast-close-icon:hover {
|
|
98194
|
+
@if $skin-name == 'Material3' {
|
|
98195
|
+
background: $toast-close-icon-hover-bg-color;
|
|
98196
|
+
}
|
|
98197
|
+
@else {
|
|
98198
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
98199
|
+
}
|
|
98200
|
+
color: $toast-close-icon-hover-color;
|
|
98201
|
+
}
|
|
98202
|
+
}
|
|
98203
|
+
|
|
98204
|
+
.e-toast-close-icon.e-icons:hover,
|
|
98205
|
+
.e-toast-close-icon.e-icons:focus{
|
|
98206
|
+
@if $skin-name == 'Material3' {
|
|
98207
|
+
background: $toast-close-icon-hover-bg-color;
|
|
98208
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
98209
|
+
height: 32px;
|
|
98210
|
+
margin-top: -6px;
|
|
98211
|
+
}
|
|
98212
|
+
@else {
|
|
98213
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
98214
|
+
}
|
|
98215
|
+
@if $skin-name == 'material' {
|
|
98216
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
98217
|
+
}
|
|
98218
|
+
color: $toast-close-icon-hover-color;
|
|
98165
98219
|
}
|
|
98166
98220
|
|
|
98167
98221
|
&.e-toast-success {
|
|
@@ -101046,15 +101100,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
101046
101100
|
font-size: 18px;
|
|
101047
101101
|
}
|
|
101048
101102
|
|
|
101049
|
-
.e-pv-annotation-color-container
|
|
101050
|
-
.e-pv-annotation-opacity-container
|
|
101051
|
-
.e-pv-annotation-stroke-container
|
|
101052
|
-
.e-pv-custom-annotation-thickness-container
|
|
101053
|
-
.e-pv-custom-annotation-opacity-container
|
|
101054
|
-
.e-pv-annotation-thickness-container
|
|
101055
|
-
.e-pv-annotation-textcolor-container
|
|
101056
|
-
.e-pv-annotation-textalign-container
|
|
101057
|
-
.e-pv-annotation-textprop-container
|
|
101103
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
101104
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
101105
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
101106
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
101107
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
101108
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
101109
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
101110
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
101111
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
101058
101112
|
height: $pv-annotation-drop-down-height;
|
|
101059
101113
|
width: $pv-annotation-drop-down-width;
|
|
101060
101114
|
}
|
|
@@ -75775,6 +75775,7 @@ $grid-rtl-headercelldiv-padding: 0 .6em 0 1.8em !default;
|
|
|
75775
75775
|
$grid-rtl-headercelldiv-chkbox-padding: 0 .6em 0 .55em !default;
|
|
75776
75776
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .6em 0 1.15em !default;
|
|
75777
75777
|
$grid-headercelldiv-padding: 0 1.8em 0 .6em !default;
|
|
75778
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .6em !default;
|
|
75778
75779
|
$grid-headercelldiv-right-align-padding: 0 .6em 0 1.9em !default;
|
|
75779
75780
|
$grid-filterbarcell-text-input: 26px !default;
|
|
75780
75781
|
$grid-summary-cell-line-height: 18px !default;
|
|
@@ -78472,6 +78473,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78472
78473
|
padding: $grid-headercelldiv-padding;
|
|
78473
78474
|
}
|
|
78474
78475
|
|
|
78476
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78477
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78478
|
+
.e-headercelldiv,
|
|
78479
|
+
.e-stackedheadercelldiv {
|
|
78480
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78481
|
+
}
|
|
78482
|
+
}
|
|
78483
|
+
|
|
78484
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78485
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78486
|
+
.e-headercelldiv,
|
|
78487
|
+
.e-stackedheadercelldiv {
|
|
78488
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78489
|
+
}
|
|
78490
|
+
}
|
|
78491
|
+
|
|
78475
78492
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
78476
78493
|
@if $grid-skin == 'bootstrap5' {
|
|
78477
78494
|
padding-left: 8px;
|
|
@@ -79433,6 +79450,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79433
79450
|
|
|
79434
79451
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
79435
79452
|
left: 44%;
|
|
79453
|
+
top: -8px;
|
|
79436
79454
|
}
|
|
79437
79455
|
|
|
79438
79456
|
.e-normaledit .e-rowcell {
|
|
@@ -82620,6 +82638,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82620
82638
|
}
|
|
82621
82639
|
}
|
|
82622
82640
|
|
|
82641
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82642
|
+
background-color: $grid-hover-bg-color;
|
|
82643
|
+
}
|
|
82644
|
+
|
|
82623
82645
|
.e-tooltip-wrap.e-griderror,
|
|
82624
82646
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82625
82647
|
background-color: $grid-val-error-bg-color;
|
|
@@ -97393,6 +97415,10 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($grey-black, .26) !default;
|
|
|
97393
97415
|
|
|
97394
97416
|
$toast-title-font-weight: bold !default;
|
|
97395
97417
|
|
|
97418
|
+
$toast-close-icon-hover-bg-color: $grey-300 !default;
|
|
97419
|
+
$toast-close-icon-hover-color: $grey-light-font !default;
|
|
97420
|
+
$toast-icon-hover-border-radius: 50% !default;
|
|
97421
|
+
|
|
97396
97422
|
@include export-module('toast-layout') {
|
|
97397
97423
|
|
|
97398
97424
|
/*! toast layout */
|
|
@@ -97875,6 +97901,34 @@ $toast-title-font-weight: bold !default;
|
|
|
97875
97901
|
box-shadow: none;
|
|
97876
97902
|
outline: 0;
|
|
97877
97903
|
}
|
|
97904
|
+
|
|
97905
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97906
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97907
|
+
@if $skin-name == 'Material3' {
|
|
97908
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97909
|
+
}
|
|
97910
|
+
@else {
|
|
97911
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97912
|
+
}
|
|
97913
|
+
color: $toast-close-icon-hover-color;
|
|
97914
|
+
}
|
|
97915
|
+
}
|
|
97916
|
+
|
|
97917
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97918
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97919
|
+
@if $skin-name == 'Material3' {
|
|
97920
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97921
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97922
|
+
height: 32px;
|
|
97923
|
+
margin-top: -6px;
|
|
97924
|
+
}
|
|
97925
|
+
@else {
|
|
97926
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97927
|
+
}
|
|
97928
|
+
@if $skin-name == 'material' {
|
|
97929
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97930
|
+
}
|
|
97931
|
+
color: $toast-close-icon-hover-color;
|
|
97878
97932
|
}
|
|
97879
97933
|
|
|
97880
97934
|
&.e-toast-success {
|
|
@@ -100757,15 +100811,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100757
100811
|
font-size: 18px;
|
|
100758
100812
|
}
|
|
100759
100813
|
|
|
100760
|
-
.e-pv-annotation-color-container
|
|
100761
|
-
.e-pv-annotation-opacity-container
|
|
100762
|
-
.e-pv-annotation-stroke-container
|
|
100763
|
-
.e-pv-custom-annotation-thickness-container
|
|
100764
|
-
.e-pv-custom-annotation-opacity-container
|
|
100765
|
-
.e-pv-annotation-thickness-container
|
|
100766
|
-
.e-pv-annotation-textcolor-container
|
|
100767
|
-
.e-pv-annotation-textalign-container
|
|
100768
|
-
.e-pv-annotation-textprop-container
|
|
100814
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100815
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100816
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100817
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100818
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100819
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100820
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100821
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100822
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100769
100823
|
height: $pv-annotation-drop-down-height;
|
|
100770
100824
|
width: $pv-annotation-drop-down-width;
|
|
100771
100825
|
}
|
|
@@ -76529,6 +76529,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
|
|
|
76529
76529
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
|
|
76530
76530
|
$grid-ungroup-rtl-padding-right: -7px !default;
|
|
76531
76531
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
76532
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 8px !default;
|
|
76532
76533
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
76533
76534
|
$grid-group-text-width: auto !default;
|
|
76534
76535
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -78972,6 +78973,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78972
78973
|
padding: $grid-headercelldiv-padding;
|
|
78973
78974
|
}
|
|
78974
78975
|
|
|
78976
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78977
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78978
|
+
.e-headercelldiv,
|
|
78979
|
+
.e-stackedheadercelldiv {
|
|
78980
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78981
|
+
}
|
|
78982
|
+
}
|
|
78983
|
+
|
|
78984
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78985
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78986
|
+
.e-headercelldiv,
|
|
78987
|
+
.e-stackedheadercelldiv {
|
|
78988
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78989
|
+
}
|
|
78990
|
+
}
|
|
78991
|
+
|
|
78975
78992
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
78976
78993
|
@if $grid-skin == 'bootstrap5' {
|
|
78977
78994
|
padding-left: 8px;
|
|
@@ -79933,6 +79950,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79933
79950
|
|
|
79934
79951
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
79935
79952
|
left: 44%;
|
|
79953
|
+
top: -8px;
|
|
79936
79954
|
}
|
|
79937
79955
|
|
|
79938
79956
|
.e-normaledit .e-rowcell {
|
|
@@ -83120,6 +83138,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83120
83138
|
}
|
|
83121
83139
|
}
|
|
83122
83140
|
|
|
83141
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
83142
|
+
background-color: $grid-hover-bg-color;
|
|
83143
|
+
}
|
|
83144
|
+
|
|
83123
83145
|
.e-tooltip-wrap.e-griderror,
|
|
83124
83146
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
83125
83147
|
background-color: $grid-val-error-bg-color;
|
|
@@ -97935,6 +97957,10 @@ $toast-danger-hover-bg-color: rgba($danger-dark) !default;
|
|
|
97935
97957
|
$toast-danger-hover-color: rgba($danger-bg-color) !default;
|
|
97936
97958
|
$toast-danger-hover-box-shadow: rgba($shadow) !default;
|
|
97937
97959
|
|
|
97960
|
+
$toast-close-icon-hover-bg-color: rgba($grey-white, .18) !default;
|
|
97961
|
+
$toast-close-icon-hover-color: rgba($on-primary) !default;
|
|
97962
|
+
$toast-icon-hover-border-radius: 50% !default;
|
|
97963
|
+
|
|
97938
97964
|
// Toast Type Definitions End
|
|
97939
97965
|
//icon Variable
|
|
97940
97966
|
$toast-close-icon: '\e7e7' !default;
|
|
@@ -98427,6 +98453,34 @@ $toast-warning-icon: '\e88b' !default;
|
|
|
98427
98453
|
box-shadow: none;
|
|
98428
98454
|
outline: 0;
|
|
98429
98455
|
}
|
|
98456
|
+
|
|
98457
|
+
&.e-blazor-toast-close-icon:focus,
|
|
98458
|
+
&.e-blazor-toast-close-icon:hover {
|
|
98459
|
+
@if $skin-name == 'Material3' {
|
|
98460
|
+
background: $toast-close-icon-hover-bg-color;
|
|
98461
|
+
}
|
|
98462
|
+
@else {
|
|
98463
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
98464
|
+
}
|
|
98465
|
+
color: $toast-close-icon-hover-color;
|
|
98466
|
+
}
|
|
98467
|
+
}
|
|
98468
|
+
|
|
98469
|
+
.e-toast-close-icon.e-icons:hover,
|
|
98470
|
+
.e-toast-close-icon.e-icons:focus{
|
|
98471
|
+
@if $skin-name == 'Material3' {
|
|
98472
|
+
background: $toast-close-icon-hover-bg-color;
|
|
98473
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
98474
|
+
height: 32px;
|
|
98475
|
+
margin-top: -6px;
|
|
98476
|
+
}
|
|
98477
|
+
@else {
|
|
98478
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
98479
|
+
}
|
|
98480
|
+
@if $skin-name == 'material' {
|
|
98481
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
98482
|
+
}
|
|
98483
|
+
color: $toast-close-icon-hover-color;
|
|
98430
98484
|
}
|
|
98431
98485
|
|
|
98432
98486
|
&.e-toast-success {
|
|
@@ -101310,15 +101364,15 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
101310
101364
|
font-size: 18px;
|
|
101311
101365
|
}
|
|
101312
101366
|
|
|
101313
|
-
.e-pv-annotation-color-container
|
|
101314
|
-
.e-pv-annotation-opacity-container
|
|
101315
|
-
.e-pv-annotation-stroke-container
|
|
101316
|
-
.e-pv-custom-annotation-thickness-container
|
|
101317
|
-
.e-pv-custom-annotation-opacity-container
|
|
101318
|
-
.e-pv-annotation-thickness-container
|
|
101319
|
-
.e-pv-annotation-textcolor-container
|
|
101320
|
-
.e-pv-annotation-textalign-container
|
|
101321
|
-
.e-pv-annotation-textprop-container
|
|
101367
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
101368
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
101369
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
101370
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
101371
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
101372
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
101373
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
101374
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
101375
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
101322
101376
|
height: $pv-annotation-drop-down-height;
|
|
101323
101377
|
width: $pv-annotation-drop-down-width;
|
|
101324
101378
|
}
|
|
@@ -76612,6 +76612,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
|
|
|
76612
76612
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
|
|
76613
76613
|
$grid-ungroup-rtl-padding-right: -7px !default;
|
|
76614
76614
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
76615
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 8px !default;
|
|
76615
76616
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
76616
76617
|
$grid-group-text-width: auto !default;
|
|
76617
76618
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -79055,6 +79056,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79055
79056
|
padding: $grid-headercelldiv-padding;
|
|
79056
79057
|
}
|
|
79057
79058
|
|
|
79059
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
79060
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
79061
|
+
.e-headercelldiv,
|
|
79062
|
+
.e-stackedheadercelldiv {
|
|
79063
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
79064
|
+
}
|
|
79065
|
+
}
|
|
79066
|
+
|
|
79067
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
79068
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
79069
|
+
.e-headercelldiv,
|
|
79070
|
+
.e-stackedheadercelldiv {
|
|
79071
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
79072
|
+
}
|
|
79073
|
+
}
|
|
79074
|
+
|
|
79058
79075
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
79059
79076
|
@if $grid-skin == 'bootstrap5' {
|
|
79060
79077
|
padding-left: 8px;
|
|
@@ -80016,6 +80033,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80016
80033
|
|
|
80017
80034
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
80018
80035
|
left: 44%;
|
|
80036
|
+
top: -8px;
|
|
80019
80037
|
}
|
|
80020
80038
|
|
|
80021
80039
|
.e-normaledit .e-rowcell {
|
|
@@ -83203,6 +83221,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83203
83221
|
}
|
|
83204
83222
|
}
|
|
83205
83223
|
|
|
83224
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
83225
|
+
background-color: $grid-hover-bg-color;
|
|
83226
|
+
}
|
|
83227
|
+
|
|
83206
83228
|
.e-tooltip-wrap.e-griderror,
|
|
83207
83229
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
83208
83230
|
background-color: $grid-val-error-bg-color;
|
|
@@ -98018,6 +98040,10 @@ $toast-danger-hover-bg-color: rgba($danger-dark) !default;
|
|
|
98018
98040
|
$toast-danger-hover-color: rgba($danger-bg-color) !default;
|
|
98019
98041
|
$toast-danger-hover-box-shadow: rgba($shadow) !default;
|
|
98020
98042
|
|
|
98043
|
+
$toast-close-icon-hover-bg-color: rgba($grey-white, .18) !default;
|
|
98044
|
+
$toast-close-icon-hover-color: rgba($on-primary) !default;
|
|
98045
|
+
$toast-icon-hover-border-radius: 50% !default;
|
|
98046
|
+
|
|
98021
98047
|
// Toast Type Definitions End
|
|
98022
98048
|
//icon Variable
|
|
98023
98049
|
$toast-close-icon: '\e7e7' !default;
|
|
@@ -98510,6 +98536,34 @@ $toast-warning-icon: '\e88b' !default;
|
|
|
98510
98536
|
box-shadow: none;
|
|
98511
98537
|
outline: 0;
|
|
98512
98538
|
}
|
|
98539
|
+
|
|
98540
|
+
&.e-blazor-toast-close-icon:focus,
|
|
98541
|
+
&.e-blazor-toast-close-icon:hover {
|
|
98542
|
+
@if $skin-name == 'Material3' {
|
|
98543
|
+
background: $toast-close-icon-hover-bg-color;
|
|
98544
|
+
}
|
|
98545
|
+
@else {
|
|
98546
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
98547
|
+
}
|
|
98548
|
+
color: $toast-close-icon-hover-color;
|
|
98549
|
+
}
|
|
98550
|
+
}
|
|
98551
|
+
|
|
98552
|
+
.e-toast-close-icon.e-icons:hover,
|
|
98553
|
+
.e-toast-close-icon.e-icons:focus{
|
|
98554
|
+
@if $skin-name == 'Material3' {
|
|
98555
|
+
background: $toast-close-icon-hover-bg-color;
|
|
98556
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
98557
|
+
height: 32px;
|
|
98558
|
+
margin-top: -6px;
|
|
98559
|
+
}
|
|
98560
|
+
@else {
|
|
98561
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
98562
|
+
}
|
|
98563
|
+
@if $skin-name == 'material' {
|
|
98564
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
98565
|
+
}
|
|
98566
|
+
color: $toast-close-icon-hover-color;
|
|
98513
98567
|
}
|
|
98514
98568
|
|
|
98515
98569
|
&.e-toast-success {
|
|
@@ -101393,15 +101447,15 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
101393
101447
|
font-size: 18px;
|
|
101394
101448
|
}
|
|
101395
101449
|
|
|
101396
|
-
.e-pv-annotation-color-container
|
|
101397
|
-
.e-pv-annotation-opacity-container
|
|
101398
|
-
.e-pv-annotation-stroke-container
|
|
101399
|
-
.e-pv-custom-annotation-thickness-container
|
|
101400
|
-
.e-pv-custom-annotation-opacity-container
|
|
101401
|
-
.e-pv-annotation-thickness-container
|
|
101402
|
-
.e-pv-annotation-textcolor-container
|
|
101403
|
-
.e-pv-annotation-textalign-container
|
|
101404
|
-
.e-pv-annotation-textprop-container
|
|
101450
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
101451
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
101452
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
101453
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
101454
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
101455
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
101456
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
101457
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
101458
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
101405
101459
|
height: $pv-annotation-drop-down-height;
|
|
101406
101460
|
width: $pv-annotation-drop-down-width;
|
|
101407
101461
|
}
|
|
@@ -104,6 +104,9 @@ $toast-danger-hover-color: $toast-danger-color !default;
|
|
|
104
104
|
$toast-danger-hover-border-color: $brand-danger !default;
|
|
105
105
|
$toast-danger-hover-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
106
106
|
|
|
107
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
108
|
+
$toast-close-icon-hover-color: $grey-dark-font !default;
|
|
109
|
+
|
|
107
110
|
//enddefault
|
|
108
111
|
|
|
109
112
|
@include export-module('toast-layout') {
|
|
@@ -588,6 +591,34 @@ $toast-danger-hover-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
|
588
591
|
box-shadow: none;
|
|
589
592
|
outline: 0;
|
|
590
593
|
}
|
|
594
|
+
|
|
595
|
+
&.e-blazor-toast-close-icon:focus,
|
|
596
|
+
&.e-blazor-toast-close-icon:hover {
|
|
597
|
+
@if $skin-name == 'Material3' {
|
|
598
|
+
background: $toast-close-icon-hover-bg-color;
|
|
599
|
+
}
|
|
600
|
+
@else {
|
|
601
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
602
|
+
}
|
|
603
|
+
color: $toast-close-icon-hover-color;
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.e-toast-close-icon.e-icons:hover,
|
|
608
|
+
.e-toast-close-icon.e-icons:focus{
|
|
609
|
+
@if $skin-name == 'Material3' {
|
|
610
|
+
background: $toast-close-icon-hover-bg-color;
|
|
611
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
612
|
+
height: 32px;
|
|
613
|
+
margin-top: -6px;
|
|
614
|
+
}
|
|
615
|
+
@else {
|
|
616
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
617
|
+
}
|
|
618
|
+
@if $skin-name == 'material' {
|
|
619
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
620
|
+
}
|
|
621
|
+
color: $toast-close-icon-hover-color;
|
|
591
622
|
}
|
|
592
623
|
|
|
593
624
|
&.e-toast-success {
|
|
@@ -104,6 +104,9 @@ $toast-danger-hover-border-color: #ebccd1 !default;
|
|
|
104
104
|
$toast-danger-hover-box-shadow: 0 3px 6px 0 !default;
|
|
105
105
|
$toast-title-font-weight: bold !default;
|
|
106
106
|
|
|
107
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
108
|
+
$toast-close-icon-hover-color: rgba($base-font, .8) !default;
|
|
109
|
+
|
|
107
110
|
@include export-module('toast-layout') {
|
|
108
111
|
|
|
109
112
|
/*! toast layout */
|
|
@@ -586,6 +589,34 @@ $toast-title-font-weight: bold !default;
|
|
|
586
589
|
box-shadow: none;
|
|
587
590
|
outline: 0;
|
|
588
591
|
}
|
|
592
|
+
|
|
593
|
+
&.e-blazor-toast-close-icon:focus,
|
|
594
|
+
&.e-blazor-toast-close-icon:hover {
|
|
595
|
+
@if $skin-name == 'Material3' {
|
|
596
|
+
background: $toast-close-icon-hover-bg-color;
|
|
597
|
+
}
|
|
598
|
+
@else {
|
|
599
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
600
|
+
}
|
|
601
|
+
color: $toast-close-icon-hover-color;
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.e-toast-close-icon.e-icons:hover,
|
|
606
|
+
.e-toast-close-icon.e-icons:focus{
|
|
607
|
+
@if $skin-name == 'Material3' {
|
|
608
|
+
background: $toast-close-icon-hover-bg-color;
|
|
609
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
610
|
+
height: 32px;
|
|
611
|
+
margin-top: -6px;
|
|
612
|
+
}
|
|
613
|
+
@else {
|
|
614
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
615
|
+
}
|
|
616
|
+
@if $skin-name == 'material' {
|
|
617
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
618
|
+
}
|
|
619
|
+
color: $toast-close-icon-hover-color;
|
|
589
620
|
}
|
|
590
621
|
|
|
591
622
|
&.e-toast-success {
|