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