mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 09:15:58 +00:00
Show hover status in nav bar hamburger menu on mobile
This commit is contained in:
@@ -150,6 +150,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-collapse {
|
||||
.navbar-nav {
|
||||
li {
|
||||
&:focus, &:hover {
|
||||
background-color: #535353;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search {
|
||||
|
||||
Reference in New Issue
Block a user