mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +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;
|
|
}
|