File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " obsidian-admonition" ,
33 "name" : " Admonition" ,
4- "version" : " 4.1.6 " ,
4+ "version" : " 4.1.7 " ,
55 "minAppVersion" : " 0.11.0" ,
66 "description" : " Admonition block-styled content for Obsidian.md" ,
77 "author" : " Jeremy Valentine" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " obsidian-admonition" ,
3- "version" : " 4.1.6 " ,
3+ "version" : " 4.1.7 " ,
44 "description" : " Admonition block-styled content for Obsidian.md" ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -86,8 +86,9 @@ details.admonition:not([open]) {
8686
8787details .admonition > summary {
8888 outline : none;
89- list-style : none;
90- display : block;
89+ display : block !important ;
90+ list-style : none !important ;
91+ list-style-type : none !important ;
9192 min-height : 1rem ;
9293 border-top-left-radius : 0.1rem ;
9394 border-top-right-radius : 0.1rem ;
@@ -96,7 +97,7 @@ details.admonition > summary {
9697
9798details .admonition > summary ::-webkit-details-marker ,
9899details .admonition > summary ::marker {
99- display : none;
100+ display : none !important ;
100101}
101102
102103details .admonition > summary > .collapser {
Original file line number Diff line number Diff line change 66 "3.2.2" : " 0.11.0" ,
77 "3.3.4" : " 0.11.0" ,
88 "4.0.1" : " 0.11.0" ,
9- "4.1.6 " : " 0.11.0"
9+ "4.1.7 " : " 0.11.0"
1010}
You can’t perform that action at this time.
0 commit comments