Skip to content

Commit 2304949

Browse files
Cherrglafriks
andcommitted
Update public/less/themes/arc-green.less
remove scroll bar color, to add this globally on additional PR Co-Authored-By: Lauris BH <[email protected]> Signed-off-by: Michael Gnehr <[email protected]>
1 parent f9afaf7 commit 2304949

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/css/theme-arc-green.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ footer{background:#2e323e;border-top:1px solid #313131}
9797
.markdown:not(code) table thead tr:nth-child(2n-1){background-color:#464c5d!important}
9898
.markdown:not(code) table td,.markdown:not(code) table th{border-color:#4c505c!important}
9999
.repository.file.editor.edit,.repository.wiki.new .CodeMirror{border-right:1px solid rgba(187,187,187,.6);border-left:1px solid rgba(187,187,187,.6);border-bottom:1px solid rgba(187,187,187,.6)}
100-
.repository.file.editor.edit .editor-preview,.repository.wiki.new .CodeMirror .editor-preview{background:#353945;scrollbar-color:#2a2a2a #fff}
100+
.repository.file.editor.edit .editor-preview,.repository.wiki.new .CodeMirror .editor-preview{background:#353945}
101101
.repository.file.editor.edit .editor-preview .markdown:not(code).ui.segment,.repository.wiki.new .CodeMirror .editor-preview .markdown:not(code).ui.segment{border-width:0}
102102
.ui.dropdown .menu{background:#2c303a}
103103
.ui.dropdown .menu>.message:not(.ui){color:#636363}

public/less/themes/arc-green.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ a.ui.basic.green.label:hover {
525525

526526
.editor-preview {
527527
background: #353945;
528-
scrollbar-color: #2a2a2a white;
529528

530529
.markdown:not(code).ui.segment {
531530
border-width: 0;

0 commit comments

Comments
 (0)