Skip to content

Commit e8c8939

Browse files
committed
Fix linting
1 parent 51dd705 commit e8c8939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ li.monitor:hover {
7878
background: var(--primary);
7979
}
8080

81-
li.selected,li.selected:hover {
81+
li.selected,
82+
li.selected:hover {
8283
background: var(--primary-light);
8384
}
8485

0 commit comments

Comments
 (0)