* style: element relationship
* feat: utility to add first element
* refactor: organise dir
* ux: deleting element closes drawer
* fix: issue with escaped characters
* fix: issue with overflow in events list
* fix: prevent event timer from receiving non event
* style: prevent small shift on class change
* style: visually detach event editor
* fix: entry block knows last event
* fix: skip event timer updates on non events
* fix: prevent electron OPENGL error
* style: cleanup text styles
* style: unify input styles
* refactor: simplify style and composition
* refactor: tweaks on style + ts
* refactor: add validation to events post
* fix: handle non events in event timer
* refactor: cleanup unused
This commit is contained in:
Carlos Valente
2022-10-23 19:21:49 +02:00
committed by GitHub
parent d8ee0d4f82
commit 1b1aced296
30 changed files with 233 additions and 252 deletions
@@ -24,30 +24,10 @@
color: $label-gray;
}
.inline {
border-radius: 4px;
background-color: $input-bg;
border: $input-border;
overflow-x: hidden;
}
.padleft {
padding-left: 0.5em;
border-radius: 2px;
}
.fullWidth {
width: 100%;
}
.inputRowActive {
.label {
color: $action-blue;
}
.inline {
border-color: $action-blue;
}
}
}