@seafile/sdoc-editor 2.0.116 → 2.0.117

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.
@@ -148,7 +148,6 @@
148
148
  align-items: center;
149
149
  height: 32px;
150
150
  user-select: none;
151
- border-top: 1px solid #e5e6e8;
152
151
  z-index: 102;
153
152
  margin: 0 8px;
154
153
  margin-top: 5px;
@@ -1,7 +1,15 @@
1
1
  .sdoc-comment-btn {
2
2
  color: #ff8e03;
3
+ height: 24px;
4
+ width: 24px;
5
+ line-height: 24px;
6
+ display: flex;
7
+ align-items: center;
8
+ justify-content: center;
9
+ border-radius: 3px;
3
10
  }
4
11
 
5
12
  .sdoc-comment-btn:hover {
6
- color: #d47604;
13
+ background-color: #EFEFEF;
14
+ cursor: pointer;
7
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.116",
3
+ "version": "2.0.117",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "d5d10d54c29fa8ba70624108d8f26462597f6485"
73
+ "gitHead": "192c29edee49bb35a6a30f68e34b11c2764ea0d5"
74
74
  }