summaryrefslogtreecommitdiffstats
path: root/public/less/_editor.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_editor.less')
-rw-r--r--public/less/_editor.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/less/_editor.less b/public/less/_editor.less
index ee671d8b4b..453b8b433e 100644
--- a/public/less/_editor.less
+++ b/public/less/_editor.less
@@ -16,11 +16,11 @@
}
.repository.file.editor .tab[data-tab="write"] .editor-toolbar {
- border: none !important;
+ border: 0 !important;
}
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
- border-left: none;
- border-right: none;
- border-bottom: none;
+ border-left: 0;
+ border-right: 0;
+ border-bottom: 0;
}