File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ export default class SchemaTree extends LitElement {
48
48
.tree .key {
49
49
max-width: 300px;
50
50
}
51
- .key.deprecated .key-label {
52
- color: var(--red);
53
- }
54
51
.tr.expanded:hover > .td.key > .open-bracket {
55
52
color: var(--primary-color);
56
53
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { html } from 'lit';
4
4
export default function logoTemplate ( style ) {
5
5
return html `
6
6
< div style =${ style } >
7
- < svg xmlns =" http://www.w3.org/2000/svg " viewBox ="1 0 511 512 ">
7
+ < svg viewBox ="1 0 511 512 ">
8
8
< path d ="M351 411a202 202 0 01-350 0 203 203 0 01333-24 203 203 0 0117 24zm0 0 " fill ="#adc165 "/>
9
9
< 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 "/>
10
10
< path d ="M374 338l-5 30a202 202 0 01-248-248 203 203 0 01253 218zm0 0 " fill ="#ffc73b "/>
You can’t perform that action at this time.
0 commit comments