diff options
| -rw-r--r-- | app/assets/stylesheets/components/_referential_overview.sass | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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 | 
