Make use of Sass nesting & remove redundant class
This commit is contained in:
parent
6f9d8d7080
commit
020a8c4336
1 changed files with 5 additions and 5 deletions
|
|
@ -83,12 +83,12 @@
|
|||
border-top-width: $list-group-border-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Explicit override to allow numbers to show when using an <ol>
|
||||
ol.list-group > .list-group-item {
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
// Explicit override to allow numbers to show when using an <ol>
|
||||
ol > & {
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue