2023-01-03 03:35:05 -08:00
|
|
|
.list-group-item {
|
|
|
|
background-color: transparent;
|
2023-01-04 07:54:43 -08:00
|
|
|
|
2023-01-03 03:35:05 -08:00
|
|
|
&.active,
|
|
|
|
&.active:hover {
|
|
|
|
background-color: var(--primary);
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: var(--primary-text);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item-action {
|
|
|
|
color: RGB(var(--body-text));
|
2023-01-04 07:54:43 -08:00
|
|
|
|
2023-01-03 03:35:05 -08:00
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: var(--raised-accent);
|
|
|
|
}
|
2023-01-04 07:54:43 -08:00
|
|
|
|
|
|
|
.badge {
|
|
|
|
color: RGB(var(--body-text));
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active .badge {
|
|
|
|
color: RGB(var(--primary-text));
|
|
|
|
}
|
|
|
|
}
|