dropdown hover display
This commit is contained in:
@@ -53,6 +53,10 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav__dropdown:hover .nav__dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* CSS von https://responsivenavigation.net/examples/simple-toggle/ */
|
||||
/*
|
||||
.nav { width:100%; background-color: #fff; border-bottom: 1px solid #ccc; }
|
||||
|
||||
Reference in New Issue
Block a user