2016-08-18 11:14:07 +05:30
|
|
|
.CodeMirror {
|
2019-03-18 18:19:01 +05:30
|
|
|
font: 14px @monospaced-fonts, monospace;
|
2017-12-03 01:18:43 +05:30
|
|
|
&.cm-s-default {
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
.cm-comment {
|
|
|
|
background: inherit !important;
|
|
|
|
}
|
2017-03-10 07:03:35 +05:30
|
|
|
}
|
|
|
|
.repository.file.editor .tab[data-tab="write"] {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
.repository.file.editor .tab[data-tab="write"] .editor-toolbar {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|