@syncfusion/ej2-image-editor 26.1.38 → 26.1.41
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/dist/ej2-image-editor.umd.min.js +2 -2
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +134 -29
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +133 -29
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +2 -2
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +10 -10
- package/src/image-editor/action/draw.js +1 -2
- package/src/image-editor/action/export.js +11 -7
- package/src/image-editor/action/selection.d.ts +1 -0
- package/src/image-editor/action/selection.js +47 -2
- package/src/image-editor/action/shape.js +11 -1
- package/src/image-editor/action/undo-redo.js +4 -0
- package/src/image-editor/base/image-editor.d.ts +4 -1
- package/src/image-editor/base/image-editor.js +6 -3
- package/src/image-editor/base/interface.d.ts +4 -0
- package/src/image-editor/renderer/toolbar.d.ts +1 -0
- package/src/image-editor/renderer/toolbar.js +53 -14
- package/styles/bootstrap-dark.css +7 -0
- package/styles/bootstrap.css +7 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +7 -0
- package/styles/bootstrap5.css +7 -0
- package/styles/fabric-dark.css +7 -0
- package/styles/fabric.css +7 -0
- package/styles/fluent-dark.css +7 -0
- package/styles/fluent.css +7 -0
- package/styles/fluent2.css +12 -5
- package/styles/highcontrast-light.css +7 -0
- package/styles/highcontrast.css +7 -0
- package/styles/image-editor/_bds-definition.scss +1 -0
- package/styles/image-editor/_bootstrap-dark-definition.scss +1 -0
- package/styles/image-editor/_bootstrap-definition.scss +1 -0
- package/styles/image-editor/_bootstrap4-definition.scss +1 -0
- package/styles/image-editor/_bootstrap5-definition.scss +1 -0
- package/styles/image-editor/_bootstrap5.3-definition.scss +1 -0
- package/styles/image-editor/_fabric-dark-definition.scss +1 -0
- package/styles/image-editor/_fabric-definition.scss +1 -0
- package/styles/image-editor/_fluent-definition.scss +1 -0
- package/styles/image-editor/_fluent2-definition.scss +1 -0
- package/styles/image-editor/_fusionnew-definition.scss +1 -0
- package/styles/image-editor/_highcontrast-definition.scss +1 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +1 -0
- package/styles/image-editor/_layout.scss +29 -4
- package/styles/image-editor/_material-dark-definition.scss +1 -0
- package/styles/image-editor/_material-definition.scss +1 -0
- package/styles/image-editor/_material3-definition.scss +1 -0
- package/styles/image-editor/_tailwind-definition.scss +1 -0
- package/styles/image-editor/_theme.scss +7 -0
- package/styles/image-editor/bootstrap-dark.css +7 -0
- package/styles/image-editor/bootstrap.css +7 -0
- package/styles/image-editor/bootstrap4.css +7 -0
- package/styles/image-editor/bootstrap5-dark.css +7 -0
- package/styles/image-editor/bootstrap5.css +7 -0
- package/styles/image-editor/fabric-dark.css +7 -0
- package/styles/image-editor/fabric.css +7 -0
- package/styles/image-editor/fluent-dark.css +7 -0
- package/styles/image-editor/fluent.css +7 -0
- package/styles/image-editor/fluent2.css +12 -5
- package/styles/image-editor/highcontrast-light.css +7 -0
- package/styles/image-editor/highcontrast.css +7 -0
- package/styles/image-editor/material-dark.css +7 -0
- package/styles/image-editor/material.css +7 -0
- package/styles/image-editor/material3-dark.css +20 -3
- package/styles/image-editor/material3.css +20 -3
- package/styles/image-editor/tailwind-dark.css +7 -0
- package/styles/image-editor/tailwind.css +7 -0
- package/styles/material-dark.css +7 -0
- package/styles/material.css +7 -0
- package/styles/material3-dark.css +20 -3
- package/styles/material3.css +20 -3
- package/styles/tailwind-dark.css +7 -0
- package/styles/tailwind.css +7 -0
package/styles/fabric.css
CHANGED
|
@@ -804,4 +804,11 @@
|
|
|
804
804
|
|
|
805
805
|
.e-dropdown-popup .e-selected-btn {
|
|
806
806
|
background: #dadada !important; /* stylelint-disable-line declaration-no-important */
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-ie-filter-canvas:focus,
|
|
810
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
811
|
+
.filter-wrapper:focus canvas,
|
|
812
|
+
.filter-wrapper canvas:focus {
|
|
813
|
+
border: 1px solid #000;
|
|
807
814
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #fff;
|
|
817
824
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #323130;
|
|
817
824
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1849,4 +1849,11 @@
|
|
|
1849
1849
|
|
|
1850
1850
|
.e-dropdown-popup .e-selected-btn {
|
|
1851
1851
|
background: var(--color-sf-content-bg-color-selected) !important; /* stylelint-disable-line declaration-no-important */
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-ie-filter-canvas:focus,
|
|
1855
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
1856
|
+
.filter-wrapper:focus canvas,
|
|
1857
|
+
.filter-wrapper canvas:focus {
|
|
1858
|
+
border: 1px solid var(--color-sf-secondary-text-color);
|
|
1852
1859
|
}
|
|
@@ -797,4 +797,11 @@
|
|
|
797
797
|
|
|
798
798
|
.e-dropdown-popup .e-selected-btn {
|
|
799
799
|
background: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.e-ie-filter-canvas:focus,
|
|
803
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
804
|
+
.filter-wrapper:focus canvas,
|
|
805
|
+
.filter-wrapper canvas:focus {
|
|
806
|
+
border: 1px solid #000;
|
|
800
807
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -802,4 +802,11 @@
|
|
|
802
802
|
.e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
|
|
803
803
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; /* stylelint-disable-line declaration-no-important */
|
|
804
804
|
background-size: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.e-ie-filter-canvas:focus,
|
|
808
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
809
|
+
.filter-wrapper:focus canvas,
|
|
810
|
+
.filter-wrapper canvas:focus {
|
|
811
|
+
border: 1px solid #fff;
|
|
805
812
|
}
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 0 10px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 0 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 0 15px !default;
|
|
26
26
|
$image-editor-icon-button: 3px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $gray-25 !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-grp-btn-padding: 0 12px !default;
|
|
|
24
24
|
$image-editor-save-dlg-dev-grp-btn-padding: 0 12px !default;
|
|
25
25
|
$image-editor-button-label: 14.2px !default;
|
|
26
26
|
$image-editor-icon-button: 3px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-dark-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 0 10px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 0 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 0 12px !default;
|
|
26
26
|
$image-editor-icon-button: 2px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 9px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 4px 12px !default;
|
|
26
26
|
$image-editor-icon-button: 2px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $black !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-grp-btn-padding: 4px 12px !default;
|
|
|
24
24
|
$image-editor-save-dlg-dev-grp-btn-padding: 6px 13px !default;
|
|
25
25
|
$image-editor-button-label: 15px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 6px 13px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 8px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 8px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 11px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 7px 10px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 8px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 5.2px 10.5px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 5.2px 10.5px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -22,3 +22,4 @@ $image-editor-save-dlg-big-btn-pad: 8px !default;
|
|
|
22
22
|
$image-editor-save-dlg-grp-btn-padding: 0 !default;
|
|
23
23
|
$image-editor-save-dlg-dev-grp-btn-padding: 4px 13px !default;
|
|
24
24
|
$image-editor-icon-button: 5px !default;
|
|
25
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 3px 9px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 3px 9px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
@@ -483,6 +483,14 @@
|
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
|
+
& .e-ie-save-dialog .e-slider-container .e-slider .e-handle,
|
|
487
|
+
& .e-blr-ie-save-dialog .e-slider-container .e-slider .e-handle {
|
|
488
|
+
@if $skin-name == 'Material3' {
|
|
489
|
+
height: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
490
|
+
top: calc(50% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
491
|
+
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
492
|
+
}
|
|
493
|
+
}
|
|
486
494
|
}
|
|
487
495
|
|
|
488
496
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -688,7 +696,7 @@
|
|
|
688
696
|
@if $skin-name == 'highcontrast' {
|
|
689
697
|
margin-left: calc(100% - 175px);
|
|
690
698
|
}
|
|
691
|
-
@if $skin-name == 'FluentUI' or $skin-name == 'material'
|
|
699
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'material' {
|
|
692
700
|
margin-left: calc(100% - 185px);
|
|
693
701
|
}
|
|
694
702
|
@if $skin-name == 'fabric' {
|
|
@@ -697,6 +705,9 @@
|
|
|
697
705
|
@if $skin-name == 'fluent2' {
|
|
698
706
|
margin-left: calc(100% - 188px);
|
|
699
707
|
}
|
|
708
|
+
@if $skin-name == 'Material3' {
|
|
709
|
+
margin-left: calc(100% - 190px);
|
|
710
|
+
}
|
|
700
711
|
}
|
|
701
712
|
|
|
702
713
|
.e-device.e-ie-save-dialog .e-ie-img-size-value-span {
|
|
@@ -719,6 +730,9 @@
|
|
|
719
730
|
@if $skin-name == 'bootstrap5' {
|
|
720
731
|
margin-left: calc(100% - 156px) !important; /* stylelint-disable-line declaration-no-important */
|
|
721
732
|
}
|
|
733
|
+
@if $skin-name == 'Material3' {
|
|
734
|
+
margin-left: calc(100% - 140px) !important; /* stylelint-disable-line declaration-no-important */
|
|
735
|
+
}
|
|
722
736
|
}
|
|
723
737
|
|
|
724
738
|
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
@@ -816,7 +830,12 @@
|
|
|
816
830
|
|
|
817
831
|
& .e-ie-img-size-value-span {
|
|
818
832
|
vertical-align: middle;
|
|
819
|
-
|
|
833
|
+
@if $skin-name == 'Material3' {
|
|
834
|
+
margin-left: calc(50% - 52px);
|
|
835
|
+
}
|
|
836
|
+
@else {
|
|
837
|
+
margin-left: calc(50% - 55px);
|
|
838
|
+
}
|
|
820
839
|
}
|
|
821
840
|
|
|
822
841
|
& .e-btn-group .e-btn {
|
|
@@ -847,10 +866,10 @@
|
|
|
847
866
|
}
|
|
848
867
|
|
|
849
868
|
& .e-ie-img-size-value-span {
|
|
850
|
-
@if $skin-name == '
|
|
869
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' {
|
|
851
870
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
852
871
|
}
|
|
853
|
-
@else if $skin-name == 'bootstrap' {
|
|
872
|
+
@else if $skin-name == 'Material3' or $skin-name == 'bootstrap' {
|
|
854
873
|
margin-left: calc(73% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
855
874
|
}
|
|
856
875
|
@else if $skin-name == 'tailwind' {
|
|
@@ -873,6 +892,12 @@
|
|
|
873
892
|
}
|
|
874
893
|
}
|
|
875
894
|
|
|
895
|
+
.e-bigger .e-blr-ie-save-dialog .e-slider-container .e-slider .e-handle {
|
|
896
|
+
@if $skin-name == 'Material3' {
|
|
897
|
+
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
|
|
876
901
|
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
877
902
|
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
878
903
|
@if $skin-name == 'tailwind' or $skin-name == 'material' or $skin-name == 'bootstrap4' {
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 11px 2px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 6px 7.5px 4px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 9.5px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-white !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 11px 2px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 6px 7.5px 4px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 9.5px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 8px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 8px 10.5px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 11px 12px !default;
|
|
26
26
|
$image-editor-icon-button: 3px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $icon-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 4px 9px !default;
|
|
26
26
|
$image-editor-icon-button: 2.9px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -799,4 +799,11 @@
|
|
|
799
799
|
|
|
800
800
|
.e-dropdown-popup .e-selected-btn {
|
|
801
801
|
background: #959595 !important; /* stylelint-disable-line declaration-no-important */
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.e-ie-filter-canvas:focus,
|
|
805
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
806
|
+
.filter-wrapper:focus canvas,
|
|
807
|
+
.filter-wrapper canvas:focus {
|
|
808
|
+
border: 1px solid #f0f0f0;
|
|
802
809
|
}
|
|
@@ -801,4 +801,11 @@
|
|
|
801
801
|
|
|
802
802
|
.e-dropdown-popup .e-selected-btn {
|
|
803
803
|
background: #e6e6e6 !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-ie-filter-canvas:focus,
|
|
807
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
808
|
+
.filter-wrapper:focus canvas,
|
|
809
|
+
.filter-wrapper canvas:focus {
|
|
810
|
+
border: 1px solid #333;
|
|
804
811
|
}
|
|
@@ -796,4 +796,11 @@
|
|
|
796
796
|
.e-dropdown-popup .e-selected-btn {
|
|
797
797
|
background: #495057 !important; /* stylelint-disable-line declaration-no-important */
|
|
798
798
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.e-ie-filter-canvas:focus,
|
|
802
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
803
|
+
.filter-wrapper:focus canvas,
|
|
804
|
+
.filter-wrapper canvas:focus {
|
|
805
|
+
border: 1px solid #000;
|
|
799
806
|
}
|
|
@@ -813,4 +813,11 @@
|
|
|
813
813
|
.e-dropdown-popup .e-selected-btn {
|
|
814
814
|
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
815
815
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.e-ie-filter-canvas:focus,
|
|
819
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
820
|
+
.filter-wrapper:focus canvas,
|
|
821
|
+
.filter-wrapper canvas:focus {
|
|
822
|
+
border: 2px solid #adb5bd;
|
|
816
823
|
}
|
|
@@ -813,4 +813,11 @@
|
|
|
813
813
|
.e-dropdown-popup .e-selected-btn {
|
|
814
814
|
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
815
815
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.e-ie-filter-canvas:focus,
|
|
819
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
820
|
+
.filter-wrapper:focus canvas,
|
|
821
|
+
.filter-wrapper canvas:focus {
|
|
822
|
+
border: 2px solid #6c757d;
|
|
816
823
|
}
|
|
@@ -801,4 +801,11 @@
|
|
|
801
801
|
|
|
802
802
|
.e-dropdown-popup .e-selected-btn {
|
|
803
803
|
background: #4a4848 !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-ie-filter-canvas:focus,
|
|
807
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
808
|
+
.filter-wrapper:focus canvas,
|
|
809
|
+
.filter-wrapper canvas:focus {
|
|
810
|
+
border: 1px solid #fff;
|
|
804
811
|
}
|
|
@@ -804,4 +804,11 @@
|
|
|
804
804
|
|
|
805
805
|
.e-dropdown-popup .e-selected-btn {
|
|
806
806
|
background: #dadada !important; /* stylelint-disable-line declaration-no-important */
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-ie-filter-canvas:focus,
|
|
810
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
811
|
+
.filter-wrapper:focus canvas,
|
|
812
|
+
.filter-wrapper canvas:focus {
|
|
813
|
+
border: 1px solid #000;
|
|
807
814
|
}
|
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #fff;
|
|
817
824
|
}
|
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #323130;
|
|
817
824
|
}
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1849,4 +1849,11 @@
|
|
|
1849
1849
|
|
|
1850
1850
|
.e-dropdown-popup .e-selected-btn {
|
|
1851
1851
|
background: var(--color-sf-content-bg-color-selected) !important; /* stylelint-disable-line declaration-no-important */
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-ie-filter-canvas:focus,
|
|
1855
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
1856
|
+
.filter-wrapper:focus canvas,
|
|
1857
|
+
.filter-wrapper canvas:focus {
|
|
1858
|
+
border: 1px solid var(--color-sf-secondary-text-color);
|
|
1852
1859
|
}
|
|
@@ -797,4 +797,11 @@
|
|
|
797
797
|
|
|
798
798
|
.e-dropdown-popup .e-selected-btn {
|
|
799
799
|
background: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.e-ie-filter-canvas:focus,
|
|
803
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
804
|
+
.filter-wrapper:focus canvas,
|
|
805
|
+
.filter-wrapper canvas:focus {
|
|
806
|
+
border: 1px solid #000;
|
|
800
807
|
}
|
|
@@ -802,4 +802,11 @@
|
|
|
802
802
|
.e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
|
|
803
803
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; /* stylelint-disable-line declaration-no-important */
|
|
804
804
|
background-size: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.e-ie-filter-canvas:focus,
|
|
808
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
809
|
+
.filter-wrapper:focus canvas,
|
|
810
|
+
.filter-wrapper canvas:focus {
|
|
811
|
+
border: 1px solid #fff;
|
|
805
812
|
}
|
|
@@ -823,4 +823,11 @@
|
|
|
823
823
|
|
|
824
824
|
.e-dropdown-popup .e-selected-btn {
|
|
825
825
|
background: #757575 !important; /* stylelint-disable-line declaration-no-important */
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.e-ie-filter-canvas:focus,
|
|
829
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
830
|
+
.filter-wrapper:focus canvas,
|
|
831
|
+
.filter-wrapper canvas:focus {
|
|
832
|
+
border: 1px solid #fff;
|
|
826
833
|
}
|
|
@@ -831,4 +831,11 @@
|
|
|
831
831
|
|
|
832
832
|
.e-dropdown-popup .e-selected-btn {
|
|
833
833
|
background: #bdbdbd !important; /* stylelint-disable-line declaration-no-important */
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.e-ie-filter-canvas:focus,
|
|
837
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
838
|
+
.filter-wrapper:focus canvas,
|
|
839
|
+
.filter-wrapper canvas:focus {
|
|
840
|
+
border: 1px solid #000;
|
|
834
841
|
}
|
|
@@ -541,6 +541,11 @@
|
|
|
541
541
|
top: calc(50% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
542
542
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
543
543
|
}
|
|
544
|
+
.e-image-editor .e-ie-save-dialog .e-slider-container .e-slider .e-handle, .e-image-editor .e-blr-ie-save-dialog .e-slider-container .e-slider .e-handle {
|
|
545
|
+
height: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
top: calc(50% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
547
|
+
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
548
|
+
}
|
|
544
549
|
|
|
545
550
|
.e-ie-img-save-dlg .e-btn {
|
|
546
551
|
background: transparent;
|
|
@@ -740,11 +745,12 @@
|
|
|
740
745
|
text-transform: capitalize;
|
|
741
746
|
margin-left: calc(100% - 194px);
|
|
742
747
|
margin-top: 4px;
|
|
743
|
-
margin-left: calc(100% -
|
|
748
|
+
margin-left: calc(100% - 190px);
|
|
744
749
|
}
|
|
745
750
|
|
|
746
751
|
.e-device.e-ie-save-dialog .e-ie-img-size-value-span {
|
|
747
752
|
margin-left: calc(100% - 145px) !important; /* stylelint-disable-line declaration-no-important */
|
|
753
|
+
margin-left: calc(100% - 140px) !important; /* stylelint-disable-line declaration-no-important */
|
|
748
754
|
}
|
|
749
755
|
|
|
750
756
|
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
@@ -802,7 +808,7 @@
|
|
|
802
808
|
}
|
|
803
809
|
.e-blr-ie-save-dialog .e-ie-img-size-value-span {
|
|
804
810
|
vertical-align: middle;
|
|
805
|
-
margin-left: calc(50% -
|
|
811
|
+
margin-left: calc(50% - 52px);
|
|
806
812
|
}
|
|
807
813
|
.e-blr-ie-save-dialog .e-btn-group .e-btn {
|
|
808
814
|
padding: 8px 10.5px;
|
|
@@ -821,11 +827,15 @@
|
|
|
821
827
|
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
822
828
|
}
|
|
823
829
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
824
|
-
margin-left: calc(
|
|
830
|
+
margin-left: calc(73% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
825
831
|
}
|
|
826
832
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
827
833
|
padding: 11px 12px;
|
|
828
834
|
}
|
|
835
|
+
.e-bigger .e-blr-ie-save-dialog .e-slider-container .e-slider .e-handle {
|
|
836
|
+
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
837
|
+
}
|
|
838
|
+
|
|
829
839
|
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
830
840
|
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
831
841
|
}
|
|
@@ -905,4 +915,11 @@
|
|
|
905
915
|
.e-dropdown-popup .e-selected-btn {
|
|
906
916
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.16)), to(rgba(var(--color-sf-primary), 0.16))), rgba(var(--color-sf-surface)) !important;
|
|
907
917
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.16), rgba(var(--color-sf-primary), 0.16)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.e-ie-filter-canvas:focus,
|
|
921
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
922
|
+
.filter-wrapper:focus canvas,
|
|
923
|
+
.filter-wrapper canvas:focus {
|
|
924
|
+
border: 1px solid var(--color-sf-on-surface-variant);
|
|
908
925
|
}
|