@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-795127
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-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +63 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +84 -35
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/plugin/clearformat.js +53 -22
- package/src/rich-text-editor/actions/enter-key.js +25 -9
- package/src/rich-text-editor/actions/paste-clean-up.js +2 -1
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/styles/_all.bds.scss +1 -0
- package/styles/_all.bootstrap-dark.scss +1 -0
- package/styles/_all.bootstrap.scss +1 -0
- package/styles/_all.bootstrap4.scss +1 -0
- package/styles/_all.bootstrap5-dark.scss +1 -0
- package/styles/_all.bootstrap5.3.scss +1 -0
- package/styles/_all.bootstrap5.scss +1 -0
- package/styles/_all.fabric-dark.scss +1 -0
- package/styles/_all.fabric.scss +1 -0
- package/styles/_all.fluent-dark.scss +1 -0
- package/styles/_all.fluent.scss +1 -0
- package/styles/_all.fluent2.scss +1 -0
- package/styles/_all.highcontrast-light.scss +1 -0
- package/styles/_all.highcontrast.scss +1 -0
- package/styles/_all.material-dark.scss +1 -0
- package/styles/_all.material.scss +1 -0
- package/styles/_all.material3-dark.scss +1 -0
- package/styles/_all.material3.scss +1 -0
- package/styles/_all.scss +1 -1
- package/styles/_all.tailwind-dark.scss +1 -0
- package/styles/_all.tailwind.scss +1 -0
- package/styles/_all.tailwind3.scss +1 -0
- package/styles/bds-lite.css +239 -89
- package/styles/bds-lite.scss +3 -4
- package/styles/bds.css +347 -98
- package/styles/bds.scss +4 -5
- package/styles/bootstrap-dark-lite.css +206 -86
- package/styles/bootstrap-dark-lite.scss +3 -4
- package/styles/bootstrap-dark.css +299 -95
- package/styles/bootstrap-dark.scss +4 -5
- package/styles/bootstrap-lite.css +384 -86
- package/styles/bootstrap-lite.scss +3 -4
- package/styles/bootstrap.css +566 -95
- package/styles/bootstrap.scss +4 -5
- package/styles/bootstrap4-lite.css +565 -93
- package/styles/bootstrap4-lite.scss +3 -4
- package/styles/bootstrap4.css +850 -115
- package/styles/bootstrap4.scss +4 -5
- package/styles/bootstrap5-dark-lite.css +193 -87
- package/styles/bootstrap5-dark-lite.scss +3 -4
- package/styles/bootstrap5-dark.css +279 -96
- package/styles/bootstrap5-dark.scss +4 -5
- package/styles/bootstrap5-lite.css +187 -87
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +456 -108
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +627 -118
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.css +273 -96
- package/styles/bootstrap5.scss +5 -5
- package/styles/fabric-dark-lite.css +193 -87
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +279 -96
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.css +193 -87
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +279 -96
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.css +195 -98
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +281 -107
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.css +195 -89
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +281 -98
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.css +519 -114
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +703 -126
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.css +193 -87
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +279 -96
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.css +193 -87
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +279 -96
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.css +192 -86
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +278 -95
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.css +192 -86
- package/styles/material-lite.scss +3 -4
- package/styles/material.css +278 -95
- package/styles/material.scss +4 -5
- package/styles/material3-dark-lite.css +539 -105
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +723 -130
- package/styles/material3-dark.scss +5 -7
- package/styles/material3-lite.css +459 -105
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +645 -130
- package/styles/material3.scss +5 -7
- package/styles/rich-text-editor/_all.bds.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
- package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fabric.scss +2 -0
- package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fluent.scss +2 -0
- package/styles/rich-text-editor/_all.fluent2.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
- package/styles/rich-text-editor/_all.material-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material.scss +2 -0
- package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material3.scss +2 -0
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
- package/styles/rich-text-editor/_bds-definition.scss +468 -27
- package/styles/rich-text-editor/_bigger.bds.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3.scss +3 -0
- package/styles/rich-text-editor/_bigger.scss +152 -57
- package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
- package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
- package/styles/rich-text-editor/_fabric-definition.scss +466 -27
- package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
- package/styles/rich-text-editor/_fluent-definition.scss +470 -27
- package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
- package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
- package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -26
- package/styles/rich-text-editor/_layout.bds.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material.scss +3 -0
- package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material3.scss +3 -0
- package/styles/rich-text-editor/_layout.scss +448 -353
- package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +466 -28
- package/styles/rich-text-editor/_material-definition.scss +466 -26
- package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
- package/styles/rich-text-editor/_material3-definition.scss +473 -30
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
- package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
- package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
- package/styles/rich-text-editor/_theme.bds.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
- package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material.scss +4 -0
- package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material3.scss +4 -0
- package/styles/rich-text-editor/_theme.scss +65 -36
- package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
- package/styles/rich-text-editor/bds.css +347 -98
- package/styles/rich-text-editor/bds.scss +5 -5
- package/styles/rich-text-editor/bootstrap-dark.css +299 -95
- package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap.css +566 -95
- package/styles/rich-text-editor/bootstrap.scss +5 -5
- package/styles/rich-text-editor/bootstrap4.css +850 -115
- package/styles/rich-text-editor/bootstrap4.scss +5 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
- package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.3.css +627 -118
- package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.css +273 -96
- package/styles/rich-text-editor/bootstrap5.scss +5 -5
- package/styles/rich-text-editor/fabric-dark.css +279 -96
- package/styles/rich-text-editor/fabric-dark.scss +5 -5
- package/styles/rich-text-editor/fabric.css +279 -96
- package/styles/rich-text-editor/fabric.scss +5 -5
- package/styles/rich-text-editor/fluent-dark.css +281 -107
- package/styles/rich-text-editor/fluent-dark.scss +5 -5
- package/styles/rich-text-editor/fluent.css +281 -98
- package/styles/rich-text-editor/fluent.scss +5 -5
- package/styles/rich-text-editor/fluent2.css +703 -126
- package/styles/rich-text-editor/fluent2.scss +5 -5
- package/styles/rich-text-editor/highcontrast-light.css +279 -96
- package/styles/rich-text-editor/highcontrast-light.scss +5 -5
- package/styles/rich-text-editor/highcontrast.css +279 -96
- package/styles/rich-text-editor/highcontrast.scss +5 -5
- package/styles/rich-text-editor/icons/_bds.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric.scss +7 -0
- package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +6 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_material.scss +7 -0
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
- package/styles/rich-text-editor/material-dark.css +278 -95
- package/styles/rich-text-editor/material-dark.scss +5 -5
- package/styles/rich-text-editor/material.css +278 -95
- package/styles/rich-text-editor/material.scss +5 -5
- package/styles/rich-text-editor/material3-dark.css +723 -130
- package/styles/rich-text-editor/material3-dark.scss +5 -6
- package/styles/rich-text-editor/material3.css +645 -130
- package/styles/rich-text-editor/material3.scss +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +282 -99
- package/styles/rich-text-editor/tailwind-dark.scss +5 -5
- package/styles/rich-text-editor/tailwind.css +282 -99
- package/styles/rich-text-editor/tailwind.scss +5 -5
- package/styles/rich-text-editor/tailwind3.css +593 -115
- package/styles/rich-text-editor/tailwind3.scss +5 -5
- package/styles/tailwind-dark-lite.css +196 -90
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +282 -99
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.css +196 -90
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +282 -99
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.css +430 -104
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +593 -115
- package/styles/tailwind3.scss +5 -5
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
|
|
1
3
|
.e-bigger .e-richtexteditor,
|
|
2
4
|
.e-richtexteditor.e-bigger {
|
|
3
5
|
&.e-rte-full-screen {
|
|
@@ -39,7 +41,7 @@
|
|
|
39
41
|
min-height: $rte-big-dialog-min-height;
|
|
40
42
|
}
|
|
41
43
|
@if $theme-name == 'fluent2-highcontrast' {
|
|
42
|
-
min-height:
|
|
44
|
+
min-height: $rte-big-dialog-fluent-min-height;
|
|
43
45
|
}
|
|
44
46
|
}
|
|
45
47
|
.e-rte-content .e-content {
|
|
@@ -64,77 +66,77 @@
|
|
|
64
66
|
|
|
65
67
|
.e-bigger {
|
|
66
68
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
67
|
-
min-width: 120px;
|
|
68
|
-
height:
|
|
69
|
-
width:
|
|
69
|
+
// min-width: 120px; //Not affecting the UI after removal
|
|
70
|
+
min-height: $rte-big-emoji-popup-open-min-height;
|
|
71
|
+
min-width: $rte-big-emoji-popup-open-width;
|
|
70
72
|
|
|
71
73
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
72
|
-
border-radius:
|
|
73
|
-
padding:
|
|
74
|
+
border-radius: $rte-big-emojipicker-tbar-btn-border-radius;
|
|
75
|
+
padding: $rte-big-toolbar-tbar-btn-padding;
|
|
74
76
|
@if $skin-name =='material' or $skin-name =='material-dark' {
|
|
75
|
-
padding:
|
|
77
|
+
padding: $rte-big-toolbar-tbar-btn-small-padding;
|
|
76
78
|
}
|
|
77
79
|
@else {
|
|
78
|
-
padding:
|
|
80
|
+
padding: $rte-big-toolbar-tbar-btn-large-padding;
|
|
79
81
|
}
|
|
80
82
|
|
|
81
83
|
&:hover {
|
|
82
|
-
padding:
|
|
84
|
+
padding: $rte-big-toolbar-tbar-btn-hover-padding;
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
&:active {
|
|
86
|
-
padding:
|
|
88
|
+
padding: $rte-big-toolbar-tbar-btn-active-padding;
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
.e-tbar-btn-text {
|
|
90
92
|
@if $skin-name =='fluent2' {
|
|
91
|
-
font-size:
|
|
93
|
+
font-size: $rte-big-emoji-popup-small-font-size;
|
|
92
94
|
}
|
|
93
95
|
@else {
|
|
94
|
-
font-size:
|
|
96
|
+
font-size: $rte-big-emoji-popup-large-font-size;
|
|
95
97
|
}
|
|
96
|
-
padding:
|
|
98
|
+
padding: $rte-big-emoji-popup-padding;
|
|
97
99
|
}
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
.e-rte-emojipicker-btn {
|
|
101
|
-
gap:
|
|
103
|
+
gap: $rte-big-emoji-btn-gap;
|
|
102
104
|
height: $rte-big-emoji-btn-height;
|
|
103
|
-
padding:
|
|
105
|
+
padding: $rte-big-emoji-btn-padding;
|
|
104
106
|
|
|
105
107
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
106
|
-
gap:
|
|
108
|
+
gap: $rte-big-emoji-btn-group-gap;
|
|
107
109
|
|
|
108
110
|
.e-btn.e-control {
|
|
109
|
-
padding:
|
|
110
|
-
width: 42px;
|
|
111
|
-
height: 42px
|
|
112
|
-
line-height: 0
|
|
111
|
+
padding: $rte-big-emoji-btn-group-padding;
|
|
112
|
+
// width: 42px; //2. emoji picker dynamic issue
|
|
113
|
+
// height: 42px;//2. emoji picker dynamic issue
|
|
114
|
+
// line-height: 0;//No UI affected so removed
|
|
113
115
|
@if $skin-name =='fluent2' {
|
|
114
|
-
font-size:
|
|
116
|
+
font-size: $rte-big-emoji-btn-group-small-font-size;
|
|
115
117
|
}
|
|
116
118
|
@else {
|
|
117
|
-
font-size:
|
|
119
|
+
font-size: $rte-big-emoji-btn-group-large-font-size;
|
|
118
120
|
}
|
|
119
121
|
}
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
.e-rte-emojisearch-btn {
|
|
123
|
-
gap:
|
|
125
|
+
gap: $rte-big-emoji-search-btn-gap;
|
|
124
126
|
|
|
125
127
|
.e-btn.e-control {
|
|
126
|
-
font-size:
|
|
127
|
-
padding:
|
|
128
|
-
width: 40px;
|
|
129
|
-
height: 40px;
|
|
130
|
-
border:
|
|
131
|
-
line-height: 0
|
|
128
|
+
font-size: $rte-big-emoji-picker-group-font-size;
|
|
129
|
+
padding: $rte-big-emoji-picker-group-padding;
|
|
130
|
+
// width: 40px; //2. emoji picker dynamic issue
|
|
131
|
+
// height: 40px; //2. emoji picker dynamic issue
|
|
132
|
+
border: $rte-emoji-grp-btn-border;
|
|
133
|
+
// line-height: 0;//No UI affected so removed
|
|
132
134
|
}
|
|
133
135
|
}
|
|
134
136
|
|
|
135
137
|
.e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
136
|
-
font-weight:
|
|
137
|
-
font-size:
|
|
138
|
+
font-weight: $rte-big-emoji-picker-name-font-weight;
|
|
139
|
+
font-size: $rte-big-emoji-picker-name-font-size;
|
|
138
140
|
}
|
|
139
141
|
}
|
|
140
142
|
}
|
|
@@ -166,16 +168,16 @@
|
|
|
166
168
|
.e-bigger {
|
|
167
169
|
.e-rte-quick-popup.e-rte-elements {
|
|
168
170
|
.e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
|
|
169
|
-
min-height:
|
|
170
|
-
min-width:
|
|
171
|
+
min-height: $rte-big-quick-toolbar-min-height;
|
|
172
|
+
min-width: $rte-big-quick-toolbar-min-width;
|
|
171
173
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
172
|
-
min-height:
|
|
173
|
-
min-width:
|
|
174
|
+
min-height: $rte-big-quick-toolbar-items-not-tbar-pos-min-height;
|
|
175
|
+
min-width: $rte-big-quick-toolbar-items-not-tbar-pos-min-width;
|
|
174
176
|
margin: $rte-quick-big-popup-outer-margin;
|
|
175
177
|
.e-toolbar-item {
|
|
176
|
-
margin:
|
|
177
|
-
min-height:
|
|
178
|
-
min-width:
|
|
178
|
+
margin: $rte-big-quick-toolbar-item-margin;
|
|
179
|
+
min-height: $rte-big-popup-toolbar-item-min-height;
|
|
180
|
+
min-width: $rte-big-popup-toolbar-item-min-width;
|
|
179
181
|
padding: $rte-quick-big-popup-inner-padding;
|
|
180
182
|
}
|
|
181
183
|
}
|
|
@@ -270,24 +272,24 @@
|
|
|
270
272
|
.e-bigger .e-richtexteditor,
|
|
271
273
|
.e-richtexteditor.e-bigger {
|
|
272
274
|
.e-dialog {
|
|
273
|
-
border-radius:
|
|
275
|
+
border-radius: $rte-big-dialog-border-radius;
|
|
274
276
|
}
|
|
275
277
|
}
|
|
276
278
|
|
|
277
279
|
.e-bigger {
|
|
278
280
|
.e-rte-container{
|
|
279
|
-
border-radius:
|
|
281
|
+
border-radius: $rte-big-container-border-radius;
|
|
280
282
|
}
|
|
281
283
|
.e-richtexteditor{
|
|
282
284
|
.e-toolbar .e-hor-nav {
|
|
283
|
-
border-radius:
|
|
285
|
+
border-radius: $rte-big-toolbar-border-radius;
|
|
284
286
|
}
|
|
285
287
|
.e-rte-content {
|
|
286
|
-
border-radius:
|
|
288
|
+
border-radius: $rte-big-toolbar-container-border-radius;
|
|
287
289
|
}
|
|
288
290
|
}
|
|
289
291
|
.e-richtexteditor .e-toolbar-wrapper{
|
|
290
|
-
border-radius:
|
|
292
|
+
border-radius: $rte-big-toolbar-wrapper-border-radius;
|
|
291
293
|
}
|
|
292
294
|
}
|
|
293
295
|
}
|
|
@@ -312,16 +314,16 @@
|
|
|
312
314
|
.e-tbar-btn.e-btn {
|
|
313
315
|
min-height: $rte-big-split-btn-height;
|
|
314
316
|
min-width: $rte-big-split-btn-height;
|
|
315
|
-
padding:
|
|
317
|
+
padding: $rte-big-split-tbar-btn-padding; //4.toolbar tbar-btn padding need to confirm and remove
|
|
316
318
|
&:hover,
|
|
317
319
|
&:active,
|
|
318
320
|
&:focus,
|
|
319
321
|
&.e-active {
|
|
320
322
|
border: $rte-hover-split-btn-border;
|
|
321
|
-
padding:
|
|
323
|
+
padding: $rte-big-split-tbar-btn-hover-padding; //4.toolbar tbar-btn padding need to confirm and remove
|
|
322
324
|
}
|
|
323
325
|
.e-icons {
|
|
324
|
-
padding:
|
|
326
|
+
padding: $rte-big-split-tbar-btn-icons-padding; //4.toolbar tbar-btn padding need to confirm and remove
|
|
325
327
|
}
|
|
326
328
|
}
|
|
327
329
|
.e-tbar-btn:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
@@ -341,32 +343,125 @@
|
|
|
341
343
|
//Layout styles
|
|
342
344
|
@if $skin-name == 'Material3' {
|
|
343
345
|
.e-bigger .e-richtexteditor.e-rte-tb-expand {
|
|
344
|
-
border-radius:
|
|
346
|
+
border-radius: $rte-big-tb-expand-border-radius;
|
|
345
347
|
}
|
|
346
348
|
.e-bigger .e-richtexteditor .e-toolbar-wrapper {
|
|
347
|
-
border-top-left-radius: $rte-
|
|
348
|
-
border-top-right-radius: $rte-
|
|
349
|
+
border-top-left-radius: $rte-top-left-border-radius;
|
|
350
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
349
351
|
}
|
|
350
352
|
.e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
|
|
351
353
|
.e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
|
|
352
|
-
border-top-left-radius: $rte-
|
|
353
|
-
border-top-right-radius: $rte-
|
|
354
|
+
border-top-left-radius: $rte-top-left-border-radius;
|
|
355
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
354
356
|
}
|
|
355
357
|
.e-bigger .e-rte-toolbar .e-toolbar-items {
|
|
356
|
-
border-top-left-radius: $rte-
|
|
358
|
+
border-top-left-radius: $rte-toolbar-items-top-left-border-radius;
|
|
357
359
|
}
|
|
358
360
|
.e-bigger .e-rte-toolbar .e-hor-nav {
|
|
359
|
-
border-top-right-radius: $rte-
|
|
361
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
360
362
|
}
|
|
361
363
|
.e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
|
|
362
|
-
border-top-left-radius: $rte-
|
|
363
|
-
border-top-right-radius:
|
|
364
|
+
border-top-left-radius: $rte-top-left-border-radius;
|
|
365
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
364
366
|
}
|
|
365
367
|
.e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
|
|
366
|
-
border-top-right-radius: $rte-
|
|
368
|
+
border-top-right-radius: $rte-toolbar-items-top-left-border-radius;
|
|
367
369
|
}
|
|
368
370
|
}
|
|
369
371
|
|
|
370
372
|
.e-bigger .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
371
|
-
padding-left:
|
|
373
|
+
padding-left: $rte-big-slashmenu-li-padding-left;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.e-bigger {
|
|
377
|
+
.e-richtexteditor {
|
|
378
|
+
|
|
379
|
+
.e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
380
|
+
height: $rte-big-expended-nav-min-height; //used toolbar component nav default min-height
|
|
381
|
+
min-height: $rte-big-expended-nav-min-height; //used toolbar component nav default min-height
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.e-rte-content,
|
|
385
|
+
.e-source-content,
|
|
386
|
+
.e-rte-iframe-content {
|
|
387
|
+
.e-content {
|
|
388
|
+
line-height: $rte-big-content-height;
|
|
389
|
+
|
|
390
|
+
blockquote {
|
|
391
|
+
font-size: $rte-big-content-font-size;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
h1 {
|
|
395
|
+
font-size: $rte-big-content-h1-font-size;
|
|
396
|
+
line-height: $rte-big-content-h1-line-height;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
h2 {
|
|
400
|
+
font-size: $rte-big-content-h2-font-size;
|
|
401
|
+
line-height: $rte-big-content-h2-line-height;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
h3 {
|
|
405
|
+
font-size: $rte-big-content-h3-font-size;
|
|
406
|
+
line-height: $rte-big-content-h3-line-height;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
h4 {
|
|
410
|
+
font-size: $rte-big-content-h4-font-size;
|
|
411
|
+
line-height: $rte-big-content-h4-line-height;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
h5 {
|
|
415
|
+
font-size: $rte-big-content-h5-font-size;
|
|
416
|
+
line-height: $rte-big-content-h5-line-height;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
h6 {
|
|
420
|
+
font-size: $rte-big-content-h6-font-size;
|
|
421
|
+
line-height: $rte-big-content-h6-line-height;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
h3 + h4 {
|
|
425
|
+
margin-top: $rte-big-content-h3-h4-tag-margin-top;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
h4 + h5 {
|
|
429
|
+
margin-top: $rte-big-content-h4-h5-tag-margin-top;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
h5 + h6 {
|
|
433
|
+
margin-top: $rte-big-content-h5-h6-tag-margin-top;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
.e-rte-dropdown-popup {
|
|
439
|
+
ul {
|
|
440
|
+
.e-item {
|
|
441
|
+
&.e-h1 {
|
|
442
|
+
font-size: $rte-big-content-ul-h1-font-size;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
&.e-h2 {
|
|
446
|
+
font-size: $rte-big-content-ul-h2-font-size;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
&.e-h3 {
|
|
450
|
+
font-size: $rte-big-content-ul-h3-font-size;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
&.e-h4 {
|
|
454
|
+
font-size: $rte-big-content-ul-h4-font-size;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
&.e-h5 {
|
|
458
|
+
font-size: $rte-big-content-ul-h5-font-size;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
&.e-h6 {
|
|
462
|
+
font-size: $rte-big-content-ul-h6-font-size;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
372
467
|
}
|