@seafile/sdoc-editor 2.0.151 → 2.0.152
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.
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
align-items: center;
|
|
54
54
|
justify-content: center;
|
|
55
55
|
width: 28px;
|
|
56
|
+
cursor: pointer;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.search-container .search-icon-container .sdoc-find-replace,
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
color: #666666;
|
|
62
63
|
}
|
|
63
64
|
|
|
64
|
-
.search-container .search-icon-container
|
|
65
|
+
.search-container .search-icon-container .sdoc-find-replace:hover,
|
|
65
66
|
.modal-header-container .sdoc-close1:hover {
|
|
66
67
|
background-color: #EFEFEF;
|
|
67
68
|
border-radius: 3px;
|
|
@@ -69,11 +70,12 @@
|
|
|
69
70
|
width: 28px;
|
|
70
71
|
}
|
|
71
72
|
|
|
72
|
-
.sdoc-files-search-popover{
|
|
73
|
+
.sdoc-files-search-popover {
|
|
73
74
|
display: flex;
|
|
74
75
|
align-items: center;
|
|
75
76
|
justify-content: center;
|
|
76
77
|
width: 28px;
|
|
78
|
+
cursor: pointer;
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
.sdoc-files-search-popover-container {
|
|
@@ -172,7 +172,8 @@ var SelectSdocFileDialog = function SelectSdocFileDialog(_ref) {
|
|
|
172
172
|
zIndex: 1071,
|
|
173
173
|
returnFocusAfterClose: false,
|
|
174
174
|
className: "sdoc-file-select-dialog",
|
|
175
|
-
contentClassName: "sdoc-file-select-modal"
|
|
175
|
+
contentClassName: "sdoc-file-select-modal",
|
|
176
|
+
toggle: closeDialog
|
|
176
177
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
177
178
|
className: "modal-header-container"
|
|
178
179
|
}, /*#__PURE__*/_react["default"].createElement("h5", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/sdoc-editor",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.152",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "ea73f0a42a69dfa1b8a4d6e7ff92db88f3ecd85c"
|
|
75
75
|
}
|