Skip to content

Commit

Permalink
github-deploy-action-unused-var-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Feb 10, 2024
1 parent f5c3b40 commit 4d52c51
Show file tree
Hide file tree
Showing 3 changed files with 30,002 additions and 29,998 deletions.
37,206 changes: 18,598 additions & 18,608 deletions unused-var-warnings/hazel.js

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions unused-var-warnings/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
--err-color: red;
--err-color-dark: #c00;

--warn-color: orange;
--warn-color-dark: #c96e00;

--selection-color: #fae294;
--selection-shadow-color: rosybrown;

Expand Down Expand Up @@ -733,7 +736,7 @@ select {
/*TODO(andrew): less shouty for now*/
color: #938870 !important;
}

.code .token.incomplete {
color: var(--code-emphasis) !important;
}
Expand Down Expand Up @@ -1037,6 +1040,19 @@ svg.tile-selected {
vector-effect: non-scaling-stroke;
}

.code-container svg.warn-hole {
fill: rgba(221, 166, 0, 0.067);
stroke-dasharray: 1, 1;
stroke: var(--warn-color);
stroke-width: 1.2px;
/* mix-blend-mode: color; */
z-index: var(--warn-hole-z);
}

.code-container svg.warn-hole path {
vector-effect: non-scaling-stroke;
}

.typ-view {
color: var(--typ-text-color);
display: flex;
Expand Down Expand Up @@ -1083,6 +1099,11 @@ svg.tile-selected {
/* HACK(andrew) */
}

.ci-header.warn {
background-color: var(--warn-color);
color: #ffaa0c !important;
}

.term-tag {
font-weight: bolder;
text-transform: uppercase;
Expand Down Expand Up @@ -1127,8 +1148,17 @@ svg.tile-selected {
border-bottom: 1px dashed red;
}

.cursor-inspector .warn .code {
background-color: #f3d890;
padding: 0 0.3em 0 0.3em;
border-radius: 0.3em;
border-bottom: 1px dashed gold;
}


.cursor-inspector .info .ok,
.cursor-inspector .info .error {
.cursor-inspector .info .error,
.cursor-inspector .info .warn {
display: flex;
align-items: center;
gap: 0.5em;
Expand All @@ -1139,6 +1169,10 @@ svg.tile-selected {
color: var(--err-color);
}

.cursor-inspector .info .warn {
color: var(--warn-color);
}

/* CONTEXT INSPECTOR */
.context-inspector {
/* below triggers chrome jank bug */
Expand Down
Loading

0 comments on commit 4d52c51

Please sign in to comment.