jodit-pro-react 5.5.54 → 5.5.56
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/build/esm/index.css
CHANGED
|
@@ -3813,6 +3813,11 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3813
3813
|
min-height: 100px;
|
|
3814
3814
|
min-width: 220px;
|
|
3815
3815
|
}
|
|
3816
|
+
.jodit-file-selector .jodit-tabs__button {
|
|
3817
|
+
flex: none;
|
|
3818
|
+
max-width: none;
|
|
3819
|
+
width: max-content;
|
|
3820
|
+
}
|
|
3816
3821
|
.jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons,
|
|
3817
3822
|
.jodit_theme_dark .jodit-tabs .jodit-tabs__buttons {
|
|
3818
3823
|
background-color: var(--jd-dark-background-color);
|
|
@@ -8210,6 +8215,9 @@ svg.jodit-icon {
|
|
|
8210
8215
|
outline: 2px solid var(--jd-item-border-selected-color);
|
|
8211
8216
|
user-select: none;
|
|
8212
8217
|
}
|
|
8218
|
+
.jodit-ui-browser-item_cut_true {
|
|
8219
|
+
opacity: .4;
|
|
8220
|
+
}
|
|
8213
8221
|
.jodit-ui-browser-item__heart {
|
|
8214
8222
|
display: flex;
|
|
8215
8223
|
height: 15%;
|