Skip to content

Commit

Permalink
Swap nav hovered and selected styles (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
claycoleman authored Mar 29, 2022
1 parent 1676ef0 commit 51dd705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Nav/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ li.running * {

li.monitor:hover {
cursor: pointer;
background: var(--primary-light);
background: var(--primary);
}

li.selected {
background: var(--primary);
li.selected,li.selected:hover {
background: var(--primary-light);
}

li > span {
Expand Down

0 comments on commit 51dd705

Please sign in to comment.