2016-08-17 23:44:07 -06:00
|
|
|
.CodeMirror {
|
2019-03-18 06:49:01 -06:00
|
|
|
font: 14px @monospaced-fonts, monospace;
|
2019-05-13 00:26:32 -06:00
|
|
|
|
2017-12-02 12:48:43 -07:00
|
|
|
&.cm-s-default {
|
2019-05-13 00:26:32 -06:00
|
|
|
border-radius: 3px;
|
|
|
|
padding: 0 !important;
|
2017-12-02 12:48:43 -07:00
|
|
|
}
|
2019-05-13 00:26:32 -06:00
|
|
|
|
2017-12-02 12:48:43 -07:00
|
|
|
.cm-comment {
|
|
|
|
background: inherit !important;
|
|
|
|
}
|
2017-03-09 18:33:35 -07:00
|
|
|
}
|
2019-05-13 00:26:32 -06:00
|
|
|
|
2017-03-09 18:33:35 -07:00
|
|
|
.repository.file.editor .tab[data-tab="write"] {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2019-05-13 00:26:32 -06:00
|
|
|
|
2017-03-09 18:33:35 -07:00
|
|
|
.repository.file.editor .tab[data-tab="write"] .editor-toolbar {
|
2019-05-13 18:54:23 -06:00
|
|
|
border: 0 !important;
|
2017-03-09 18:33:35 -07:00
|
|
|
}
|
2019-05-13 00:26:32 -06:00
|
|
|
|
2017-03-09 18:33:35 -07:00
|
|
|
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
|
2019-05-13 18:54:23 -06:00
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
border-bottom: 0;
|
2017-03-09 18:33:35 -07:00
|
|
|
}
|