Skip to content

Commit

Permalink
fix(styles): apply active state of emotional colors to complex styles
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Dec 7, 2015
1 parent 4952cac commit 9c37863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
@mixin item-active-style($active-bg-color, $active-border-color) {
border-color: $active-border-color;
background-color: $active-bg-color;
&.item-complex > .item-content {
border-color: $active-border-color;
background-color: $active-bg-color;
}
}


Expand Down

0 comments on commit 9c37863

Please sign in to comment.