mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 18:56:29 +02:00
8 lines
106 B
CSS
8 lines
106 B
CSS
.p-dropdown-content {
|
|
display: none;
|
|
}
|
|
|
|
.p-dropdown:hover .p-dropdown-content {
|
|
display: block;
|
|
}
|