mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 12:23:20 +01:00
17 lines
No EOL
296 B
SCSS
17 lines
No EOL
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);
|
|
}
|
|
} |