Skip to content

Commit 9ab19f4

Browse files
Reveal submenus on hover
1 parent 4a9fa9c commit 9ab19f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site-root/css/laddr/bootstrap-tweaks.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,9 @@ h1 .badge {
102102
padding: 40px 50px;
103103
}
104104

105+
}
106+
107+
/* - Menus - */
108+
.dropdown:hover .dropdown-menu {
109+
display: block;
105110
}

0 commit comments

Comments
 (0)