From 6f40b4641539d8fa5154d245e284bb12239bc4ad Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 9 Jul 2012 12:02:38 -0400 Subject: [PATCH] Fixed overflow and fixed hover on new module --- cms/static/sass/_calendar.scss | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/cms/static/sass/_calendar.scss b/cms/static/sass/_calendar.scss index 53f31b449c..4070766617 100644 --- a/cms/static/sass/_calendar.scss +++ b/cms/static/sass/_calendar.scss @@ -140,7 +140,7 @@ section.cal { li { border-bottom: 1px solid darken($light-blue, 8%); position: relative; - overflow-y: hidden; + overflow: hidden; &:hover { background-color: lighten($yellow, 14%); @@ -192,16 +192,6 @@ section.cal { width: 90%; z-index: 99; - &:before { - background: $dark-blue; - content: " "; - display: block; - height: 10px; - @include position(absolute, -5px 0 0 50%); - @include transform(rotate(45deg)); - width: 10px; - } - ul { li { border-bottom: 0; @@ -240,12 +230,6 @@ section.cal { } } } - - &:hover { - div { - display: block; - } - } } } } @@ -319,12 +303,6 @@ section.cal { } } } - - &:hover { - section { - display: block; - } - } } }