diff options
| author | bobzel <zzzman@gmail.com> | 2021-11-17 21:35:53 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-11-17 21:35:53 -0500 |
| commit | b3528b0805b6977f4554c5024fbdd194b3a0f11d (patch) | |
| tree | f6d12ed118ae5b6e562ab57fb6534d536de07300 /src/client/views/InkStroke.scss | |
| parent | 4ee47eae8735adf4c543c0de4859a09dee10cbf0 (diff) | |
| parent | 1c0ca018dce4392a91b37ab20b936aa137c1e8a9 (diff) | |
Merge branch 'master' into treeviewFixing
Diffstat (limited to 'src/client/views/InkStroke.scss')
| -rw-r--r-- | src/client/views/InkStroke.scss | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/src/client/views/InkStroke.scss b/src/client/views/InkStroke.scss index 55e06c6ca..2127826b4 100644 --- a/src/client/views/InkStroke.scss +++ b/src/client/views/InkStroke.scss @@ -13,16 +13,25 @@ } } -.inkStroke { - mix-blend-mode: multiply; - stroke-linejoin: round; - stroke-linecap: round; - overflow: visible !important; - transform-origin: top left; - width: 100%; - height: 100%; +.inkStroke-wrapper { + .inkStroke { + mix-blend-mode: multiply; + stroke-linejoin: round; + stroke-linecap: round; + overflow: visible !important; + transform-origin: top left; + width: 100%; + height: 100%; - svg:not(:root) { - overflow: visible !important; - } + svg:not(:root) { + overflow: visible !important; + } + } + + .inkStroke-text { + position: absolute; + &:hover { + background: #9f9f9f0a; + } + } } |
