(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-23 14:30:10 +02:00 committed by GitSync
parent 7849a9bbee
commit f73681ceab
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -137,10 +137,8 @@ blockquote {
/* Hides the sub-sub-menu menu-item if parent not active */
.dd-item.parent > ul > li.dd-item.active > ul > li > ul > li {
display: none;
background: #f00;
}
.dd-item.parent > ul > li.dd-item.active > ul > li {
display: block;
background: #0f0;
}