diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-28 19:53:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-28 19:53:49 -0400 |
| commit | 0d899471be676f6619244350982630b151bb4b41 (patch) | |
| tree | 506ef7960bf460951155cf2a8efd77f834e17d0c /src/client/views/nodes/DocumentView.scss | |
| parent | dabac69d26c8e8e69bd55466ce221d9e33e36638 (diff) | |
mostly code cleaning. small bugs
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index e5913d997..1265651ad 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -17,8 +17,7 @@ top: 0; } -.documentView-node, -.documentView-node-topmost { +.documentView-node { position: inherit; top: 0; left: 0; @@ -209,8 +208,7 @@ } } -.documentView-node:hover, -.documentView-node-topmost:hover { +.documentView-node:hover { > .documentView-styleWrapper { > .documentView-titleWrapper-hover { display: inline-block; |
