@syncfusion/blazor-themes 22.2.5 → 22.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 +6 -2
- package/SCSS-Themes/bootstrap.scss +6 -2
- package/SCSS-Themes/bootstrap4.scss +6 -2
- package/SCSS-Themes/bootstrap5-dark.scss +6 -2
- package/SCSS-Themes/bootstrap5.scss +6 -2
- package/SCSS-Themes/fabric-dark.scss +6 -2
- package/SCSS-Themes/fabric.scss +6 -2
- package/SCSS-Themes/fluent-dark.scss +6 -2
- package/SCSS-Themes/fluent.scss +6 -2
- package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/gantt/gantt/bootstrap.scss +1 -1
- package/SCSS-Themes/gantt/gantt/bootstrap4.scss +1 -1
- package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/gantt/gantt/bootstrap5.scss +1 -1
- package/SCSS-Themes/gantt/gantt/fabric-dark.scss +1 -1
- package/SCSS-Themes/gantt/gantt/fabric.scss +1 -1
- package/SCSS-Themes/gantt/gantt/fluent-dark.scss +1 -1
- package/SCSS-Themes/gantt/gantt/fluent.scss +1 -1
- package/SCSS-Themes/gantt/gantt/highcontrast.scss +1 -1
- package/SCSS-Themes/gantt/gantt/material-dark.scss +1 -1
- package/SCSS-Themes/gantt/gantt/material.scss +1 -1
- package/SCSS-Themes/gantt/gantt/material3-dark.scss +1 -1
- package/SCSS-Themes/gantt/gantt/material3.scss +1 -1
- package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +1 -1
- package/SCSS-Themes/gantt/gantt/tailwind.scss +1 -1
- package/SCSS-Themes/grids/grid/material3-dark.scss +14 -14
- package/SCSS-Themes/grids/grid/material3.scss +14 -14
- package/SCSS-Themes/highcontrast.scss +6 -2
- package/SCSS-Themes/material-dark.scss +6 -2
- package/SCSS-Themes/material.scss +6 -2
- package/SCSS-Themes/material3-dark.scss +20 -16
- package/SCSS-Themes/material3.scss +20 -16
- package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +5 -1
- package/SCSS-Themes/navigations/accordion/bootstrap.scss +5 -1
- package/SCSS-Themes/navigations/accordion/bootstrap4.scss +5 -1
- package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +5 -1
- package/SCSS-Themes/navigations/accordion/bootstrap5.scss +5 -1
- package/SCSS-Themes/navigations/accordion/fabric-dark.scss +5 -1
- package/SCSS-Themes/navigations/accordion/fabric.scss +5 -1
- package/SCSS-Themes/navigations/accordion/fluent-dark.scss +5 -1
- package/SCSS-Themes/navigations/accordion/fluent.scss +5 -1
- package/SCSS-Themes/navigations/accordion/highcontrast.scss +5 -1
- package/SCSS-Themes/navigations/accordion/material-dark.scss +5 -1
- package/SCSS-Themes/navigations/accordion/material.scss +5 -1
- package/SCSS-Themes/navigations/accordion/material3-dark.scss +5 -1
- package/SCSS-Themes/navigations/accordion/material3.scss +5 -1
- package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +5 -1
- package/SCSS-Themes/navigations/accordion/tailwind.scss +5 -1
- package/SCSS-Themes/tailwind-dark.scss +6 -2
- package/SCSS-Themes/tailwind.scss +6 -2
- package/package.json +1 -1
|
@@ -2396,7 +2396,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2396
2396
|
color: $acrdn-icon-color;
|
|
2397
2397
|
}
|
|
2398
2398
|
}
|
|
2399
|
-
|
|
2399
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2400
|
+
&:focus {
|
|
2401
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2402
|
+
}
|
|
2403
|
+
}
|
|
2400
2404
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2401
2405
|
|
|
2402
2406
|
&:focus {
|
|
@@ -91039,7 +91043,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
91039
91043
|
pointer-events: none;
|
|
91040
91044
|
position: absolute;
|
|
91041
91045
|
top: 50%;
|
|
91042
|
-
width:
|
|
91046
|
+
width: 99%;
|
|
91043
91047
|
}
|
|
91044
91048
|
|
|
91045
91049
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2396,7 +2396,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2396
2396
|
color: $acrdn-icon-color;
|
|
2397
2397
|
}
|
|
2398
2398
|
}
|
|
2399
|
-
|
|
2399
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2400
|
+
&:focus {
|
|
2401
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2402
|
+
}
|
|
2403
|
+
}
|
|
2400
2404
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2401
2405
|
|
|
2402
2406
|
&:focus {
|
|
@@ -90804,7 +90808,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
90804
90808
|
pointer-events: none;
|
|
90805
90809
|
position: absolute;
|
|
90806
90810
|
top: 50%;
|
|
90807
|
-
width:
|
|
90811
|
+
width: 99%;
|
|
90808
90812
|
}
|
|
90809
90813
|
|
|
90810
90814
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2235,7 +2235,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2235
2235
|
color: $acrdn-icon-color;
|
|
2236
2236
|
}
|
|
2237
2237
|
}
|
|
2238
|
-
|
|
2238
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2239
|
+
&:focus {
|
|
2240
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2239
2243
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2240
2244
|
|
|
2241
2245
|
&:focus {
|
|
@@ -91121,7 +91125,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
91121
91125
|
pointer-events: none;
|
|
91122
91126
|
position: absolute;
|
|
91123
91127
|
top: 50%;
|
|
91124
|
-
width:
|
|
91128
|
+
width: 99%;
|
|
91125
91129
|
}
|
|
91126
91130
|
|
|
91127
91131
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2420,7 +2420,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2420
2420
|
color: $acrdn-icon-color;
|
|
2421
2421
|
}
|
|
2422
2422
|
}
|
|
2423
|
-
|
|
2423
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2424
|
+
&:focus {
|
|
2425
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
2424
2428
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2425
2429
|
|
|
2426
2430
|
&:focus {
|
|
@@ -91336,7 +91340,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
|
|
|
91336
91340
|
pointer-events: none;
|
|
91337
91341
|
position: absolute;
|
|
91338
91342
|
top: 50%;
|
|
91339
|
-
width:
|
|
91343
|
+
width: 99%;
|
|
91340
91344
|
}
|
|
91341
91345
|
|
|
91342
91346
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2420,7 +2420,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2420
2420
|
color: $acrdn-icon-color;
|
|
2421
2421
|
}
|
|
2422
2422
|
}
|
|
2423
|
-
|
|
2423
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2424
|
+
&:focus {
|
|
2425
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
2424
2428
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2425
2429
|
|
|
2426
2430
|
&:focus {
|
|
@@ -91336,7 +91340,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
|
|
|
91336
91340
|
pointer-events: none;
|
|
91337
91341
|
position: absolute;
|
|
91338
91342
|
top: 50%;
|
|
91339
|
-
width:
|
|
91343
|
+
width: 99%;
|
|
91340
91344
|
}
|
|
91341
91345
|
|
|
91342
91346
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2374,7 +2374,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $acrdn-item-exp-hdr-focus-b
|
|
|
2374
2374
|
color: $acrdn-icon-color;
|
|
2375
2375
|
}
|
|
2376
2376
|
}
|
|
2377
|
-
|
|
2377
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2378
|
+
&:focus {
|
|
2379
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2378
2382
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2379
2383
|
|
|
2380
2384
|
&:focus {
|
|
@@ -90873,7 +90877,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
90873
90877
|
pointer-events: none;
|
|
90874
90878
|
position: absolute;
|
|
90875
90879
|
top: 50%;
|
|
90876
|
-
width:
|
|
90880
|
+
width: 99%;
|
|
90877
90881
|
}
|
|
90878
90882
|
|
|
90879
90883
|
.e-gantt-child-taskbar-inner-div,
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -2377,7 +2377,11 @@ $acrdn-nested-item-header-focus-box-shadow: none !default;
|
|
|
2377
2377
|
color: $acrdn-icon-color;
|
|
2378
2378
|
}
|
|
2379
2379
|
}
|
|
2380
|
-
|
|
2380
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2381
|
+
&:focus {
|
|
2382
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2383
|
+
}
|
|
2384
|
+
}
|
|
2381
2385
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2382
2386
|
|
|
2383
2387
|
&:focus {
|
|
@@ -90630,7 +90634,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
90630
90634
|
pointer-events: none;
|
|
90631
90635
|
position: absolute;
|
|
90632
90636
|
top: 50%;
|
|
90633
|
-
width:
|
|
90637
|
+
width: 99%;
|
|
90634
90638
|
}
|
|
90635
90639
|
|
|
90636
90640
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2483,7 +2483,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $content-text-color !defaul
|
|
|
2483
2483
|
color: $acrdn-icon-color;
|
|
2484
2484
|
}
|
|
2485
2485
|
}
|
|
2486
|
-
|
|
2486
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2487
|
+
&:focus {
|
|
2488
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2487
2491
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2488
2492
|
|
|
2489
2493
|
&:focus {
|
|
@@ -91494,7 +91498,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
|
|
|
91494
91498
|
pointer-events: none;
|
|
91495
91499
|
position: absolute;
|
|
91496
91500
|
top: 50%;
|
|
91497
|
-
width:
|
|
91501
|
+
width: 99%;
|
|
91498
91502
|
}
|
|
91499
91503
|
|
|
91500
91504
|
.e-gantt-child-taskbar-inner-div,
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -2484,7 +2484,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $content-text-color !defaul
|
|
|
2484
2484
|
color: $acrdn-icon-color;
|
|
2485
2485
|
}
|
|
2486
2486
|
}
|
|
2487
|
-
|
|
2487
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2488
|
+
&:focus {
|
|
2489
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2490
|
+
}
|
|
2491
|
+
}
|
|
2488
2492
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2489
2493
|
|
|
2490
2494
|
&:focus {
|
|
@@ -91495,7 +91499,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
|
|
|
91495
91499
|
pointer-events: none;
|
|
91496
91500
|
position: absolute;
|
|
91497
91501
|
top: 50%;
|
|
91498
|
-
width:
|
|
91502
|
+
width: 99%;
|
|
91499
91503
|
}
|
|
91500
91504
|
|
|
91501
91505
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -275,8 +275,8 @@ $grid-fltr-sortnumber-rightalign-margin: 0 8px 0 8px !default;
|
|
|
275
275
|
$grid-sortnumber-rightalign-margin: 0 2px 0 2px !default;
|
|
276
276
|
$grid-sortnumer-line-height: 20px !default;
|
|
277
277
|
$grid-bigger-sortnumer-line-height: 24px !default;
|
|
278
|
-
$grid-sortdiv-right-align-margin: -
|
|
279
|
-
$grid-sortdiv-margin: -
|
|
278
|
+
$grid-sortdiv-right-align-margin: -14px 8px -12px -2px !default;
|
|
279
|
+
$grid-sortdiv-margin: -14px -2px -12px 8px !default;
|
|
280
280
|
$grid-sortdiv-padding: 2px !default;
|
|
281
281
|
$grid-ungroup-button-line-height: 12px !default;
|
|
282
282
|
$grid-ungroup-button-font-size: 12px !default;
|
|
@@ -333,10 +333,10 @@ $grid-fltr-rtl-sortnumber-margin: 0 0 0 12px !default;
|
|
|
333
333
|
$grid-rtl-sortnumber-margin: 0 8px 0 -8px !default;
|
|
334
334
|
$grid-fltr-rtl-sortnumber-rightalign-margin: 0 0 0 12px !default;
|
|
335
335
|
$grid-rtl-sortnumber-rightalign-margin: 0 8px 0 24px !default;
|
|
336
|
-
$grid-rtl-sortcelldiv-margin: -
|
|
337
|
-
$grid-rtl-sortcelldiv-right-align-margin: -
|
|
338
|
-
$grid-rtl-bigger-sortcelldiv-right-align-margin: -
|
|
339
|
-
$grid-rtl-bigger-sortcelldiv-margin: -
|
|
336
|
+
$grid-rtl-sortcelldiv-margin: -13px 8px -12px -2px !default;
|
|
337
|
+
$grid-rtl-sortcelldiv-right-align-margin: -13px 8px -12px -2px !default;
|
|
338
|
+
$grid-rtl-bigger-sortcelldiv-right-align-margin: -17px 12px -12px -2px !default;
|
|
339
|
+
$grid-rtl-bigger-sortcelldiv-margin: -17px 12px -12px -2px !default;
|
|
340
340
|
$grid-rtl-grouped-headercell-padding: 5px 0 !default;
|
|
341
341
|
$grid-rtl-group-text-margin-left: 2px !default;
|
|
342
342
|
$grid-rtl-group-sorticon-margin-right: -7px !default;
|
|
@@ -442,15 +442,15 @@ $grid-rtl-checkbox-content-padding-left: 14px !default;
|
|
|
442
442
|
$grid-bigger-checkbox-padding-topbottom: 9px !default;
|
|
443
443
|
$grid-bigger-checkbox-content-padding-left: 7px !default;
|
|
444
444
|
$grid-rtl-bigger-checkbox-content-padding-left: 16px !default;
|
|
445
|
-
$grid-fltrdiv-margin: -
|
|
446
|
-
$grid-rtl-fltrdiv-margin: -
|
|
445
|
+
$grid-fltrdiv-margin: -15px -2px -12px 8px !default;
|
|
446
|
+
$grid-rtl-fltrdiv-margin: -15px 8px -12px -2px !default;
|
|
447
447
|
$grid-rtl-bigger-fltrdiv-margin: -19px 4px -14px -2px !default;
|
|
448
448
|
$grid-bigger-rtl-headercelldiv-fltricon-padding: -5px -10px -5px 0 !default;
|
|
449
449
|
$grid-bigger-fltrdiv-margin: -19px -2px -14px 4px !default;
|
|
450
|
-
$grid-sortdiv-filtericon-margin: -
|
|
451
|
-
$grid-sortdiv-filtericon-rightalign-margin: -
|
|
452
|
-
$grid-rtl-sortdiv-filtericon-rightalign-margin: -
|
|
453
|
-
$grid-rtl-sortdiv-filtericon-margin: -
|
|
450
|
+
$grid-sortdiv-filtericon-margin: -15px 22px -12px 8px !default;
|
|
451
|
+
$grid-sortdiv-filtericon-rightalign-margin: -15px 8px -12px -2px !default;
|
|
452
|
+
$grid-rtl-sortdiv-filtericon-rightalign-margin: -15px 8px -12px 22px !default;
|
|
453
|
+
$grid-rtl-sortdiv-filtericon-margin: -15px 8px -13px 22px !default;
|
|
454
454
|
$grid-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px -2px !default;
|
|
455
455
|
$grid-bigger-fltricon-sortdiv-margin: -19px 23px -14px 4px !default;
|
|
456
456
|
$grid-rtl-bigger-fltricon-sortdiv-margin: -19px 4px -14px 24px !default;
|
|
@@ -458,7 +458,7 @@ $grid-rtl-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px 23px !defau
|
|
|
458
458
|
$grid-column-menu-sub-menu-box-shadow: $shadow-md !default;
|
|
459
459
|
$grid-bigger-checkbox-filter-min-height: 360px !default;
|
|
460
460
|
$grid-checkbox-filter-min-height: 307px !default;
|
|
461
|
-
$grid-column-menu-margin: -
|
|
461
|
+
$grid-column-menu-margin: -15px -18px -12px 8px !default;
|
|
462
462
|
$grid-column-menu-padding: 2px !default;
|
|
463
463
|
$grid-textwrap-column-menu-margin: -19px -20px -20px -20px !default;
|
|
464
464
|
$grid-bigger-column-menu-margin: -14px -18px -12px 8px !default;
|
|
@@ -528,7 +528,7 @@ $grid-ungroup-rtl-margin-left: 0 !default;
|
|
|
528
528
|
$grid-rtl-group-sorticon-margin-left: -5px !default;
|
|
529
529
|
$grid-rtl-column-menu-left: 23px !default;
|
|
530
530
|
$grid-checkboxfiltertext-width: 150px !default;
|
|
531
|
-
$grid-rtl-column-menu-margin: -
|
|
531
|
+
$grid-rtl-column-menu-margin: -15px 8px -12px -16px !default;
|
|
532
532
|
$grid-rtl-textwrap-column-menu-margin: -17px -13px -23px -25px !default;
|
|
533
533
|
$grid-filter-checkbox-width: 0 !default;
|
|
534
534
|
$grid-filter-checkbox-white-space: nowrap !default;
|
|
@@ -275,8 +275,8 @@ $grid-fltr-sortnumber-rightalign-margin: 0 8px 0 8px !default;
|
|
|
275
275
|
$grid-sortnumber-rightalign-margin: 0 2px 0 2px !default;
|
|
276
276
|
$grid-sortnumer-line-height: 20px !default;
|
|
277
277
|
$grid-bigger-sortnumer-line-height: 24px !default;
|
|
278
|
-
$grid-sortdiv-right-align-margin: -
|
|
279
|
-
$grid-sortdiv-margin: -
|
|
278
|
+
$grid-sortdiv-right-align-margin: -14px 8px -12px -2px !default;
|
|
279
|
+
$grid-sortdiv-margin: -14px -2px -12px 8px !default;
|
|
280
280
|
$grid-sortdiv-padding: 2px !default;
|
|
281
281
|
$grid-ungroup-button-line-height: 12px !default;
|
|
282
282
|
$grid-ungroup-button-font-size: 12px !default;
|
|
@@ -333,10 +333,10 @@ $grid-fltr-rtl-sortnumber-margin: 0 0 0 12px !default;
|
|
|
333
333
|
$grid-rtl-sortnumber-margin: 0 8px 0 -8px !default;
|
|
334
334
|
$grid-fltr-rtl-sortnumber-rightalign-margin: 0 0 0 12px !default;
|
|
335
335
|
$grid-rtl-sortnumber-rightalign-margin: 0 8px 0 24px !default;
|
|
336
|
-
$grid-rtl-sortcelldiv-margin: -
|
|
337
|
-
$grid-rtl-sortcelldiv-right-align-margin: -
|
|
338
|
-
$grid-rtl-bigger-sortcelldiv-right-align-margin: -
|
|
339
|
-
$grid-rtl-bigger-sortcelldiv-margin: -
|
|
336
|
+
$grid-rtl-sortcelldiv-margin: -13px 8px -12px -2px !default;
|
|
337
|
+
$grid-rtl-sortcelldiv-right-align-margin: -13px 8px -12px -2px !default;
|
|
338
|
+
$grid-rtl-bigger-sortcelldiv-right-align-margin: -17px 12px -12px -2px !default;
|
|
339
|
+
$grid-rtl-bigger-sortcelldiv-margin: -17px 12px -12px -2px !default;
|
|
340
340
|
$grid-rtl-grouped-headercell-padding: 5px 0 !default;
|
|
341
341
|
$grid-rtl-group-text-margin-left: 2px !default;
|
|
342
342
|
$grid-rtl-group-sorticon-margin-right: -7px !default;
|
|
@@ -442,15 +442,15 @@ $grid-rtl-checkbox-content-padding-left: 14px !default;
|
|
|
442
442
|
$grid-bigger-checkbox-padding-topbottom: 9px !default;
|
|
443
443
|
$grid-bigger-checkbox-content-padding-left: 7px !default;
|
|
444
444
|
$grid-rtl-bigger-checkbox-content-padding-left: 16px !default;
|
|
445
|
-
$grid-fltrdiv-margin: -
|
|
446
|
-
$grid-rtl-fltrdiv-margin: -
|
|
445
|
+
$grid-fltrdiv-margin: -15px -2px -12px 8px !default;
|
|
446
|
+
$grid-rtl-fltrdiv-margin: -15px 8px -12px -2px !default;
|
|
447
447
|
$grid-rtl-bigger-fltrdiv-margin: -19px 4px -14px -2px !default;
|
|
448
448
|
$grid-bigger-rtl-headercelldiv-fltricon-padding: -5px -10px -5px 0 !default;
|
|
449
449
|
$grid-bigger-fltrdiv-margin: -19px -2px -14px 4px !default;
|
|
450
|
-
$grid-sortdiv-filtericon-margin: -
|
|
451
|
-
$grid-sortdiv-filtericon-rightalign-margin: -
|
|
452
|
-
$grid-rtl-sortdiv-filtericon-rightalign-margin: -
|
|
453
|
-
$grid-rtl-sortdiv-filtericon-margin: -
|
|
450
|
+
$grid-sortdiv-filtericon-margin: -15px 22px -12px 8px !default;
|
|
451
|
+
$grid-sortdiv-filtericon-rightalign-margin: -15px 8px -12px -2px !default;
|
|
452
|
+
$grid-rtl-sortdiv-filtericon-rightalign-margin: -15px 8px -12px 22px !default;
|
|
453
|
+
$grid-rtl-sortdiv-filtericon-margin: -15px 8px -13px 22px !default;
|
|
454
454
|
$grid-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px -2px !default;
|
|
455
455
|
$grid-bigger-fltricon-sortdiv-margin: -19px 23px -14px 4px !default;
|
|
456
456
|
$grid-rtl-bigger-fltricon-sortdiv-margin: -19px 4px -14px 24px !default;
|
|
@@ -458,7 +458,7 @@ $grid-rtl-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px 23px !defau
|
|
|
458
458
|
$grid-column-menu-sub-menu-box-shadow: $shadow-md !default;
|
|
459
459
|
$grid-bigger-checkbox-filter-min-height: 360px !default;
|
|
460
460
|
$grid-checkbox-filter-min-height: 307px !default;
|
|
461
|
-
$grid-column-menu-margin: -
|
|
461
|
+
$grid-column-menu-margin: -15px -18px -12px 8px !default;
|
|
462
462
|
$grid-column-menu-padding: 2px !default;
|
|
463
463
|
$grid-textwrap-column-menu-margin: -19px -20px -20px -20px !default;
|
|
464
464
|
$grid-bigger-column-menu-margin: -14px -18px -12px 8px !default;
|
|
@@ -528,7 +528,7 @@ $grid-ungroup-rtl-margin-left: 0 !default;
|
|
|
528
528
|
$grid-rtl-group-sorticon-margin-left: -5px !default;
|
|
529
529
|
$grid-rtl-column-menu-left: 23px !default;
|
|
530
530
|
$grid-checkboxfiltertext-width: 150px !default;
|
|
531
|
-
$grid-rtl-column-menu-margin: -
|
|
531
|
+
$grid-rtl-column-menu-margin: -15px 8px -12px -16px !default;
|
|
532
532
|
$grid-rtl-textwrap-column-menu-margin: -17px -13px -23px -25px !default;
|
|
533
533
|
$grid-filter-checkbox-width: 0 !default;
|
|
534
534
|
$grid-filter-checkbox-white-space: nowrap !default;
|
|
@@ -2393,7 +2393,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $acrdn-focus-exp-hdr-focus-
|
|
|
2393
2393
|
color: $acrdn-icon-color;
|
|
2394
2394
|
}
|
|
2395
2395
|
}
|
|
2396
|
-
|
|
2396
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2397
|
+
&:focus {
|
|
2398
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2397
2401
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2398
2402
|
|
|
2399
2403
|
&:focus {
|
|
@@ -90877,7 +90881,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
90877
90881
|
pointer-events: none;
|
|
90878
90882
|
position: absolute;
|
|
90879
90883
|
top: 50%;
|
|
90880
|
-
width:
|
|
90884
|
+
width: 99%;
|
|
90881
90885
|
}
|
|
90882
90886
|
|
|
90883
90887
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2371,7 +2371,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2371
2371
|
color: $acrdn-icon-color;
|
|
2372
2372
|
}
|
|
2373
2373
|
}
|
|
2374
|
-
|
|
2374
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2375
|
+
&:focus {
|
|
2376
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2377
|
+
}
|
|
2378
|
+
}
|
|
2375
2379
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2376
2380
|
|
|
2377
2381
|
&:focus {
|
|
@@ -92194,7 +92198,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
92194
92198
|
pointer-events: none;
|
|
92195
92199
|
position: absolute;
|
|
92196
92200
|
top: 50%;
|
|
92197
|
-
width:
|
|
92201
|
+
width: 99%;
|
|
92198
92202
|
}
|
|
92199
92203
|
|
|
92200
92204
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2361,7 +2361,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2361
2361
|
color: $acrdn-icon-color;
|
|
2362
2362
|
}
|
|
2363
2363
|
}
|
|
2364
|
-
|
|
2364
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2365
|
+
&:focus {
|
|
2366
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2365
2369
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2366
2370
|
|
|
2367
2371
|
&:focus {
|
|
@@ -91906,7 +91910,7 @@ $gantt-masked-table-background-color: #e1dfdd;
|
|
|
91906
91910
|
pointer-events: none;
|
|
91907
91911
|
position: absolute;
|
|
91908
91912
|
top: 50%;
|
|
91909
|
-
width:
|
|
91913
|
+
width: 99%;
|
|
91910
91914
|
}
|
|
91911
91915
|
|
|
91912
91916
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2641,7 +2641,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2641
2641
|
color: $acrdn-icon-color;
|
|
2642
2642
|
}
|
|
2643
2643
|
}
|
|
2644
|
-
|
|
2644
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2645
|
+
&:focus {
|
|
2646
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2645
2649
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2646
2650
|
|
|
2647
2651
|
&:focus {
|
|
@@ -76077,8 +76081,8 @@ $grid-fltr-sortnumber-rightalign-margin: 0 8px 0 8px !default;
|
|
|
76077
76081
|
$grid-sortnumber-rightalign-margin: 0 2px 0 2px !default;
|
|
76078
76082
|
$grid-sortnumer-line-height: 20px !default;
|
|
76079
76083
|
$grid-bigger-sortnumer-line-height: 24px !default;
|
|
76080
|
-
$grid-sortdiv-right-align-margin: -
|
|
76081
|
-
$grid-sortdiv-margin: -
|
|
76084
|
+
$grid-sortdiv-right-align-margin: -14px 8px -12px -2px !default;
|
|
76085
|
+
$grid-sortdiv-margin: -14px -2px -12px 8px !default;
|
|
76082
76086
|
$grid-sortdiv-padding: 2px !default;
|
|
76083
76087
|
$grid-ungroup-button-line-height: 12px !default;
|
|
76084
76088
|
$grid-ungroup-button-font-size: 12px !default;
|
|
@@ -76135,10 +76139,10 @@ $grid-fltr-rtl-sortnumber-margin: 0 0 0 12px !default;
|
|
|
76135
76139
|
$grid-rtl-sortnumber-margin: 0 8px 0 -8px !default;
|
|
76136
76140
|
$grid-fltr-rtl-sortnumber-rightalign-margin: 0 0 0 12px !default;
|
|
76137
76141
|
$grid-rtl-sortnumber-rightalign-margin: 0 8px 0 24px !default;
|
|
76138
|
-
$grid-rtl-sortcelldiv-margin: -
|
|
76139
|
-
$grid-rtl-sortcelldiv-right-align-margin: -
|
|
76140
|
-
$grid-rtl-bigger-sortcelldiv-right-align-margin: -
|
|
76141
|
-
$grid-rtl-bigger-sortcelldiv-margin: -
|
|
76142
|
+
$grid-rtl-sortcelldiv-margin: -13px 8px -12px -2px !default;
|
|
76143
|
+
$grid-rtl-sortcelldiv-right-align-margin: -13px 8px -12px -2px !default;
|
|
76144
|
+
$grid-rtl-bigger-sortcelldiv-right-align-margin: -17px 12px -12px -2px !default;
|
|
76145
|
+
$grid-rtl-bigger-sortcelldiv-margin: -17px 12px -12px -2px !default;
|
|
76142
76146
|
$grid-rtl-grouped-headercell-padding: 5px 0 !default;
|
|
76143
76147
|
$grid-rtl-group-text-margin-left: 2px !default;
|
|
76144
76148
|
$grid-rtl-group-sorticon-margin-right: -7px !default;
|
|
@@ -76244,15 +76248,15 @@ $grid-rtl-checkbox-content-padding-left: 14px !default;
|
|
|
76244
76248
|
$grid-bigger-checkbox-padding-topbottom: 9px !default;
|
|
76245
76249
|
$grid-bigger-checkbox-content-padding-left: 7px !default;
|
|
76246
76250
|
$grid-rtl-bigger-checkbox-content-padding-left: 16px !default;
|
|
76247
|
-
$grid-fltrdiv-margin: -
|
|
76248
|
-
$grid-rtl-fltrdiv-margin: -
|
|
76251
|
+
$grid-fltrdiv-margin: -15px -2px -12px 8px !default;
|
|
76252
|
+
$grid-rtl-fltrdiv-margin: -15px 8px -12px -2px !default;
|
|
76249
76253
|
$grid-rtl-bigger-fltrdiv-margin: -19px 4px -14px -2px !default;
|
|
76250
76254
|
$grid-bigger-rtl-headercelldiv-fltricon-padding: -5px -10px -5px 0 !default;
|
|
76251
76255
|
$grid-bigger-fltrdiv-margin: -19px -2px -14px 4px !default;
|
|
76252
|
-
$grid-sortdiv-filtericon-margin: -
|
|
76253
|
-
$grid-sortdiv-filtericon-rightalign-margin: -
|
|
76254
|
-
$grid-rtl-sortdiv-filtericon-rightalign-margin: -
|
|
76255
|
-
$grid-rtl-sortdiv-filtericon-margin: -
|
|
76256
|
+
$grid-sortdiv-filtericon-margin: -15px 22px -12px 8px !default;
|
|
76257
|
+
$grid-sortdiv-filtericon-rightalign-margin: -15px 8px -12px -2px !default;
|
|
76258
|
+
$grid-rtl-sortdiv-filtericon-rightalign-margin: -15px 8px -12px 22px !default;
|
|
76259
|
+
$grid-rtl-sortdiv-filtericon-margin: -15px 8px -13px 22px !default;
|
|
76256
76260
|
$grid-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px -2px !default;
|
|
76257
76261
|
$grid-bigger-fltricon-sortdiv-margin: -19px 23px -14px 4px !default;
|
|
76258
76262
|
$grid-rtl-bigger-fltricon-sortdiv-margin: -19px 4px -14px 24px !default;
|
|
@@ -76260,7 +76264,7 @@ $grid-rtl-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px 23px !defau
|
|
|
76260
76264
|
$grid-column-menu-sub-menu-box-shadow: $shadow-md !default;
|
|
76261
76265
|
$grid-bigger-checkbox-filter-min-height: 360px !default;
|
|
76262
76266
|
$grid-checkbox-filter-min-height: 307px !default;
|
|
76263
|
-
$grid-column-menu-margin: -
|
|
76267
|
+
$grid-column-menu-margin: -15px -18px -12px 8px !default;
|
|
76264
76268
|
$grid-column-menu-padding: 2px !default;
|
|
76265
76269
|
$grid-textwrap-column-menu-margin: -19px -20px -20px -20px !default;
|
|
76266
76270
|
$grid-bigger-column-menu-margin: -14px -18px -12px 8px !default;
|
|
@@ -76330,7 +76334,7 @@ $grid-ungroup-rtl-margin-left: 0 !default;
|
|
|
76330
76334
|
$grid-rtl-group-sorticon-margin-left: -5px !default;
|
|
76331
76335
|
$grid-rtl-column-menu-left: 23px !default;
|
|
76332
76336
|
$grid-checkboxfiltertext-width: 150px !default;
|
|
76333
|
-
$grid-rtl-column-menu-margin: -
|
|
76337
|
+
$grid-rtl-column-menu-margin: -15px 8px -12px -16px !default;
|
|
76334
76338
|
$grid-rtl-textwrap-column-menu-margin: -17px -13px -23px -25px !default;
|
|
76335
76339
|
$grid-filter-checkbox-width: 0 !default;
|
|
76336
76340
|
$grid-filter-checkbox-white-space: nowrap !default;
|
|
@@ -92489,7 +92493,7 @@ $gantt-split-container-line-border-color: rgba($outline);
|
|
|
92489
92493
|
pointer-events: none;
|
|
92490
92494
|
position: absolute;
|
|
92491
92495
|
top: 50%;
|
|
92492
|
-
width:
|
|
92496
|
+
width: 99%;
|
|
92493
92497
|
}
|
|
92494
92498
|
|
|
92495
92499
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2723,7 +2723,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2723
2723
|
color: $acrdn-icon-color;
|
|
2724
2724
|
}
|
|
2725
2725
|
}
|
|
2726
|
-
|
|
2726
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2727
|
+
&:focus {
|
|
2728
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2727
2731
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2728
2732
|
|
|
2729
2733
|
&:focus {
|
|
@@ -76159,8 +76163,8 @@ $grid-fltr-sortnumber-rightalign-margin: 0 8px 0 8px !default;
|
|
|
76159
76163
|
$grid-sortnumber-rightalign-margin: 0 2px 0 2px !default;
|
|
76160
76164
|
$grid-sortnumer-line-height: 20px !default;
|
|
76161
76165
|
$grid-bigger-sortnumer-line-height: 24px !default;
|
|
76162
|
-
$grid-sortdiv-right-align-margin: -
|
|
76163
|
-
$grid-sortdiv-margin: -
|
|
76166
|
+
$grid-sortdiv-right-align-margin: -14px 8px -12px -2px !default;
|
|
76167
|
+
$grid-sortdiv-margin: -14px -2px -12px 8px !default;
|
|
76164
76168
|
$grid-sortdiv-padding: 2px !default;
|
|
76165
76169
|
$grid-ungroup-button-line-height: 12px !default;
|
|
76166
76170
|
$grid-ungroup-button-font-size: 12px !default;
|
|
@@ -76217,10 +76221,10 @@ $grid-fltr-rtl-sortnumber-margin: 0 0 0 12px !default;
|
|
|
76217
76221
|
$grid-rtl-sortnumber-margin: 0 8px 0 -8px !default;
|
|
76218
76222
|
$grid-fltr-rtl-sortnumber-rightalign-margin: 0 0 0 12px !default;
|
|
76219
76223
|
$grid-rtl-sortnumber-rightalign-margin: 0 8px 0 24px !default;
|
|
76220
|
-
$grid-rtl-sortcelldiv-margin: -
|
|
76221
|
-
$grid-rtl-sortcelldiv-right-align-margin: -
|
|
76222
|
-
$grid-rtl-bigger-sortcelldiv-right-align-margin: -
|
|
76223
|
-
$grid-rtl-bigger-sortcelldiv-margin: -
|
|
76224
|
+
$grid-rtl-sortcelldiv-margin: -13px 8px -12px -2px !default;
|
|
76225
|
+
$grid-rtl-sortcelldiv-right-align-margin: -13px 8px -12px -2px !default;
|
|
76226
|
+
$grid-rtl-bigger-sortcelldiv-right-align-margin: -17px 12px -12px -2px !default;
|
|
76227
|
+
$grid-rtl-bigger-sortcelldiv-margin: -17px 12px -12px -2px !default;
|
|
76224
76228
|
$grid-rtl-grouped-headercell-padding: 5px 0 !default;
|
|
76225
76229
|
$grid-rtl-group-text-margin-left: 2px !default;
|
|
76226
76230
|
$grid-rtl-group-sorticon-margin-right: -7px !default;
|
|
@@ -76326,15 +76330,15 @@ $grid-rtl-checkbox-content-padding-left: 14px !default;
|
|
|
76326
76330
|
$grid-bigger-checkbox-padding-topbottom: 9px !default;
|
|
76327
76331
|
$grid-bigger-checkbox-content-padding-left: 7px !default;
|
|
76328
76332
|
$grid-rtl-bigger-checkbox-content-padding-left: 16px !default;
|
|
76329
|
-
$grid-fltrdiv-margin: -
|
|
76330
|
-
$grid-rtl-fltrdiv-margin: -
|
|
76333
|
+
$grid-fltrdiv-margin: -15px -2px -12px 8px !default;
|
|
76334
|
+
$grid-rtl-fltrdiv-margin: -15px 8px -12px -2px !default;
|
|
76331
76335
|
$grid-rtl-bigger-fltrdiv-margin: -19px 4px -14px -2px !default;
|
|
76332
76336
|
$grid-bigger-rtl-headercelldiv-fltricon-padding: -5px -10px -5px 0 !default;
|
|
76333
76337
|
$grid-bigger-fltrdiv-margin: -19px -2px -14px 4px !default;
|
|
76334
|
-
$grid-sortdiv-filtericon-margin: -
|
|
76335
|
-
$grid-sortdiv-filtericon-rightalign-margin: -
|
|
76336
|
-
$grid-rtl-sortdiv-filtericon-rightalign-margin: -
|
|
76337
|
-
$grid-rtl-sortdiv-filtericon-margin: -
|
|
76338
|
+
$grid-sortdiv-filtericon-margin: -15px 22px -12px 8px !default;
|
|
76339
|
+
$grid-sortdiv-filtericon-rightalign-margin: -15px 8px -12px -2px !default;
|
|
76340
|
+
$grid-rtl-sortdiv-filtericon-rightalign-margin: -15px 8px -12px 22px !default;
|
|
76341
|
+
$grid-rtl-sortdiv-filtericon-margin: -15px 8px -13px 22px !default;
|
|
76338
76342
|
$grid-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px -2px !default;
|
|
76339
76343
|
$grid-bigger-fltricon-sortdiv-margin: -19px 23px -14px 4px !default;
|
|
76340
76344
|
$grid-rtl-bigger-fltricon-sortdiv-margin: -19px 4px -14px 24px !default;
|
|
@@ -76342,7 +76346,7 @@ $grid-rtl-bigger-fltricon-sortdiv-rightalign-margin: -19px 4px -14px 23px !defau
|
|
|
76342
76346
|
$grid-column-menu-sub-menu-box-shadow: $shadow-md !default;
|
|
76343
76347
|
$grid-bigger-checkbox-filter-min-height: 360px !default;
|
|
76344
76348
|
$grid-checkbox-filter-min-height: 307px !default;
|
|
76345
|
-
$grid-column-menu-margin: -
|
|
76349
|
+
$grid-column-menu-margin: -15px -18px -12px 8px !default;
|
|
76346
76350
|
$grid-column-menu-padding: 2px !default;
|
|
76347
76351
|
$grid-textwrap-column-menu-margin: -19px -20px -20px -20px !default;
|
|
76348
76352
|
$grid-bigger-column-menu-margin: -14px -18px -12px 8px !default;
|
|
@@ -76412,7 +76416,7 @@ $grid-ungroup-rtl-margin-left: 0 !default;
|
|
|
76412
76416
|
$grid-rtl-group-sorticon-margin-left: -5px !default;
|
|
76413
76417
|
$grid-rtl-column-menu-left: 23px !default;
|
|
76414
76418
|
$grid-checkboxfiltertext-width: 150px !default;
|
|
76415
|
-
$grid-rtl-column-menu-margin: -
|
|
76419
|
+
$grid-rtl-column-menu-margin: -15px 8px -12px -16px !default;
|
|
76416
76420
|
$grid-rtl-textwrap-column-menu-margin: -17px -13px -23px -25px !default;
|
|
76417
76421
|
$grid-filter-checkbox-width: 0 !default;
|
|
76418
76422
|
$grid-filter-checkbox-white-space: nowrap !default;
|
|
@@ -92571,7 +92575,7 @@ $gantt-split-container-line-border-color: rgba($outline);
|
|
|
92571
92575
|
pointer-events: none;
|
|
92572
92576
|
position: absolute;
|
|
92573
92577
|
top: 50%;
|
|
92574
|
-
width:
|
|
92578
|
+
width: 99%;
|
|
92575
92579
|
}
|
|
92576
92580
|
|
|
92577
92581
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -727,7 +727,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
727
727
|
color: $acrdn-icon-color;
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
|
-
|
|
730
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
731
|
+
&:focus {
|
|
732
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
733
|
+
}
|
|
734
|
+
}
|
|
731
735
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
732
736
|
|
|
733
737
|
&:focus {
|
|
@@ -732,7 +732,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
732
732
|
color: $acrdn-icon-color;
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
736
|
+
&:focus {
|
|
737
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
736
740
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
737
741
|
|
|
738
742
|
&:focus {
|
|
@@ -735,7 +735,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
735
735
|
color: $acrdn-icon-color;
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
|
-
|
|
738
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
739
|
+
&:focus {
|
|
740
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
741
|
+
}
|
|
742
|
+
}
|
|
739
743
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
740
744
|
|
|
741
745
|
&:focus {
|
|
@@ -733,7 +733,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
733
733
|
color: $acrdn-icon-color;
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
|
-
|
|
736
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
737
|
+
&:focus {
|
|
738
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
739
|
+
}
|
|
740
|
+
}
|
|
737
741
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
738
742
|
|
|
739
743
|
&:focus {
|
|
@@ -733,7 +733,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
733
733
|
color: $acrdn-icon-color;
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
|
-
|
|
736
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
737
|
+
&:focus {
|
|
738
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
739
|
+
}
|
|
740
|
+
}
|
|
737
741
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
738
742
|
|
|
739
743
|
&:focus {
|
|
@@ -730,7 +730,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $acrdn-item-exp-hdr-focus-b
|
|
|
730
730
|
color: $acrdn-icon-color;
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
|
|
733
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
734
|
+
&:focus {
|
|
735
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
736
|
+
}
|
|
737
|
+
}
|
|
734
738
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
735
739
|
|
|
736
740
|
&:focus {
|
|
@@ -735,7 +735,11 @@ $acrdn-nested-item-header-focus-box-shadow: none !default;
|
|
|
735
735
|
color: $acrdn-icon-color;
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
|
-
|
|
738
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
739
|
+
&:focus {
|
|
740
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
741
|
+
}
|
|
742
|
+
}
|
|
739
743
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
740
744
|
|
|
741
745
|
&:focus {
|
|
@@ -732,7 +732,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $content-text-color !defaul
|
|
|
732
732
|
color: $acrdn-icon-color;
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
736
|
+
&:focus {
|
|
737
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
736
740
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
737
741
|
|
|
738
742
|
&:focus {
|
|
@@ -732,7 +732,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $content-text-color !defaul
|
|
|
732
732
|
color: $acrdn-icon-color;
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
736
|
+
&:focus {
|
|
737
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
736
740
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
737
741
|
|
|
738
742
|
&:focus {
|
|
@@ -757,7 +757,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: $acrdn-focus-exp-hdr-focus-
|
|
|
757
757
|
color: $acrdn-icon-color;
|
|
758
758
|
}
|
|
759
759
|
}
|
|
760
|
-
|
|
760
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
761
|
+
&:focus {
|
|
762
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
761
765
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
762
766
|
|
|
763
767
|
&:focus {
|
|
@@ -733,7 +733,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
733
733
|
color: $acrdn-icon-color;
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
|
-
|
|
736
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
737
|
+
&:focus {
|
|
738
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
739
|
+
}
|
|
740
|
+
}
|
|
737
741
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
738
742
|
|
|
739
743
|
&:focus {
|
|
@@ -729,7 +729,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
729
729
|
color: $acrdn-icon-color;
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
|
-
|
|
732
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
733
|
+
&:focus {
|
|
734
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
735
|
+
}
|
|
736
|
+
}
|
|
733
737
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
734
738
|
|
|
735
739
|
&:focus {
|
|
@@ -732,7 +732,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
732
732
|
color: $acrdn-icon-color;
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
736
|
+
&:focus {
|
|
737
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
736
740
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
737
741
|
|
|
738
742
|
&:focus {
|
|
@@ -732,7 +732,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
732
732
|
color: $acrdn-icon-color;
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
736
|
+
&:focus {
|
|
737
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
736
740
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
737
741
|
|
|
738
742
|
&:focus {
|
|
@@ -731,7 +731,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
731
731
|
color: $acrdn-icon-color;
|
|
732
732
|
}
|
|
733
733
|
}
|
|
734
|
-
|
|
734
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
735
|
+
&:focus {
|
|
736
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
737
|
+
}
|
|
738
|
+
}
|
|
735
739
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
736
740
|
|
|
737
741
|
&:focus {
|
|
@@ -731,7 +731,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
731
731
|
color: $acrdn-icon-color;
|
|
732
732
|
}
|
|
733
733
|
}
|
|
734
|
-
|
|
734
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
735
|
+
&:focus {
|
|
736
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
737
|
+
}
|
|
738
|
+
}
|
|
735
739
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
736
740
|
|
|
737
741
|
&:focus {
|
|
@@ -2418,7 +2418,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2418
2418
|
color: $acrdn-icon-color;
|
|
2419
2419
|
}
|
|
2420
2420
|
}
|
|
2421
|
-
|
|
2421
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2422
|
+
&:focus {
|
|
2423
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2422
2426
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2423
2427
|
|
|
2424
2428
|
&:focus {
|
|
@@ -91257,7 +91261,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
|
|
|
91257
91261
|
pointer-events: none;
|
|
91258
91262
|
position: absolute;
|
|
91259
91263
|
top: 50%;
|
|
91260
|
-
width:
|
|
91264
|
+
width: 99%;
|
|
91261
91265
|
}
|
|
91262
91266
|
|
|
91263
91267
|
.e-gantt-child-taskbar-inner-div,
|
|
@@ -2415,7 +2415,11 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2415
2415
|
color: $acrdn-icon-color;
|
|
2416
2416
|
}
|
|
2417
2417
|
}
|
|
2418
|
-
|
|
2418
|
+
&.e-select.e-selected > .e-acrdn-header {
|
|
2419
|
+
&:focus {
|
|
2420
|
+
border: $acrdn-item-exp-not-selected-hdr-focus-border;
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2419
2423
|
&.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
|
|
2420
2424
|
|
|
2421
2425
|
&:focus {
|
|
@@ -91254,7 +91258,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
|
|
|
91254
91258
|
pointer-events: none;
|
|
91255
91259
|
position: absolute;
|
|
91256
91260
|
top: 50%;
|
|
91257
|
-
width:
|
|
91261
|
+
width: 99%;
|
|
91258
91262
|
}
|
|
91259
91263
|
|
|
91260
91264
|
.e-gantt-child-taskbar-inner-div,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"22.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"22.2.7","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|