2016-08-18 07:44:07 +02:00
|
|
|
.CodeMirror {
|
2019-03-18 13:49:01 +01:00
|
|
|
font: 14px @monospaced-fonts, monospace;
|
2017-12-02 20:48:43 +01:00
|
|
|
&.cm-s-default {
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
.cm-comment {
|
|
|
|
background: inherit !important;
|
|
|
|
}
|
2017-03-10 02:33:35 +01:00
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|