mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Adding background on the hover of a menu item
This commit is contained in:
parent
a058c7c4ab
commit
c039cc8cad
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,11 @@
|
|||
height: 25px;
|
||||
}
|
||||
|
||||
.pro-sidebar .pro-menu .pro-menu-item.active {
|
||||
.pro-sidebar .pro-menu .pro-menu-item.active,
|
||||
.pro-sidebar .pro-menu a:hover,
|
||||
.pro-sidebar
|
||||
.pro-menu
|
||||
.pro-menu-item:hover:not(.pro-sub-menu) {
|
||||
background-color: var(--colors-libraryActiveMenuItem);
|
||||
width: 90%;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue