Skip to content

Commit c199d51

Browse files
committed
Recover categories style.
missing on SCSS rewrite.
1 parent 792401b commit c199d51

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

assets/css/categories.scss

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,18 @@
2121
border-left: none;
2222
border-right: none;
2323
padding-left: 2rem;
24-
}
25-
26-
.card-header>span>i:first-child {
27-
@extend %category-icon-color;
28-
}
29-
30-
.list-group-item {
3124
>i {
3225
@extend %category-icon-color;
3326
}
34-
.collapsing &:first-child,
35-
.collapse &:first-child {
27+
&:first-child {
3628
border-top-left-radius: 0;
3729
border-top-right-radius: 0;
3830
}
31+
32+
}
33+
34+
.card-header>span>i:first-child {
35+
@extend %category-icon-color;
3936
}
4037

4138
i {

0 commit comments

Comments
 (0)