v2 event editor (#265)

* style: add cursor indicator in all blocks

* style: prevent reflows on width

* style: harmonise white range

* ux: focus elements on cursor nav

* ux: prevent focus on indicators

* refactor: convert to typescript

* fix: missing dependency

* chore: add linter rules for dependency arrays

* style: style editable component

* style: tweak input styles

* style: tweak switch styles

* style: style tweaks
This commit is contained in:
Carlos Valente
2022-12-08 22:22:08 +01:00
committed by GitHub
parent c56c5a636d
commit 6720626bd3
36 changed files with 193 additions and 100 deletions
@@ -1,7 +1,11 @@
@use '../../../../theme/v2Styles' as *;
.delayInput {
display: flex;
gap: 8px;
gap: $element-spacing;
align-items: center;
color: $ontime-delay-text;
font-size: $text-body-size;
}
.inputField {