Retrospring/app/assets/stylesheets/overrides/_list-group.scss

17 lines
296 B
SCSS

.list-group-item {
background-color: transparent;
&.active,
&.active:hover {
background-color: var(--primary);
border-color: var(--primary);
}
}
.list-group-item-action {
color: RGB(var(--body-text));
&:hover, &:focus {
background-color: var(--raised-accent);
}
}