@vscode/markdown-editor 0.0.2-67 → 0.0.2-69

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/markdown-editor",
3
- "version": "0.0.2-67",
3
+ "version": "0.0.2-69",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -111,5 +111,5 @@
111
111
  "vitest": "^4.1.0",
112
112
  "zod": "^4.3.6"
113
113
  },
114
- "gitHead": "358d95bd94b8431206bd95bb72733194de0c6853"
114
+ "gitHead": "3b3369062b24a0ad0e8be745df06a406a424950f"
115
115
  }
@@ -835,6 +835,7 @@ ol.md-list>.md-list-item-active>.md-list-gutter>.md-marker-listItemMarker {
835
835
  position: absolute;
836
836
  left: 0;
837
837
  top: 0.25em;
838
+ z-index: 1;
838
839
  cursor: pointer;
839
840
  transition: background-color 0.15s ease, border-color 0.15s ease;
840
841
  }