mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
linter overhaul
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
// Use anchor or button elements instead of `li`s or `div`s to create interactive
|
||||
// list items. Includes an extra `.active` modifier class for selected items.
|
||||
|
||||
// scss-lint:disable QualifyingElement
|
||||
a.list-group-item,
|
||||
button.list-group-item {
|
||||
width: 100%;
|
||||
@@ -61,6 +62,7 @@ button.list-group-item {
|
||||
background-color: $list-group-hover-bg;
|
||||
}
|
||||
}
|
||||
// scss-lint:enable QualifyingElement
|
||||
|
||||
.list-group-item {
|
||||
// Disabled state
|
||||
|
Reference in New Issue
Block a user