From a27a80547857ea910451f9a46b57b997423b69ed Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 30 Oct 2014 15:47:09 +1100 Subject: [PATCH] Tweak styling so the accordion hover colors dont fight the validation colors --- app/assets/stylesheets/darkswarm/checkout.css.sass | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/checkout.css.sass b/app/assets/stylesheets/darkswarm/checkout.css.sass index a592c5dc25..77feb9c44e 100644 --- a/app/assets/stylesheets/darkswarm/checkout.css.sass +++ b/app/assets/stylesheets/darkswarm/checkout.css.sass @@ -1,5 +1,6 @@ @import mixins @import branding +@import animations checkout display: block @@ -56,9 +57,13 @@ checkout // Logic to swap out up / down accordion icons //Foundation overrides + dd > a + @include csstrans + background: $disabled-light !important + dd > a:hover - background: $clr-brick-ultra-light !important - color: $clr-brick + background: $disabled-v-dark !important + color: white dd span.accordion-up