mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
feat(console): remove debug filter
This commit is contained in:
@@ -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'}}}>
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
user-select: text;
|
||||
resize: none;
|
||||
color: var(--primary);
|
||||
background: var(--darker-background);
|
||||
background: var(--background);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ nav ul li a {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
color: #e07556;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user