chore: update luna console and luna object viewer

This commit is contained in:
redhoodsu
2022-12-13 00:02:45 +08:00
parent d7ecb9f91d
commit 6175dfd430
4 changed files with 24 additions and 8 deletions

View File

@@ -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;