Removing excess styles from query editor

pull/10616/head
Alex P 2016-12-12 16:17:43 -08:00
parent 2a79b707ba
commit f8cf700c40
1 changed files with 1 additions and 7 deletions

View File

@ -15,10 +15,8 @@ $query-editor-height: 250px;
pre {
padding: 9px;
white-space: pre-wrap;
border: 0;
background-color: $query-editor-tab-inactive;
font-weight: 600;
color: $c-comet;
border-radius: $radius-small $radius-small 0 0;
border-bottom: 2px solid $query-editor-tab-active;
@ -30,11 +28,7 @@ $query-editor-height: 250px;
code {
white-space: pre-wrap;
line-height: 1.5em;
}
&.rq-mode {
color: $c-rainforest;
@include custom-scrollbar($query-editor-tab-inactive, $c-rainforest);
margin: 0;
}
}
}