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