mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: style of folded block would crash on disabling the feature
This commit is contained in:
parent
ab9c5686ca
commit
5100c7b98d
1 changed files with 5 additions and 8 deletions
|
|
@ -95,14 +95,6 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
padding-right: 20px;
|
||||
}
|
||||
|
||||
// cancel code fold if not wrapped with .gitako-code-fold-mark
|
||||
.gitako-code-fold-handler {
|
||||
display: none;
|
||||
}
|
||||
.gitako-code-fold-hidden {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.gitako-code-fold-attached:not(.gitako-code-fold-attached-disabled) {
|
||||
tr {
|
||||
.gitako-code-fold-handler {
|
||||
|
|
@ -154,6 +146,11 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
}
|
||||
}
|
||||
|
||||
// cancel code fold if not wrapped with .gitako-code-fold-mark
|
||||
.gitako-code-fold-handler {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gitako-code-fold-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue