Skip to content

Commit 0b7f427

Browse files
committed
fix(@clayui/css): Cadmin List Group remove unused component list-group-horizontal
1 parent 9ed5291 commit 0b7f427

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

packages/clay-css/src/scss/cadmin/components/_list-group.scss

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -65,51 +65,6 @@
6565
}
6666
}
6767

68-
// List Group Horizontal
69-
70-
@each $cadmin-breakpoint in map-keys($cadmin-grid-breakpoints) {
71-
@include media-breakpoint-up($cadmin-breakpoint) {
72-
$cadmin-infix: breakpoint-infix(
73-
$cadmin-breakpoint,
74-
$cadmin-grid-breakpoints
75-
);
76-
77-
.list-group-horizontal#{$cadmin-infix} {
78-
flex-direction: row;
79-
80-
.list-group-item {
81-
&:first-child {
82-
@include border-bottom-left-radius(
83-
$cadmin-list-group-border-radius
84-
);
85-
@include border-top-right-radius(0);
86-
}
87-
88-
&:last-child {
89-
@include border-top-right-radius(
90-
$cadmin-list-group-border-radius
91-
);
92-
@include border-bottom-left-radius(0);
93-
}
94-
95-
&.active {
96-
margin-top: 0;
97-
}
98-
99-
+ .list-group-item {
100-
border-left-width: 0;
101-
border-top-width: $cadmin-list-group-border-width;
102-
103-
&.active {
104-
border-left-width: $cadmin-list-group-border-width;
105-
margin-left: -$cadmin-list-group-border-width;
106-
}
107-
}
108-
}
109-
}
110-
}
111-
}
112-
11368
// List Group Header
11469

11570
.list-group-header {

0 commit comments

Comments
 (0)