@syncfusion/blazor-themes 23.2.6 → 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 +61 -9
- package/SCSS-Themes/bootstrap.scss +61 -9
- package/SCSS-Themes/bootstrap4.scss +61 -9
- package/SCSS-Themes/bootstrap5-dark.scss +61 -9
- package/SCSS-Themes/bootstrap5.scss +61 -9
- package/SCSS-Themes/fabric-dark.scss +61 -9
- package/SCSS-Themes/fabric.scss +61 -9
- package/SCSS-Themes/fluent-dark.scss +61 -9
- package/SCSS-Themes/fluent.scss +61 -9
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +21 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/fabric.scss +21 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/fluent.scss +21 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +21 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/material.scss +21 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/material3.scss +21 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +21 -0
- package/SCSS-Themes/highcontrast.scss +61 -9
- package/SCSS-Themes/material-dark.scss +62 -9
- package/SCSS-Themes/material.scss +62 -9
- package/SCSS-Themes/material3-dark.scss +62 -9
- package/SCSS-Themes/material3.scss +62 -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 +61 -9
- package/SCSS-Themes/tailwind.scss +61 -9
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -83121,6 +83138,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83121
83138
|
}
|
|
83122
83139
|
}
|
|
83123
83140
|
|
|
83141
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
83142
|
+
background-color: $grid-hover-bg-color;
|
|
83143
|
+
}
|
|
83144
|
+
|
|
83124
83145
|
.e-tooltip-wrap.e-griderror,
|
|
83125
83146
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
83126
83147
|
background-color: $grid-val-error-bg-color;
|
|
@@ -97936,6 +97957,10 @@ $toast-danger-hover-bg-color: rgba($danger-dark) !default;
|
|
|
97936
97957
|
$toast-danger-hover-color: rgba($danger-bg-color) !default;
|
|
97937
97958
|
$toast-danger-hover-box-shadow: rgba($shadow) !default;
|
|
97938
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
|
+
|
|
97939
97964
|
// Toast Type Definitions End
|
|
97940
97965
|
//icon Variable
|
|
97941
97966
|
$toast-close-icon: '\e7e7' !default;
|
|
@@ -98428,6 +98453,34 @@ $toast-warning-icon: '\e88b' !default;
|
|
|
98428
98453
|
box-shadow: none;
|
|
98429
98454
|
outline: 0;
|
|
98430
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;
|
|
98431
98484
|
}
|
|
98432
98485
|
|
|
98433
98486
|
&.e-toast-success {
|
|
@@ -101311,15 +101364,15 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
101311
101364
|
font-size: 18px;
|
|
101312
101365
|
}
|
|
101313
101366
|
|
|
101314
|
-
.e-pv-annotation-color-container
|
|
101315
|
-
.e-pv-annotation-opacity-container
|
|
101316
|
-
.e-pv-annotation-stroke-container
|
|
101317
|
-
.e-pv-custom-annotation-thickness-container
|
|
101318
|
-
.e-pv-custom-annotation-opacity-container
|
|
101319
|
-
.e-pv-annotation-thickness-container
|
|
101320
|
-
.e-pv-annotation-textcolor-container
|
|
101321
|
-
.e-pv-annotation-textalign-container
|
|
101322
|
-
.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 {
|
|
101323
101376
|
height: $pv-annotation-drop-down-height;
|
|
101324
101377
|
width: $pv-annotation-drop-down-width;
|
|
101325
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;
|
|
@@ -83204,6 +83221,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83204
83221
|
}
|
|
83205
83222
|
}
|
|
83206
83223
|
|
|
83224
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
83225
|
+
background-color: $grid-hover-bg-color;
|
|
83226
|
+
}
|
|
83227
|
+
|
|
83207
83228
|
.e-tooltip-wrap.e-griderror,
|
|
83208
83229
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
83209
83230
|
background-color: $grid-val-error-bg-color;
|
|
@@ -98019,6 +98040,10 @@ $toast-danger-hover-bg-color: rgba($danger-dark) !default;
|
|
|
98019
98040
|
$toast-danger-hover-color: rgba($danger-bg-color) !default;
|
|
98020
98041
|
$toast-danger-hover-box-shadow: rgba($shadow) !default;
|
|
98021
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
|
+
|
|
98022
98047
|
// Toast Type Definitions End
|
|
98023
98048
|
//icon Variable
|
|
98024
98049
|
$toast-close-icon: '\e7e7' !default;
|
|
@@ -98511,6 +98536,34 @@ $toast-warning-icon: '\e88b' !default;
|
|
|
98511
98536
|
box-shadow: none;
|
|
98512
98537
|
outline: 0;
|
|
98513
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;
|
|
98514
98567
|
}
|
|
98515
98568
|
|
|
98516
98569
|
&.e-toast-success {
|
|
@@ -101394,15 +101447,15 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
101394
101447
|
font-size: 18px;
|
|
101395
101448
|
}
|
|
101396
101449
|
|
|
101397
|
-
.e-pv-annotation-color-container
|
|
101398
|
-
.e-pv-annotation-opacity-container
|
|
101399
|
-
.e-pv-annotation-stroke-container
|
|
101400
|
-
.e-pv-custom-annotation-thickness-container
|
|
101401
|
-
.e-pv-custom-annotation-opacity-container
|
|
101402
|
-
.e-pv-annotation-thickness-container
|
|
101403
|
-
.e-pv-annotation-textcolor-container
|
|
101404
|
-
.e-pv-annotation-textalign-container
|
|
101405
|
-
.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 {
|
|
101406
101459
|
height: $pv-annotation-drop-down-height;
|
|
101407
101460
|
width: $pv-annotation-drop-down-width;
|
|
101408
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 {
|
|
@@ -105,6 +105,9 @@ $toast-danger-hover-box-shadow: 0 4px 12px !default;
|
|
|
105
105
|
|
|
106
106
|
$toast-title-font-weight: bold !default;
|
|
107
107
|
|
|
108
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
109
|
+
$toast-close-icon-hover-color: $black !default;
|
|
110
|
+
|
|
108
111
|
@include export-module('toast-layout') {
|
|
109
112
|
|
|
110
113
|
/*! toast layout */
|
|
@@ -587,6 +590,34 @@ $toast-title-font-weight: bold !default;
|
|
|
587
590
|
box-shadow: none;
|
|
588
591
|
outline: 0;
|
|
589
592
|
}
|
|
593
|
+
|
|
594
|
+
&.e-blazor-toast-close-icon:focus,
|
|
595
|
+
&.e-blazor-toast-close-icon:hover {
|
|
596
|
+
@if $skin-name == 'Material3' {
|
|
597
|
+
background: $toast-close-icon-hover-bg-color;
|
|
598
|
+
}
|
|
599
|
+
@else {
|
|
600
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
601
|
+
}
|
|
602
|
+
color: $toast-close-icon-hover-color;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.e-toast-close-icon.e-icons:hover,
|
|
607
|
+
.e-toast-close-icon.e-icons:focus{
|
|
608
|
+
@if $skin-name == 'Material3' {
|
|
609
|
+
background: $toast-close-icon-hover-bg-color;
|
|
610
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
611
|
+
height: 32px;
|
|
612
|
+
margin-top: -6px;
|
|
613
|
+
}
|
|
614
|
+
@else {
|
|
615
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
616
|
+
}
|
|
617
|
+
@if $skin-name == 'material' {
|
|
618
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
619
|
+
}
|
|
620
|
+
color: $toast-close-icon-hover-color;
|
|
590
621
|
}
|
|
591
622
|
|
|
592
623
|
&.e-toast-success {
|
|
@@ -100,6 +100,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
100
100
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
101
101
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
102
102
|
|
|
103
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
104
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
105
|
+
|
|
103
106
|
// Toast Type Definitions End
|
|
104
107
|
//Theme Variables End
|
|
105
108
|
|
|
@@ -585,6 +588,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
585
588
|
box-shadow: none;
|
|
586
589
|
outline: 0;
|
|
587
590
|
}
|
|
591
|
+
|
|
592
|
+
&.e-blazor-toast-close-icon:focus,
|
|
593
|
+
&.e-blazor-toast-close-icon:hover {
|
|
594
|
+
@if $skin-name == 'Material3' {
|
|
595
|
+
background: $toast-close-icon-hover-bg-color;
|
|
596
|
+
}
|
|
597
|
+
@else {
|
|
598
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
599
|
+
}
|
|
600
|
+
color: $toast-close-icon-hover-color;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.e-toast-close-icon.e-icons:hover,
|
|
605
|
+
.e-toast-close-icon.e-icons:focus{
|
|
606
|
+
@if $skin-name == 'Material3' {
|
|
607
|
+
background: $toast-close-icon-hover-bg-color;
|
|
608
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
609
|
+
height: 32px;
|
|
610
|
+
margin-top: -6px;
|
|
611
|
+
}
|
|
612
|
+
@else {
|
|
613
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
614
|
+
}
|
|
615
|
+
@if $skin-name == 'material' {
|
|
616
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
617
|
+
}
|
|
618
|
+
color: $toast-close-icon-hover-color;
|
|
588
619
|
}
|
|
589
620
|
|
|
590
621
|
&.e-toast-success {
|
|
@@ -100,6 +100,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
100
100
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
101
101
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
102
102
|
|
|
103
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
104
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
105
|
+
|
|
103
106
|
// Toast Type Definitions End
|
|
104
107
|
//Theme Variables End
|
|
105
108
|
|
|
@@ -585,6 +588,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
585
588
|
box-shadow: none;
|
|
586
589
|
outline: 0;
|
|
587
590
|
}
|
|
591
|
+
|
|
592
|
+
&.e-blazor-toast-close-icon:focus,
|
|
593
|
+
&.e-blazor-toast-close-icon:hover {
|
|
594
|
+
@if $skin-name == 'Material3' {
|
|
595
|
+
background: $toast-close-icon-hover-bg-color;
|
|
596
|
+
}
|
|
597
|
+
@else {
|
|
598
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
599
|
+
}
|
|
600
|
+
color: $toast-close-icon-hover-color;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.e-toast-close-icon.e-icons:hover,
|
|
605
|
+
.e-toast-close-icon.e-icons:focus{
|
|
606
|
+
@if $skin-name == 'Material3' {
|
|
607
|
+
background: $toast-close-icon-hover-bg-color;
|
|
608
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
609
|
+
height: 32px;
|
|
610
|
+
margin-top: -6px;
|
|
611
|
+
}
|
|
612
|
+
@else {
|
|
613
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
614
|
+
}
|
|
615
|
+
@if $skin-name == 'material' {
|
|
616
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
617
|
+
}
|
|
618
|
+
color: $toast-close-icon-hover-color;
|
|
588
619
|
}
|
|
589
620
|
|
|
590
621
|
&.e-toast-success {
|
|
@@ -91,6 +91,9 @@ $toast-danger-hover-bg-color: #c42818 !default;
|
|
|
91
91
|
$toast-danger-hover-color: $toast-danger-color !default;
|
|
92
92
|
$toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
93
93
|
|
|
94
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
95
|
+
$toast-close-icon-hover-color: $theme-tertiary !default;
|
|
96
|
+
|
|
94
97
|
//enddefault
|
|
95
98
|
|
|
96
99
|
@include export-module('toast-layout') {
|
|
@@ -575,6 +578,34 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
|
575
578
|
box-shadow: none;
|
|
576
579
|
outline: 0;
|
|
577
580
|
}
|
|
581
|
+
|
|
582
|
+
&.e-blazor-toast-close-icon:focus,
|
|
583
|
+
&.e-blazor-toast-close-icon:hover {
|
|
584
|
+
@if $skin-name == 'Material3' {
|
|
585
|
+
background: $toast-close-icon-hover-bg-color;
|
|
586
|
+
}
|
|
587
|
+
@else {
|
|
588
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
589
|
+
}
|
|
590
|
+
color: $toast-close-icon-hover-color;
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.e-toast-close-icon.e-icons:hover,
|
|
595
|
+
.e-toast-close-icon.e-icons:focus{
|
|
596
|
+
@if $skin-name == 'Material3' {
|
|
597
|
+
background: $toast-close-icon-hover-bg-color;
|
|
598
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
599
|
+
height: 32px;
|
|
600
|
+
margin-top: -6px;
|
|
601
|
+
}
|
|
602
|
+
@else {
|
|
603
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
604
|
+
}
|
|
605
|
+
@if $skin-name == 'material' {
|
|
606
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
607
|
+
}
|
|
608
|
+
color: $toast-close-icon-hover-color;
|
|
578
609
|
}
|
|
579
610
|
|
|
580
611
|
&.e-toast-success {
|
|
@@ -94,6 +94,9 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
|
94
94
|
|
|
95
95
|
$toast-title-font-weight: bold !default;
|
|
96
96
|
|
|
97
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
98
|
+
$toast-close-icon-hover-color: $theme-primary !default;
|
|
99
|
+
|
|
97
100
|
@include export-module('toast-layout') {
|
|
98
101
|
|
|
99
102
|
/*! toast layout */
|
|
@@ -576,6 +579,34 @@ $toast-title-font-weight: bold !default;
|
|
|
576
579
|
box-shadow: none;
|
|
577
580
|
outline: 0;
|
|
578
581
|
}
|
|
582
|
+
|
|
583
|
+
&.e-blazor-toast-close-icon:focus,
|
|
584
|
+
&.e-blazor-toast-close-icon:hover {
|
|
585
|
+
@if $skin-name == 'Material3' {
|
|
586
|
+
background: $toast-close-icon-hover-bg-color;
|
|
587
|
+
}
|
|
588
|
+
@else {
|
|
589
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
590
|
+
}
|
|
591
|
+
color: $toast-close-icon-hover-color;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.e-toast-close-icon.e-icons:hover,
|
|
596
|
+
.e-toast-close-icon.e-icons:focus{
|
|
597
|
+
@if $skin-name == 'Material3' {
|
|
598
|
+
background: $toast-close-icon-hover-bg-color;
|
|
599
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
600
|
+
height: 32px;
|
|
601
|
+
margin-top: -6px;
|
|
602
|
+
}
|
|
603
|
+
@else {
|
|
604
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
605
|
+
}
|
|
606
|
+
@if $skin-name == 'material' {
|
|
607
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
608
|
+
}
|
|
609
|
+
color: $toast-close-icon-hover-color;
|
|
579
610
|
}
|
|
580
611
|
|
|
581
612
|
&.e-toast-success {
|
|
@@ -96,6 +96,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96
96
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
97
97
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
98
98
|
|
|
99
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
100
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
101
|
+
|
|
99
102
|
// Toast Type Definitions End
|
|
100
103
|
//Theme Variables End
|
|
101
104
|
|
|
@@ -581,6 +584,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
581
584
|
box-shadow: none;
|
|
582
585
|
outline: 0;
|
|
583
586
|
}
|
|
587
|
+
|
|
588
|
+
&.e-blazor-toast-close-icon:focus,
|
|
589
|
+
&.e-blazor-toast-close-icon:hover {
|
|
590
|
+
@if $skin-name == 'Material3' {
|
|
591
|
+
background: $toast-close-icon-hover-bg-color;
|
|
592
|
+
}
|
|
593
|
+
@else {
|
|
594
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
595
|
+
}
|
|
596
|
+
color: $toast-close-icon-hover-color;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.e-toast-close-icon.e-icons:hover,
|
|
601
|
+
.e-toast-close-icon.e-icons:focus{
|
|
602
|
+
@if $skin-name == 'Material3' {
|
|
603
|
+
background: $toast-close-icon-hover-bg-color;
|
|
604
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
605
|
+
height: 32px;
|
|
606
|
+
margin-top: -6px;
|
|
607
|
+
}
|
|
608
|
+
@else {
|
|
609
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
610
|
+
}
|
|
611
|
+
@if $skin-name == 'material' {
|
|
612
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
613
|
+
}
|
|
614
|
+
color: $toast-close-icon-hover-color;
|
|
584
615
|
}
|
|
585
616
|
|
|
586
617
|
&.e-toast-success {
|
|
@@ -96,6 +96,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96
96
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
97
97
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
98
98
|
|
|
99
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
100
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
101
|
+
|
|
99
102
|
// Toast Type Definitions End
|
|
100
103
|
//Theme Variables End
|
|
101
104
|
|
|
@@ -581,6 +584,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
581
584
|
box-shadow: none;
|
|
582
585
|
outline: 0;
|
|
583
586
|
}
|
|
587
|
+
|
|
588
|
+
&.e-blazor-toast-close-icon:focus,
|
|
589
|
+
&.e-blazor-toast-close-icon:hover {
|
|
590
|
+
@if $skin-name == 'Material3' {
|
|
591
|
+
background: $toast-close-icon-hover-bg-color;
|
|
592
|
+
}
|
|
593
|
+
@else {
|
|
594
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
595
|
+
}
|
|
596
|
+
color: $toast-close-icon-hover-color;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.e-toast-close-icon.e-icons:hover,
|
|
601
|
+
.e-toast-close-icon.e-icons:focus{
|
|
602
|
+
@if $skin-name == 'Material3' {
|
|
603
|
+
background: $toast-close-icon-hover-bg-color;
|
|
604
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
605
|
+
height: 32px;
|
|
606
|
+
margin-top: -6px;
|
|
607
|
+
}
|
|
608
|
+
@else {
|
|
609
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
610
|
+
}
|
|
611
|
+
@if $skin-name == 'material' {
|
|
612
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
613
|
+
}
|
|
614
|
+
color: $toast-close-icon-hover-color;
|
|
584
615
|
}
|
|
585
616
|
|
|
586
617
|
&.e-toast-success {
|
|
@@ -104,6 +104,9 @@ $toast-danger-hover-box-shadow: none !default;
|
|
|
104
104
|
|
|
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: $selection-font !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 {
|