Skip to content

Commit b734bb2

Browse files
author
pipeline
committed
v20.1.48 is released
1 parent dabd20c commit b734bb2

File tree

1,612 files changed

+31591
-7466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,612 files changed

+31591
-7466
lines changed

controls/barcodegenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-barcode-generator",
3-
"version": "19.3.0",
3+
"version": "20.1.47",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/barcodegenerator/themestudio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ We are maintaining the all the control samples separated as individual control w
175175
</html>
176176
```
177177

178-
![html file](images/index-html.png)
178+
![html file](images/index-html.png)

controls/barcodegenerator/themestudio/styles/base/common/_core.scss

-32
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,8 @@
99

1010
$white: #fff;
1111
$background: #e82824;
12-
13-
.sf-license-warning {
14-
background: $background;
15-
color: $white;
16-
font-family: 'Segoe UI';
17-
font-size: medium;
18-
left: 0;
19-
line-height: 45px;
20-
opacity: .75;
21-
position: fixed;
22-
right: 0;
23-
text-align: center;
24-
top: 0;
25-
z-index: 999999999;
26-
}
27-
28-
.sf-license-close-btn {
29-
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+ICA8Zz4gICAgPHBhdGggaWQ9InBhdGgxIiB0cmFuc2Zvcm09InJvdGF0ZSgxLDEyOCwxMjgpIHRyYW5zbGF0ZSg1OS4wMTA3Nzk0NDEwNDU1LDU5KSBzY2FsZSg0LjMxMjUwMDI1NzA0NTA1LDQuMzEyNTAwMjU3MDQ1MDUpIiBmaWxsPSIjZmZmZmZmIiBkPSJNMjkuNTkwODE4LDBDMzAuMjA2OTYzLDAgMzAuODIzMjI3LDAuMjM0NDk5OTMgMzEuMjkyMjI5LDAuNzAzNDk5NzkgMzIuMjI5MjU2LDEuNjQwNTAwMSAzMi4yMjkyNTYsMy4xNjA1MDA1IDMxLjI5MjIyOSw0LjEwMDQ5OTJMMTkuMzk4MDAzLDE1Ljk5ODQ5OCAzMS4yOTIyMjksMjcuODkyNDk1QzMyLjIyOTI1NiwyOC44Mjk0OTkgMzIuMjI5MjU2LDMwLjM0OTQ5NiAzMS4yOTIyMjksMzEuMjk0NDk2IDMwLjM1NDIyNywzMi4yMzE1IDI4LjgyNzE2NCwzMi4yMzE1IDI3Ljg5MDEzOSwzMS4yOTQ0OTZMMTUuOTk3OTg4LDE5LjM5OTQ5OSA0LjEwNDc5OTIsMzEuMjk2NTAyQzMuMTY3NzczNCwzMi4yMzQ0OTggMS42Mzk3MzQ3LDMyLjIzNDQ5OCAwLjcwMjc2OTY5LDMxLjI5NjUwMiAtMC4yMzQyNTY1NiwzMC4zNTI1MDIgLTAuMjM0MjU2NTYsMjguODMyNDk4IDAuNzAyNzY5NjksMjcuODk0NTAyTDEyLjU5NjkzNCwxNS45OTg0OTggMC43MDI3Njk2OSw0LjEwMjQ5ODFDLTAuMjM0MjU2NTYsMy4xNjU0OTc4IC0wLjIzNDI1NjU2LDEuNjQ1NDk3MyAwLjcwMjc2OTY5LDAuNzA1NDk4NyAxLjYzOTczNDcsLTAuMjMxNTAxNTggMy4xNjc3NzM0LC0wLjIzMTUwMTU4IDQuMTA0Nzk5MiwwLjcwNTQ5ODdMMTUuOTk2OTUsMTIuNTk3NDk3IDI3Ljg5MDEzOSwwLjcwMzQ5OTc5QzI4LjM1ODY1LDAuMjM0NDk5OTMsMjguOTc0Njc0LDAsMjkuNTkwODE4LDB6IiAvPiAgPC9nPjwvc3ZnPg==');
30-
cursor: pointer;
31-
height: 20px;
32-
margin-top: 14px;
33-
padding-top: 10px;
34-
position: absolute;
35-
right: 20px;
36-
width: 20px;
37-
}
38-
3912
$warning: #ffd800;
4013

41-
.sf-license-warning a,
42-
.sf-license-warning a:hover {
43-
color: $warning;
44-
}
45-
4614
.e-error {
4715
color: $error-font-color;
4816
font-family: $font-family;

controls/barcodegenerator/themestudio/styles/buttons/button/_mixin.scss

+7-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
background-color: $btn-active-bgcolor;
2121
border-color: $btn-active-border-color;
2222
color: $btn-active-color;
23-
outline: $btn-active-outline;
24-
outline-offset: $btn-active-outline-offset;
23+
@if $skin-name != 'FluentUI' {
24+
outline: $btn-active-outline;
25+
outline-offset: $btn-active-outline-offset;
26+
}
2527
@if $skin-name == 'bootstrap4' {
2628
$color-rgba: rgba(mix(lighten($btn-active-bgcolor, 50%), $btn-active-border-color, .15), .5);
2729
box-shadow: 0 0 0 .25em $color-rgba;
@@ -55,7 +57,9 @@
5557
background-color: $btn-primary-active-bgcolor;
5658
border-color: $btn-primary-active-border-color;
5759
color: $btn-primary-active-color;
58-
outline: $btn-active-outline;
60+
@if $skin-name != 'FluentUI' {
61+
outline: $btn-active-outline;
62+
}
5963
@if $skin-name == 'bootstrap4' {
6064
$color-rgba: rgba(mix(lighten($btn-primary-active-bgcolor, 50%), $btn-primary-active-border-color, .15), .5);
6165
box-shadow: 0 0 0 .25em $color-rgba;

controls/barcodegenerator/themestudio/styles/buttons/check-box/_fluent-definition.scss

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
$cbox-bigger-check-fontsize: 18px !default;
33
$cbox-bigger-font-size: 18px !default;
44
$cbox-bigger-height: 24px !default;
5-
$cbox-bigger-indeterminate-fontsize: 16px !default;
5+
$cbox-bigger-indeterminate-fontsize: 18px !default;
66
$cbox-bigger-indeterminate-lineheight: 23px !default;
77
$cbox-bigger-lineheight: 23px !default;
88
$cbox-bigger-margin: 12px !default;
99
$cbox-bigger-small-check-fontsize: 16px !default;
1010
$cbox-bigger-small-font-size: 16px !default;
1111
$cbox-bigger-small-height: 22px !default;
12-
$cbox-bigger-small-indeterminate-fontsize: 10px !default;
12+
$cbox-bigger-small-indeterminate-fontsize: 16px !default;
1313
$cbox-bigger-small-indeterminate-lineheight: 21px !default;
1414
$cbox-bigger-small-lineheight: 21px !default;
1515
$cbox-bigger-small-width: 22px !default;
@@ -19,7 +19,7 @@ $cbox-font-size: 16px !default;
1919
$cbox-height: 20px !default;
2020
$cbox-border-radius: $inputs-radius !default;
2121
$cbox-check-fontsize: 16px !default;
22-
$cbox-indeterminate-fontsize: 14px !default;
22+
$cbox-indeterminate-fontsize: 16px !default;
2323
$cbox-indeterminate-lineheight: 18px !default;
2424
$cbox-lineheight: 18px !default;
2525
$cbox-margin: 8px !default;
@@ -39,9 +39,9 @@ $cbox-ripple-bigger-small-width: 38px !default;
3939
$cbox-small-check-fontsize: 10px !default;
4040
$cbox-small-font-size: 12px !default;
4141
$cbox-small-height: 16px !default;
42-
$cbox-small-indeterminate-fontsize: 8px !default;
42+
$cbox-small-indeterminate-fontsize: 10px !default;
4343
$cbox-small-indeterminate-lineheight: 16px !default;
44-
$cbox-small-lineheight: 16px !default;
44+
$cbox-small-lineheight: 14px !default;
4545
$cbox-small-width: 16px !default;
4646
$cbox-width: 20px !default;
4747
$cbox-focus-outline-offset: 0 !default;
@@ -86,3 +86,4 @@ $cbox-border-style: solid !default;
8686
//enddefault
8787
// fluent theme
8888
$cbox-check-content: '\e774' !default;
89+
$cbox-icon-color: $icon-color !default;

controls/barcodegenerator/themestudio/styles/buttons/check-box/_layout.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,10 @@
247247
width: $cbox-bigger-small-width;
248248

249249
&:hover {
250-
background-color: $cbox-hover-bgcolor;
251-
border-color: $cbox-hover-border-color;
250+
@if $skin-name != 'FluentUI' {
251+
background-color: $cbox-hover-bgcolor;
252+
border-color: $cbox-hover-border-color;
253+
}
252254
@if $skin-name == 'FluentUI' {
253255
&:not(.e-check),
254256
&:not(.e-stop)::before {

controls/barcodegenerator/themestudio/styles/buttons/check-box/_theme.scss

+57
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@
9797
background-color: $cbox-hover-bgcolor;
9898
border-color: $cbox-hover-border-color;
9999
@if $skin-name == 'FluentUI' {
100+
font-size: $cbox-check-fontsize;
101+
102+
&:not(.e-check):not(.e-stop) {
103+
color: $cbox-icon-color;
104+
}
105+
100106
&:not(.e-check),
101107
&:not(.e-stop)::before {
102108
content: $cbox-check-content;
@@ -181,6 +187,57 @@
181187
}
182188
}
183189
}
190+
191+
.e-bigger .e-checkbox-wrapper,
192+
.e-bigger.e-checkbox-wrapper,
193+
.e-bigger .e-css.e-checkbox-wrapper,
194+
.e-bigger.e-css.e-checkbox-wrapper {
195+
&:hover {
196+
& .e-frame {
197+
@if $skin-name == 'FluentUI' {
198+
font-size: $cbox-bigger-check-fontsize;
199+
200+
&:not(.e-check):not(.e-stop) {
201+
color: $cbox-icon-color;
202+
}
203+
}
204+
}
205+
}
206+
}
207+
208+
.e-small .e-checkbox-wrapper,
209+
.e-small.e-checkbox-wrapper,
210+
.e-small .e-css.e-checkbox-wrapper,
211+
.e-small.e-css.e-checkbox-wrapper {
212+
&:hover {
213+
& .e-frame {
214+
@if $skin-name == 'FluentUI' {
215+
font-size: $cbox-small-check-fontsize;
216+
217+
&:not(.e-check):not(.e-stop) {
218+
color: $cbox-icon-color;
219+
}
220+
}
221+
}
222+
}
223+
}
224+
225+
.e-bigger.e-small .e-checkbox-wrapper,
226+
.e-bigger.e-small.e-checkbox-wrapper,
227+
.e-bigger.e-small .e-css.e-checkbox-wrapper,
228+
.e-bigger.e-small.e-css.e-checkbox-wrapper {
229+
&:hover {
230+
& .e-frame {
231+
@if $skin-name == 'FluentUI' {
232+
font-size: $cbox-bigger-small-check-fontsize;
233+
234+
&:not(.e-check):not(.e-stop) {
235+
color: $cbox-icon-color;
236+
}
237+
}
238+
}
239+
}
240+
}
184241
}
185242
}
186243
}

controls/barcodegenerator/themestudio/styles/buttons/chips/_fluent-definition.scss

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ $chip-avatar-wrapper-border-radius: 0 !default;
77
$chip-avatar-border-radius: 8px !default;
88
$chip-leading-icon-border-radius: 50% !default;
99
$chip-delete-icon-border-radius: 50% !default;
10-
$chip-padding: 0 8px !default;
10+
$chip-padding: 0 4px !default;
1111
$chip-margin: 4px !default;
1212
$chip-overflow: hidden !default;
1313
$chip-border-size: 1px !default;
1414
$chip-font-size: $text-sm !default;
1515
$chip-line-height: 22px !default;
1616
$chip-font-weight: 400 !default;
1717
$chip-avatar-size: 16px !default;
18-
$chip-avatar-margin: 0 3px 0 -8px !default;
18+
$chip-avatar-margin: 0 8px 0 0 !default;
1919
$chip-avatar-content-font-size: $text-xs !default;
2020
$chip-leading-icon-font-size: 12px !default;
2121
$chip-leading-icon-size: 16px !default;
22-
$chip-leading-icon-margin: 0 8px 0 -4px !default;
22+
$chip-leading-icon-margin: 0 8px 0 0 !default;
2323
$chip-multi-selection-icon-margin: 0 4px 0 -4px !default;
2424
$chip-multi-selection-icon-margin-top: 0 !default;
2525
$chip-delete-icon-font-size: 10px !default;
@@ -28,8 +28,8 @@ $chip-delete-icon-margin: 2px -4px 0 4px !default;
2828

2929
//RTL
3030
$chip-rtl-avatar-wrapper-border-radius: 0 !default;
31-
$chip-rtl-avatar-margin: 0 -7px 0 3px !default;
32-
$chip-rtl-leading-icon-margin: 0 -4px 0 8px !default;
31+
$chip-rtl-avatar-margin: 0 0 0 8px !default;
32+
$chip-rtl-leading-icon-margin: 0 0 0 8px !default;
3333
$chip-rtl-delete-icon-margin: 0 4px 0 -4px !default;
3434
//Touch
3535
$chip-touch-border-radius: 0 !default;
@@ -40,20 +40,20 @@ $chip-touch-text-line-height: 27px !default;
4040
$chip-touch-text-height: 19px !default;
4141
$chip-touch-padding: 4px 12px !default;
4242
$chip-touch-avatar-size: 30px !default;
43-
$chip-touch-avatar-margin: 6px 4px 6px 4px !default;
43+
$chip-touch-avatar-margin: 0 8px 0 -4px !default;
4444
$chip-touch-avatar-content-font-size: $text-base !default;
4545
$chip-touch-leading-icon-font-size: 16px !default;
4646
$chip-touch-leading-icon-size: 20px !default;
47-
$chip-touch-leading-icon-margin: 0 8px 0 -4px !default;
47+
$chip-touch-leading-icon-margin: 0 8px 0 -4px !default;
4848
$chip-touch-multi-selection-icon-margin: 0 4px 0 -4px !default;
4949
$chip-touch-delete-icon-font-size: 12px !default;
5050
$chip-touch-delete-icon-size: 32px !default;
51-
$chip-touch-delete-icon-margin: 0 -4px 0 8px !default;
51+
$chip-touch-delete-icon-margin: 0 -4px 0 4px !default;
5252
//Touch-RTL
5353
$chip-touch-rtl-avatar-wrapper-border-radius: 0 !default;
54-
$chip-touch-rtl-avatar-margin: 0 -12px 0 8px !default;
54+
$chip-touch-rtl-avatar-margin: 0 -4px 0 8px !default;
5555
$chip-touch-rtl-leading-icon-margin: 0 -4px 0 8px !default;
56-
$chip-touch-rtl-delete-icon-margin: 0 8px 0 -4px !default;
56+
$chip-touch-rtl-delete-icon-margin: 0 0 0 -14px !default;
5757

5858
$chip-text-height: 26px !default;
5959

controls/barcodegenerator/themestudio/styles/buttons/radio-button/_fluent-definition.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ $radio-btn-checked-ripple-bgcolor: transparent !default;
5656
$radio-btn-check-transition: none !default;
5757
$radio-btn-disabled-border-color: $border-dark !default;
5858
$radio-btn-disabled-checked-border-color: $border-dark !default;
59-
$radio-btn-disabled-background-color: $border-dark !default;
60-
$radio-btn-disabled-color: $content-bg-color !default;
59+
$radio-btn-disabled-background-color: transparent !default;
60+
$radio-btn-disabled-color: $content-text-color-disabled !default;
6161
$radio-btn-disabled-checked-color: $content-bg-color-alt6 !default;
6262
$radio-btn-font-color: $content-text-color !default;
6363
$radio-btn-focus-ripple-bgcolor: $black !default;

controls/barcodegenerator/themestudio/styles/buttons/radio-button/_highcontrast-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $radio-btn-checked-color: $selection-bg !default;
1616
$radio-btn-checked-background-color: $radio-btn-background-color !default;
1717
$radio-btn-check-transition: none !default;
1818
$radio-btn-disabled-border-color: $disable !default;
19-
$radio-btn-disabled-color: $bg-base-0 !default;
19+
$radio-btn-disabled-color: $disable !default;
2020
$radio-btn-disabled-checked-color: $disable !default;
2121
$radio-btn-disabled-checked-border-color: $radio-btn-disabled-border-color !default;
2222
$radio-btn-disabled-background-color: transparent !default;

controls/barcodegenerator/themestudio/styles/buttons/radio-button/_layout.scss

+11-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
position: absolute;
1616
width: 1px;
1717

18-
&:not(:checked):hover {
18+
&:not(:checked):not(:disabled):hover {
1919
+label,
2020
+label.e-rtl,
2121
+label.e-right {
@@ -228,6 +228,16 @@
228228
}
229229
}
230230

231+
&:focus,
232+
.e-focus {
233+
+label,
234+
& .e-label {
235+
@if $skin-name == 'FluentUI' {
236+
border: 1px solid $radio-btn-border-color;
237+
}
238+
}
239+
}
240+
231241
&:checked {
232242
+label {
233243
&::after {

controls/barcodegenerator/themestudio/styles/buttons/switch/_fluent-definition.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ $switch-active-on-opacity: 1 !default;
1616
$switch-off-opacity: 1 !default;
1717
$switch-handle-height: 12px !default;
1818
$switch-handle-width: 12px !default;
19-
$switch-transition: all .2s ease-in-out .1s !default;
20-
$switch-inner-transition: all .2s ease-in-out !default;
21-
$switch-handle-transition: all .2s linear !default;
19+
$switch-transition: all .1s ease 0s !default;
20+
$switch-inner-transition: all .1s ease !default;
21+
$switch-handle-transition: all .1s linear !default;
2222
$switch-active-on-position-left: 0 !default;
2323
$switch-off-active-left: 100% !default;
2424
$switch-on-position-left: -100% !default;
@@ -99,9 +99,9 @@ $switch-on-off-disabled-bg-color-opacity: 1 !default;
9999
$switch-active-handle-bg: $primary-text-color !default;
100100
$switch-inner-border-style: 1px solid $border !default;
101101
$switch-inner-active: $primary !default;
102-
$switch-inner-active-bg: $primary-dark !default;
102+
$switch-inner-active-bg: $primary !default;
103103
$switch-focus-inner-box-shadow: $shadow-none !default;
104-
$switch-inner-active-border-color: $primary-dark !default;
104+
$switch-inner-active-border-color: $primary !default;
105105
$switch-active-background: transparent !default;
106106
$switch-handle-shadow: $shadow-none !default;
107107
$switch-handle-shadow-disabled: none !default;

controls/barcodegenerator/themestudio/styles/calendars/calendar/_bootstrap5-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $calendar-active-bg-color: $primary-bg-color !default;
176176
$calendar-active-bg-box-shadow: inset 1px 0 $primary-bg-color, inset 0 1px $primary-bg-color, inset -1px 0 $primary-bg-color, inset 0 -1px $primary-bg-color !default;
177177
$calendar-active-bg-border-color: none !default;
178178
$calendar-active-hover-bg-color: darken($primary-bg-color, 10%) !default;
179-
$calendar-hover-color: $content-bg-color-hover !default;
179+
$calendar-hover-color: $flyout-bg-color-hover !default;
180180
$calendar-text-color: $content-text-color !default;
181181
$calendar-hover-text: $calendar-text-color !default;
182182
$calendar-focus-bg-color: $content-bg-color-hover !default;

controls/barcodegenerator/themestudio/styles/calendars/calendar/_fluent-definition.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ $calendar-icon-padding-top: 0 !default;
3535
$calendar-zero-value: 0 !default;
3636
$calendar-disable-opacity: 1 !default;
3737
//popup styles
38-
$calendar-normal-max-width: 220px !default;
39-
$calendar-normal-min-width: 222px !default;
38+
$calendar-normal-max-width: 229px !default;
39+
$calendar-normal-min-width: 229px !default;
4040
$calendar-small-max-width: 198px !default;
4141
$calendar-small-min-width: 198px !default;
42-
$calendar-bigger-max-width: 254px !default;
43-
$calendar-bigger-min-width: 256px !default;
44-
$calendar-weeknumber-min-width: 288px !default;
45-
$calendar-weeknumber-bigger-width: 325px !default;
42+
$calendar-bigger-max-width: 268px !default;
43+
$calendar-bigger-min-width: 268px !default;
44+
$calendar-weeknumber-min-width: 298px !default;
45+
$calendar-weeknumber-bigger-width: 335px !default;
4646
$calendar-popup-padding: 0 !default;
4747
$calendar-popup-bigger-padding: 0 !default;
4848
// today button
@@ -186,7 +186,7 @@ $calendar-hover-border-color: none !default;
186186
$calendar-disable-font-color: $flyout-text-color-disabled !default;
187187
$calendar-focused-date-bg-style: $content-bg-color-hover !default;
188188
$calendar-small-title-font-color: $content-text-color !default;
189-
$calendar-focused-state-box-shadow: 0 0 0 2px $border-alt !default;
189+
$calendar-focused-state-box-shadow: 0 0 0 1px $border-alt !default;
190190
$calendar-focused-state-border-radius: 4px !default;
191191
$calendar-focused-state-month-box-shadow: 0 0 0 1px $border-alt !default;
192192
// end td styles

controls/barcodegenerator/themestudio/styles/calendars/calendar/_layout.scss

+4-8
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,10 @@
263263
height: $calendar-normal-year-decade-height;
264264
line-height: $calendar-normal-year-decade-height;
265265
width: $calendar-normal-year-decade-width;
266-
}#{if(&, '&', '*')} .e-content.e-year td.e-focused-date > span.e-day,
267-
#{if(&, '&', '*')} .e-content.e-decade td.e-focused-date > span.e-day,
268-
#{if(&, '&', '*')} .e-content.e-year td.e-selected > span.e-day,
269-
#{if(&, '&', '*')} .e-content.e-decade td.e-selected > span.e-day,
270-
#{if(&, '&', '*')} .e-content.e-year td.e-selected:hover > span.e-day,
271-
#{if(&, '&', '*')} .e-content.e-decade td.e-selected:hover > span.e-day,
272-
#{if(&, '&', '*')} .e-content.e-year td.e-focused-date:hover > span.e-day,
273-
#{if(&, '&', '*')} .e-content.e-decade td.e-focused-date:hover > span.e-day {
266+
}#{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date) > span.e-day,
267+
#{if(&, '&', '*')} .e-content.e-decade td.e-selected:not(.e-focused-date) > span.e-day,
268+
#{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date):hover > span.e-day,
269+
#{if(&, '&', '*')} .e-content.e-decade td.e-selected:not(.e-focused-date):hover > span.e-day {
274270
@if ($skin-name == 'FluentUI') {
275271
box-shadow: $calendar-none-style;
276272
}

0 commit comments

Comments
 (0)