From ab9c5686ca0b3e3eee51e477b97e365327e92dc7 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 19 Aug 2021 18:29:03 +0800 Subject: [PATCH] fix: detach fold source code buttons on disabling the feature --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 9bcb182..101585f 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -103,7 +103,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header- display: table-cell; } - .gitako-code-fold-attached { + .gitako-code-fold-attached:not(.gitako-code-fold-attached-disabled) { tr { .gitako-code-fold-handler { display: initial;