Skip to content

Commit

Permalink
Switch active and default colors of list groups (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjd22 committed Jul 8, 2022
1 parent 35653e5 commit 2a04bb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scss/ui/_lists.scss
Expand Up @@ -21,11 +21,11 @@
}

.list-group-item {
background-color: rgba(27,125,241,0.02);
background-color: inherit;
}

.list-group-item.active {
background-color: inherit;
background-color: rgba(27,125,241,0.02);
border-left-color: $yellow;
border-left-width: $border-width-wide;
}
Expand All @@ -34,7 +34,7 @@
&:active,
&:focus,
&:hover{
background-color: inherit;
background-color: rgba(27,125,241,0.02);
}
}

Expand Down

1 comment on commit 2a04bb9

@vercel
Copy link

@vercel vercel bot commented on 2a04bb9 Jul 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.