diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-30 00:36:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-30 00:36:19 -0400 |
| commit | ad1b41beaa0c55487d41381bddd80ab1a76e7fb5 (patch) | |
| tree | d89f07c5a579992e415bbcb5fefd2fa7a8f99859 /src/client/views/nodes/DocumentView.scss | |
| parent | 75387187e260a7f569b73b1e6e8057e5623b9650 (diff) | |
added Labels button for turning ink labels on/off. added Pixels and Rotate buttons for images. enabled ink as template for text : check for ink stroke data on layout doc if it's not on data doc & started to have style provider check for properties on layout doc instead of data (background color, boxShadow). fixed toggling key/value on and off when node is selected.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 5421c1b50..4fea6b3c6 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -256,6 +256,5 @@ .documentView-node:first-child { position: relative; - background: '#B59B66'; //$white; } } |
