mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
fix: codemirror editor folding marker styling
This commit is contained in:
parent
425c90b6eb
commit
381103663f
@ -14,6 +14,9 @@ const StyledWrapper = styled.div`
|
|||||||
.CodeMirror-foldmarker {
|
.CodeMirror-foldmarker {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
color: ${(props) => props.theme.textLink};
|
color: ${(props) => props.theme.textLink};
|
||||||
|
background: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-overlayscroll-horizontal div,
|
.CodeMirror-overlayscroll-horizontal div,
|
||||||
|
Loading…
Reference in New Issue
Block a user