vendor/assets/stylesheets/conte.css.scss in conte_rails_template-0.0.36 vs vendor/assets/stylesheets/conte.css.scss in conte_rails_template-0.0.37

- old
+ new

@@ -107,22 +107,34 @@ .accordion-inner { border: none; padding: 0px; margin: 0px; - a { - border-top: none; - height: 50px; - padding: 0px; - line-height: 50px; - padding-left: 30px; + ul { + padding: 0px; margin: 0px; - &.active { - background: #61324b; - } + li { + padding: 0px; margin: 0px; - &:hover { - background: #484B51; + a { + display: block; + border-top: none; + height: 50px; + padding: 0px; + line-height: 50px; + padding-left: 30px; + + &.active { + background: #61324b; + &:hover { + background: #61324b; + } + } + + &:hover { + background: #484B51; + } + } } } } } } \ No newline at end of file