feat(console): remove debug filter

This commit is contained in:
redhoodsu
2020-02-01 09:10:02 +08:00
parent 630c9bbbf7
commit 27527e5f09
3 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@
<span {{{class 'filter'}}} data-filter="warn">Warning</span>
<span {{{class 'filter'}}} data-filter="info">Info</span>
<span {{{class 'filter'}}} data-filter="log">Log</span>
<span {{{class 'filter'}}} data-filter="debug">Debug</span>
<span {{{class 'icon-search search'}}}></span>
</div>
<div {{{class 'logs-container'}}}>

View File

@@ -101,7 +101,7 @@
user-select: text;
resize: none;
color: var(--primary);
background: var(--darker-background);
background: var(--background);
}
}
}

View File

@@ -42,7 +42,7 @@ nav ul li a {
display: block;
padding: 10px;
color: #e07556;
font-size: 18px;
font-size: 16px;
text-decoration: none;
}