aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-11-28 06:05:44 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-11-28 06:05:44 +0800
commitc4016e01b48367f45bed0ba2041e955c8c009464 (patch)
treea8ad8d8ef3c5a6cf477d21721e8e0f0209d1ea1d /src/client/views/presentationview/PresElementBox.scss
parentadce80dfa07a350cb2c65bdb55d7fd66846db4f1 (diff)
pres trail colors + group with up
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index 73a08b6de..2c2c195d6 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -123,10 +123,16 @@ $slide-active: #5B9FDD;
.presItem-slideButtons {
+ display: none;
+ }
+}
+
+.presItem-slide:hover {
+ .presItem-slideButtons {
display: flex;
grid-column: 7;
grid-row: 1/3;
- width: 60px;
+ width: max-content;
justify-self: right;
justify-content: flex-end;
@@ -156,8 +162,6 @@ $slide-active: #5B9FDD;
}
}
-
-
.presItem-slide.active {
box-shadow: 0 0 0px 1.5px $dark-blue;
}