mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
18
dist/css/bootstrap.css
vendored
18
dist/css/bootstrap.css
vendored
@@ -5524,24 +5524,24 @@ a.list-group-item:focus {
|
|||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.active,
|
a.list-group-item.active,
|
||||||
.list-group-item.active:hover,
|
a.list-group-item.active:hover,
|
||||||
.list-group-item.active:focus {
|
a.list-group-item.active:focus {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #428bca;
|
background-color: #428bca;
|
||||||
border-color: #428bca;
|
border-color: #428bca;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.active .list-group-item-heading,
|
a.list-group-item.active .list-group-item-heading,
|
||||||
.list-group-item.active:hover .list-group-item-heading,
|
a.list-group-item.active:hover .list-group-item-heading,
|
||||||
.list-group-item.active:focus .list-group-item-heading {
|
a.list-group-item.active:focus .list-group-item-heading {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.active .list-group-item-text,
|
a.list-group-item.active .list-group-item-text,
|
||||||
.list-group-item.active:hover .list-group-item-text,
|
a.list-group-item.active:hover .list-group-item-text,
|
||||||
.list-group-item.active:focus .list-group-item-text {
|
a.list-group-item.active:focus .list-group-item-text {
|
||||||
color: #e1edf7;
|
color: #e1edf7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -39,21 +39,21 @@
|
|||||||
> .badge + .badge {
|
> .badge + .badge {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Linked list items
|
// Linked list items
|
||||||
a& {
|
a.list-group-item {
|
||||||
color: @list-group-link-color;
|
color: @list-group-link-color;
|
||||||
|
|
||||||
.list-group-item-heading {
|
.list-group-item-heading {
|
||||||
color: @list-group-link-heading-color;
|
color: @list-group-link-heading-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hover state
|
// Hover state
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: @list-group-hover-bg;
|
background-color: @list-group-hover-bg;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Active class on item itself, not parent
|
// Active class on item itself, not parent
|
||||||
|
Reference in New Issue
Block a user