Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_list-group.scss')
-rw-r--r--scss/_list-group.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index 22546ccb53..16997f96a1 100644
--- a/scss/_list-group.scss
+++ b/scss/_list-group.scss
@@ -104,7 +104,8 @@
border-color: var(--#{$prefix}list-group-active-border-color);
}
- & + & {
+ // stylelint-disable-next-line scss/selector-no-redundant-nesting-selector
+ & + .list-group-item {
border-top-width: 0;
&.active {