From a4447e2c6c92897c1d44432ed40fcae946ca546b Mon Sep 17 00:00:00 2001 From: Zog Date: Thu, 1 Mar 2018 08:26:47 +0100 Subject: Remove useless shadow --- app/assets/stylesheets/components/_referential_overview.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/components/_referential_overview.sass b/app/assets/stylesheets/components/_referential_overview.sass index dac32ccb0..7a0cc98c5 100644 --- a/app/assets/stylesheets/components/_referential_overview.sass +++ b/app/assets/stylesheets/components/_referential_overview.sass @@ -182,8 +182,8 @@ height: 100% transition: margin 0.5s background: white - &:last-child - box-shadow: 0 -10px 10px rgba(0,0,0,0.5) + // &:last-child + // box-shadow: 0 -10px 10px rgba(0,0,0,0.5) .week-span left: 15px top: 15px @@ -246,7 +246,7 @@ &.selected, &:hover color: $blue background-color: transparentize($blue, 0.7) - + &:hover background-color: transparentize(white, 0.7) &:after -- cgit v1.2.3