jodit-pro-react 5.5.2 → 5.5.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.
|
@@ -5062,7 +5062,8 @@ input:focus + .jodit-switcher__slider {
|
|
|
5062
5062
|
fill: var(--jd-color-icon);
|
|
5063
5063
|
height: 14px;
|
|
5064
5064
|
overflow: visible;
|
|
5065
|
-
transform
|
|
5065
|
+
transform: scale(var(--jd-icon-transform-scale,1));
|
|
5066
|
+
transform-origin: var(--jd-icon-transform-origin);
|
|
5066
5067
|
width: 14px;
|
|
5067
5068
|
}
|
|
5068
5069
|
.jodit-icon,
|
|
@@ -8738,6 +8739,8 @@ svg.jodit-icon {
|
|
|
8738
8739
|
--jd-button-df-size:calc((var(--jd-button-icon-size) - 4px)*2);
|
|
8739
8740
|
--jd-button-size:calc(var(--jd-button-icon-size) + var(--jd-button-df-size) + var(--jd-margin-v)*2);
|
|
8740
8741
|
--jd-focus-input-box-shadow:0 0 0 0.05rem rgba(0,123,255,.25);
|
|
8742
|
+
--jd-icon-transform-origin:center;
|
|
8743
|
+
--jd-icon-transform-scale:1;
|
|
8741
8744
|
}
|
|
8742
8745
|
.jodit-file-browser-pro {
|
|
8743
8746
|
border: 0;
|