fix bug in foldgutter styling
This commit is contained in:
parent
b927f98060
commit
dcf9f270c4
1 changed files with 5 additions and 0 deletions
|
@ -245,6 +245,11 @@ pre.CodeMirror-line {
|
||||||
background: transparent url(../images/exit.svg) no-repeat;
|
background: transparent url(../images/exit.svg) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded {
|
||||||
|
position: absolute;
|
||||||
|
right: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror-foldgutter-open:after {
|
.CodeMirror-foldgutter-open:after {
|
||||||
@include themify() {
|
@include themify() {
|
||||||
background-image: getThemifyVariable('codefold-icon-open');
|
background-image: getThemifyVariable('codefold-icon-open');
|
||||||
|
|
Loading…
Reference in a new issue