mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
chore: update luna console and luna object viewer
This commit is contained in:
@@ -94,6 +94,22 @@
|
||||
.luna-console-code {
|
||||
@include luna-console-highlight();
|
||||
}
|
||||
.luna-console-log-content {
|
||||
.luna-console-undefined,
|
||||
.luna-console-null {
|
||||
color: var(--operator-color);
|
||||
}
|
||||
.luna-console-number {
|
||||
color: var(--number-color);
|
||||
}
|
||||
.luna-console-boolean {
|
||||
color: var(--keyword-color);
|
||||
}
|
||||
.luna-console-symbol,
|
||||
.luna-console-regexp {
|
||||
color: var(--var-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.luna-console-preview {
|
||||
@@ -132,12 +148,6 @@
|
||||
border-top-color: transparent;
|
||||
border-left-color: var(--foreground);
|
||||
}
|
||||
.luna-object-viewer-icon-caret-right {
|
||||
top: 0;
|
||||
}
|
||||
.luna-object-viewer-icon-caret-down {
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.luna-notification {
|
||||
pointer-events: none !important;
|
||||
|
||||
Reference in New Issue
Block a user