aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-11-29 11:15:30 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-11-29 11:15:30 +0800
commit534a4e81e84adbd46b629731ac3ca7d3ea41a670 (patch)
tree9c15a85b1f652dd378c21e6f5260346da45b7e2a /src/client/views/presentationview/PresElementBox.scss
parentc15513601495e70c8e4161308814e72972d51367 (diff)
temporal media updates for pres. trails
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss41
1 files changed, 35 insertions, 6 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index ed1aa9a1e..e1eeefc30 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -123,12 +123,6 @@ $slide-active: #5B9FDD;
.presItem-slideButtons {
- display: none;
- }
-}
-
-.presItem-slide:hover {
- .presItem-slideButtons {
display: flex;
grid-column: 7;
grid-row: 1/3;
@@ -162,6 +156,41 @@ $slide-active: #5B9FDD;
}
}
+// .presItem-slide:hover {
+ // .presItem-slideButtons {
+ // display: flex;
+ // grid-column: 7;
+ // grid-row: 1/3;
+ // width: max-content;
+ // justify-self: right;
+ // justify-content: flex-end;
+
+ // .slideButton {
+ // cursor: pointer;
+ // position: relative;
+ // border-radius: 100px;
+ // z-index: 300;
+ // width: 18px;
+ // height: 18px;
+ // display: flex;
+ // font-size: 12px;
+ // justify-self: center;
+ // align-self: center;
+ // background-color: rgba(0, 0, 0, 0.5);
+ // color: white;
+ // justify-content: center;
+ // align-items: center;
+ // transition: 0.2s;
+ // margin-right: 3px;
+ // }
+
+ // .slideButton:hover {
+ // background-color: rgba(0, 0, 0, 1);
+ // transform: scale(1.2);
+ // }
+ // }
+ // }
+
.presItem-slide.active {
box-shadow: 0 0 0px 1.5px $dark-blue;
}