@syncfusion/blazor-themes 26.1.42 → 26.2.4
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/base/fluent2-dark.scss +2 -2
- package/SCSS-Themes/base/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/base/fluent2.scss +15 -13
- package/SCSS-Themes/bds-dark.scss +204 -61
- package/SCSS-Themes/bds.scss +204 -61
- package/SCSS-Themes/bootstrap-dark.scss +204 -61
- package/SCSS-Themes/bootstrap.scss +210 -67
- package/SCSS-Themes/bootstrap4.scss +210 -67
- package/SCSS-Themes/bootstrap5-dark.scss +212 -69
- package/SCSS-Themes/bootstrap5.scss +212 -69
- package/SCSS-Themes/buttons/button/bds-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bds.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap4.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2.scss +2 -2
- package/SCSS-Themes/buttons/button/highcontrast.scss +2 -2
- package/SCSS-Themes/buttons/button/material-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material.scss +2 -2
- package/SCSS-Themes/buttons/button/material3-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material3.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind.scss +2 -2
- package/SCSS-Themes/buttons/speed-dial/bds-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bds.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap4.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/highcontrast.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind.scss +1 -0
- package/SCSS-Themes/dropdowns/list-box/bds-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bds.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +17 -13
- package/SCSS-Themes/dropdowns/multi-select/material.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +204 -61
- package/SCSS-Themes/fabric.scss +207 -64
- package/SCSS-Themes/fluent-dark.scss +210 -67
- package/SCSS-Themes/fluent.scss +210 -67
- package/SCSS-Themes/fluent2-dark.scss +220 -77
- package/SCSS-Themes/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/fluent2.scss +233 -88
- package/SCSS-Themes/grids/grid/bds-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bds.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -18
- package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -18
- package/SCSS-Themes/grids/grid/fabric-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/fabric.scss +18 -13
- package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +27 -22
- package/SCSS-Themes/grids/grid/fluent2.scss +27 -22
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -17
- package/SCSS-Themes/grids/grid/material-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/material.scss +16 -11
- package/SCSS-Themes/grids/grid/material3-dark.scss +20 -15
- package/SCSS-Themes/grids/grid/material3.scss +20 -15
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +24 -19
- package/SCSS-Themes/grids/grid/tailwind.scss +24 -19
- package/SCSS-Themes/highcontrast.scss +211 -68
- package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bds.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +50 -1
- package/SCSS-Themes/inputs/input/bds-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bds.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap4.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2.scss +45 -21
- package/SCSS-Themes/inputs/input/highcontrast.scss +45 -21
- package/SCSS-Themes/inputs/input/material-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material.scss +45 -21
- package/SCSS-Themes/inputs/input/material3-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material3.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind.scss +45 -21
- package/SCSS-Themes/inputs/otp-input/bds-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bds.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap4.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/highcontrast.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind.scss +1 -1
- package/SCSS-Themes/material-dark.scss +204 -61
- package/SCSS-Themes/material.scss +206 -63
- package/SCSS-Themes/material3-dark.scss +209 -66
- package/SCSS-Themes/material3.scss +209 -66
- package/SCSS-Themes/navigations/breadcrumb/bds-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bds.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap4.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/highcontrast.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind.scss +4 -2
- package/SCSS-Themes/notifications/message/fluent2-dark.scss +2 -2
- package/SCSS-Themes/notifications/message/fluent2.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bds-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bds.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +56 -10
- package/SCSS-Themes/popups/dialog/bds-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bds.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap4.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2.scss +6 -0
- package/SCSS-Themes/popups/dialog/highcontrast.scss +6 -0
- package/SCSS-Themes/popups/dialog/material-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind.scss +6 -0
- package/SCSS-Themes/querybuilder/query-builder/bds-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bds.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +1 -1
- package/SCSS-Themes/splitbuttons/drop-down-button/bds-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bds.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +6 -0
- package/SCSS-Themes/tailwind-dark.scss +213 -70
- package/SCSS-Themes/tailwind.scss +213 -70
- package/package.json +1 -1
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|
|
@@ -226,6 +226,12 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
226
226
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
@if $skin-name == 'fluent2' {
|
|
231
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
232
|
+
padding-left: 16px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
229
235
|
}
|
|
230
236
|
|
|
231
237
|
.e-image-editor {
|
|
@@ -532,6 +538,16 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
532
538
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
533
539
|
}
|
|
534
540
|
}
|
|
541
|
+
|
|
542
|
+
@if $skin-name == 'fluent2' {
|
|
543
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
544
|
+
padding-left: 14px;
|
|
545
|
+
}
|
|
546
|
+
& .e-dropdown-btn,
|
|
547
|
+
& .e-dropdown-btn span {
|
|
548
|
+
font-weight: normal;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
535
551
|
}
|
|
536
552
|
|
|
537
553
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -1002,10 +1018,13 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
1002
1018
|
background: inherit;
|
|
1003
1019
|
border: none;
|
|
1004
1020
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
1005
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
1021
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
1006
1022
|
background: $tbar-default-bg;
|
|
1007
1023
|
color: $tbar-default-icon-color;
|
|
1008
1024
|
}
|
|
1025
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1026
|
+
border: 2px solid #000;
|
|
1027
|
+
}
|
|
1009
1028
|
@if $skin-name == 'Material3' {
|
|
1010
1029
|
box-shadow: none;
|
|
1011
1030
|
}
|
|
@@ -1024,6 +1043,36 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
1024
1043
|
background: $btn-focus-bgcolor;
|
|
1025
1044
|
box-shadow: none;
|
|
1026
1045
|
color: $btn-focus-color;
|
|
1046
|
+
@if $skin-name == 'FluentUI' {
|
|
1047
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
1051
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1052
|
+
}
|
|
1053
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
1054
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1056
|
+
}
|
|
1057
|
+
@else if $skin-name == 'bootstrap4' {
|
|
1058
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
1059
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
1060
|
+
}
|
|
1061
|
+
@else if $skin-name == 'bootstrap5' {
|
|
1062
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1063
|
+
}
|
|
1064
|
+
@else if $skin-name == 'Material3' {
|
|
1065
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1066
|
+
}
|
|
1067
|
+
@else if $skin-name == 'tailwind' {
|
|
1068
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&:focus-visible {
|
|
1073
|
+
@if $skin-name == 'fluent2' {
|
|
1074
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
1077
|
|
|
1029
1078
|
&:active {
|