diff options
| author | Zog | 2018-03-01 08:26:47 +0100 |
|---|---|---|
| committer | cedricnjanga | 2018-03-01 11:51:10 -0800 |
| commit | 726e13de02e60c825f224aee62b8ea166740dd67 (patch) | |
| tree | 68e1a97911cae68c0a57ebcc126956be1872f2a8 /app | |
| parent | 2899e02957f87f20f4b12aaf9190acf9555a7042 (diff) | |
| download | chouette-core-726e13de02e60c825f224aee62b8ea166740dd67.tar.bz2 | |
Remove useless shadow
Diffstat (limited to 'app')
| -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 |
