Skip to content
Snippets Groups Projects
Commit 9fa9d916 authored by arezou's avatar arezou
Browse files
parents ae510c15 30e29227
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,11 @@
}
}
.parent:hover {
background-color: greenyellow;
background-color: yellow;
border-radius: 50px 0 50px 0;
}
.parent:hover .child{
background-color: purple;
background-color: blue;
border-radius: 0 50px 0 50px;
}
.parent:hover .child.subchild {
......@@ -45,7 +45,7 @@
}
.parent .child .child.subchild:hover{
border-radius: 50px;
background-color: whitesmoke;
background-color: green;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment