aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-19 16:34:32 -0400
committerbob <bcz@cs.brown.edu>2019-04-19 16:34:32 -0400
commitaf6feb64510490da8d815f41ceb639d693b9eae3 (patch)
tree512fe38535fc7d158396190fd031617f5b42264a /src/client/views/nodes/DocumentView.scss
parent100d23b580614d54cbda37aed898680985b79786 (diff)
played with iconifying things in a different way. fixed some things with schemas.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index a0e829d26..7c72fb6e6 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -4,7 +4,7 @@
position: inherit;
top: 0;
left:0;
- background: $light-color; //overflow: hidden;
+ // background: $light-color; //overflow: hidden;
transform-origin: left top;
&.minimized {
@@ -30,18 +30,4 @@
}
.documentView-node-topmost {
background: white;
-}
-.minimized-box {
- position: absolute;
- left:0;
- top:0;
- width:$MINIMIZED_ICON_SIZE;
- height:$MINIMIZED_ICON_SIZE;
- transform:translate(-50%, -50%);
-}
-
-.minimized-box:hover {
- background: $main-accent;
- transform:translate(-50%, -50%) scale(1.15);;
- cursor: pointer;
} \ No newline at end of file