Remove datapoint from trigger

This commit is contained in:
Magnus Åhall 2024-05-04 22:07:41 +02:00
parent ac7ffcda23
commit 7990f1f419
5 changed files with 52 additions and 11 deletions

View file

@ -19,9 +19,18 @@
.datapoints {
font: "Roboto Mono", monospace;
display: grid;
grid-template-columns: min-content 1fr;
grid-template-columns: min-content min-content 1fr;
gap: 6px 8px;
margin-bottom: 8px;
white-space: nowrap;
.invalid {
color: #c83737;
}
.delete img {
height: 16px;
}
}
.action {