Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ editor-file {

.CodeMirror, .CodeMirror-scroll {
// account for the padding introduced by the '.scrollbar-padding' class
min-height: calc(63vh - #{2*$space-medium});
max-height: calc(63vh - #{2*$space-medium});
min-height: calc(64vh - #{2*$space-medium});
max-height: calc(64vh - #{2*$space-medium});
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
background: #262A35;
color: #FFFFFF;
border: none;
border-radius: 4px;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
}

.cm-s-default div.CodeMirror-selected { background: #393F4F; }
Expand Down