aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAubrey-Li <63608597+Aubrey-Li@users.noreply.github.com>2021-08-05 13:19:35 -0700
committerAubrey-Li <63608597+Aubrey-Li@users.noreply.github.com>2021-08-05 13:19:35 -0700
commita5a7a94d3c52cdb230ff3d93790850329940abcf (patch)
treee9c7398ec6d0b09769be4b54abeda228c12db28f /src
parentfaa2449d0667507b5424984c0f1d70886d0cb025 (diff)
remove dropshadow for miniMap
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/TabDocView.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/collections/TabDocView.scss b/src/client/views/collections/TabDocView.scss
index a963f1cb9..dddccd18c 100644
--- a/src/client/views/collections/TabDocView.scss
+++ b/src/client/views/collections/TabDocView.scss
@@ -64,7 +64,6 @@ input.lm_title {
right: 10;
bottom: 10;
border: solid 1px;
- box-shadow: black 0.4vw 0.4vw 0.8vw;
width: 100%;
height: 100%;
transition: all 0.5s;
@@ -91,8 +90,8 @@ input.lm_title {
border-radius: 30px;
padding: 2px;
- >svg {
+ > svg {
margin-top: 3px;
transform: translate(0px, 7px);
}
-} \ No newline at end of file
+}