Skip to content

Commit 51dd705

Browse files
authored
Swap nav hovered and selected styles (#26)
1 parent 1676ef0 commit 51dd705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/app/components/Nav/index.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ li.running * {
7575

7676
li.monitor:hover {
7777
cursor: pointer;
78-
background: var(--primary-light);
78+
background: var(--primary);
7979
}
8080

81-
li.selected {
82-
background: var(--primary);
81+
li.selected,li.selected:hover {
82+
background: var(--primary-light);
8383
}
8484

8585
li > span {

0 commit comments

Comments
 (0)