mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: detach fold source code buttons on disabling the feature
This commit is contained in:
parent
196d94c964
commit
ab9c5686ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue