mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-10 00:07:05 -05:00
* fix #36662 & + .list-group-item * Ignore linter Co-authored-by: Mark Otto <otto@github.com>
This commit is contained in:
parent
4018fac20e
commit
8730ef0f8e
@ -104,7 +104,8 @@
|
|||||||
border-color: var(--#{$prefix}list-group-active-border-color);
|
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;
|
border-top-width: 0;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user