@seafile/sdoc-editor 3.0.198 → 3.0.199

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.
@@ -108,10 +108,16 @@
108
108
  .sdoc-outline-header__close {
109
109
  cursor: pointer;
110
110
  font-size: 14px;
111
+ width: 24px;
112
+ height: 24px;
113
+ line-height: 24px;
114
+ text-align: center;
115
+ color: #666;
111
116
  }
112
117
 
113
118
  .sdoc-outline-header__close:hover {
114
- color: #666;
119
+ background-color: #EFEFEF;
120
+ border-radius: 2px;
115
121
  }
116
122
 
117
123
  .sdoc-outline-list-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.198",
3
+ "version": "3.0.199",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "8f8ef33b66b8529d76b564b109b81d4f7f0793f7"
75
+ "gitHead": "6962052b1367ce837cb6e322b56425c5000d059f"
76
76
  }