mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
Show hover status in nav bar hamburger menu on mobile
This commit is contained in:
parent
59a91040df
commit
5d003fff5d
@ -150,6 +150,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-collapse {
|
||||
.navbar-nav {
|
||||
li {
|
||||
&:focus, &:hover {
|
||||
background-color: #535353;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search {
|
||||
|
Loading…
x
Reference in New Issue
Block a user