This commit is contained in:
2021-11-30 11:49:48 +01:00
parent d996d6f307
commit f190f15df7
2 changed files with 15 additions and 15 deletions
@@ -86,8 +86,8 @@ header{
// ul:is(.ul1 .sous-liste .ul2){
// display: none;
// }
:hover ul div:first-child{
li div{
:hover ul {
div:first-child li div{
display: block;
background-color: $white;
padding: 1rem;
@@ -99,19 +99,19 @@ header{
}
}
}
:hover ul div:nth-child(2){
li div{
display: block;
background-color: $white;
padding: 1rem;
a{
color: $black;
&:hover{
color: $blue-light;
}
}
:hover ul {
div:nth-child(2) li div{
display: block;
background-color: $white;
padding: 1rem;
a{
color: $black;
&:hover{
color: $blue-light;
}
}
}
}
}
#block-burger { // menu burger à droite