mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-18 20:01:26 +02:00
Prefix pattern CSS classes with p-
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.dropdown-content {
|
||||
.p-dropdown-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown:hover .dropdown-content {
|
||||
.p-dropdown:hover .p-dropdown-content {
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user