diff --git a/app/assets/stylesheets/overrides/_list-group.scss b/app/assets/stylesheets/overrides/_list-group.scss index dfe82813..d7446478 100644 --- a/app/assets/stylesheets/overrides/_list-group.scss +++ b/app/assets/stylesheets/overrides/_list-group.scss @@ -1,8 +1,15 @@ .list-group-item { background-color: transparent; - &.active { + &.active, + &.active:hover { background-color: var(--primary); border-color: var(--primary); } +} + +.list-group-item-action { + &:hover, &:focus { + background-color: var(--raised-accent); + } } \ No newline at end of file