mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-11 08:34:27 +02:00
Fix incorrect comments
This commit is contained in:
@@ -44,7 +44,7 @@ css={`
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Hide the dropdown's content by default -->
|
||||
/* Hide the dropdown's content by default */
|
||||
.dropdown__content {
|
||||
display: none;
|
||||
|
||||
@@ -63,7 +63,7 @@ css={`
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
/* Show the content when hover on the container -->
|
||||
/* Show the content when hover on the container */
|
||||
.dropdown:hover .dropdown__content {
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user