Skip to content

Commit 0825d00

Browse files
committed
schema tree deprecation style changed to uniformly display primitive and non-premitive keys
1 parent 757e85a commit 0825d00

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/components/schema-tree.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ export default class SchemaTree extends LitElement {
4848
.tree .key {
4949
max-width: 300px;
5050
}
51-
.key.deprecated .key-label {
52-
color: var(--red);
53-
}
5451
.tr.expanded:hover > .td.key > .open-bracket {
5552
color: var(--primary-color);
5653
}

src/templates/logo-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { html } from 'lit';
44
export default function logoTemplate(style) {
55
return html`
66
<div style=${style}>
7-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="1 0 511 512">
7+
<svg viewBox="1 0 511 512">
88
<path d="M351 411a202 202 0 01-350 0 203 203 0 01333-24 203 203 0 0117 24zm0 0" fill="#adc165"/>
99
<path d="M334 387a202 202 0 01-216-69 202 202 0 01216 69zm78 32H85a8 8 0 01-8-8 8 8 0 018-8h327a8 8 0 017 8 8 8 0 01-7 8zm0 0" fill="#99aa52"/>
1010
<path d="M374 338l-5 30a202 202 0 01-248-248 203 203 0 01253 218zm0 0" fill="#ffc73b"/>

0 commit comments

Comments
 (0)