From 1987cf9c4585fce9fe897c5146ebed1bf45ecd64 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Sun, 2 Aug 2020 23:30:12 +0800 Subject: internal nav in topmost collection --- src/client/views/presentationview/PresElementBox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/presentationview/PresElementBox.scss') diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss index c87a1583a..159cb5f8a 100644 --- a/src/client/views/presentationview/PresElementBox.scss +++ b/src/client/views/presentationview/PresElementBox.scss @@ -2,7 +2,7 @@ display: grid; grid-template-columns: max-content max-content max-content; background-color: #d5dce2; - box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); + // box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); position: relative; pointer-events: all; width: 100%; @@ -44,7 +44,7 @@ .presElementBox-item:hover { transition: all .1s; - background: #AAAAAA; + background: #98b7da; border-radius: 6px; } -- cgit v1.2.3-70-g09d2