Skip to content

Commit 9c37863

Browse files
committed
fix(styles): apply active state of emotional colors to complex styles
1 parent 4952cac commit 9c37863

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: scss/_mixins.scss

+4
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100
@mixin item-active-style($active-bg-color, $active-border-color) {
101101
border-color: $active-border-color;
102102
background-color: $active-bg-color;
103+
&.item-complex > .item-content {
104+
border-color: $active-border-color;
105+
background-color: $active-bg-color;
106+
}
103107
}
104108

105109

0 commit comments

Comments
 (0)