From ca5157973cef36295ac114576ddfb21b89de88c9 Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Sat, 7 May 2022 15:35:10 -0700 Subject: [PATCH] Update codeblock.styl --- include/style/codeblock.styl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/style/codeblock.styl b/include/style/codeblock.styl index f21dd68..c55d045 100644 --- a/include/style/codeblock.styl +++ b/include/style/codeblock.styl @@ -90,13 +90,9 @@ figure.highlight min-width: inherit border-radius: inherit -figure.highlight.folded - figcaption - cursor: pointer - -figure.highlight.unfolded - figcaption - cursor: pointer +figure.highlight.foldable + div.level-left + cursor: pointer // clicking the codeblock filename can toggle folding /* --------------------------------- * Fix Gist Snippet