diff --git a/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass b/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass index 685aa284da..5462469660 100644 --- a/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass +++ b/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass @@ -74,19 +74,15 @@ ordercycle button.graph-button + @include box-shadow(none) padding: 0 margin: 0 @include border-radius(99999rem) display: inline background-color: rgba(255,255,255,0.5) - padding: 0.2rem + padding: 0.35rem - &:focus - background-color: rgba(255,255,255,0.5) - i.ofn-i-058-graph - color: #999 - - &:hover, &:active + &:hover, &:active, &:focus background-color: rgba(255,255,255,1) i.ofn-i-058-graph color: $clr-brick-bright @@ -98,10 +94,10 @@ button.graph-button font-size: 1rem button.graph-button.open - background-color: #999 + @include box-shadow(inset 0 1px 1px 0 rgba(0,0,0,0.35)) &:hover, &:active, &:focus - background-color: #b2b2b2 + background-color: rgba(255,255,255,1) i.ofn-i-058-graph color: $clr-brick-bright