From 40f00515d7d11b4892fb56e76d9feaac5afbc4d8 Mon Sep 17 00:00:00 2001 From: valentine195 <38669521+valentine195@users.noreply.github.com> Date: Tue, 11 May 2021 12:48:45 -0400 Subject: [PATCH] 4.1.4 - Fixed issue with detail summary marker displaying --- manifest.json | 2 +- package.json | 2 +- src/main.css | 5 +++-- versions.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 2d6bb8e..f197228 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "4.1.3", + "version": "4.1.4", "minAppVersion": "0.11.0", "description": "Admonition block-styled content for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package.json b/package.json index 6d19686..2512feb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "4.1.3", + "version": "4.1.4", "description": "Admonition block-styled content for Obsidian.md", "main": "main.js", "scripts": { diff --git a/src/main.css b/src/main.css index 7ec209d..1b63580 100644 --- a/src/main.css +++ b/src/main.css @@ -82,8 +82,9 @@ details.admonition > summary { cursor: pointer; } -details.admonition > summary { - list-style-type: none; +details.admonition > summary::-webkit-details-marker, +details.admonition > summary::marker { + display: none; } details.admonition > summary > .collapser { diff --git a/versions.json b/versions.json index e9e4d45..812697a 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,5 @@ "3.2.2": "0.11.0", "3.3.4": "0.11.0", "4.0.1": "0.11.0", - "4.1.3": "0.11.0" + "4.1.4": "0.11.0" } \ No newline at end of file