diff options
| author | bobzel <zzzman@gmail.com> | 2022-05-18 14:05:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-05-18 14:05:39 -0400 |
| commit | e6b882080471d915a80400e7e9a97ff78a232147 (patch) | |
| tree | ca4174517116f12c605efd815bc8344243405130 /src/client/views/linking/LinkEditor.scss | |
| parent | 4fc450184f61f79bdf25ffdbb529fd371cd019d2 (diff) | |
fixed linking bug so that both start and end link can be regions. added zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections.
Diffstat (limited to 'src/client/views/linking/LinkEditor.scss')
| -rw-r--r-- | src/client/views/linking/LinkEditor.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkEditor.scss b/src/client/views/linking/LinkEditor.scss index abd413f57..1d6496d3c 100644 --- a/src/client/views/linking/LinkEditor.scss +++ b/src/client/views/linking/LinkEditor.scss @@ -60,6 +60,24 @@ } } +.linkEditor-zoomFollow { + padding-left: 26px; + padding-right: 6.5px; + padding-bottom: 3.5px; + display: flex; + + .linkEditor-zoomFollow-label { + text-decoration-color: black; + color: black; + line-height: 1.7; + } + + .linkEditor-zoomFollow-input { + display: block; + width: 20px; + } +} + .linkEditor-description { padding-left: 26px; padding-right: 6.5px; |
