Преглед изворни кода

Amend mobile menu to not display child items

Edd Baldry пре 8 година
родитељ
комит
dd7bb19afe
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      bakerydemo/static/css/main.css

+ 6 - 0
bakerydemo/static/css/main.css

@@ -396,6 +396,12 @@ li.has-submenu a.allow-toggle {
     border-top: 1px solid rgba(255,255,255,.1);
     padding: 20px 0;
   }
+  li.has-submenu a.allow-toggle {
+    float: none;
+  }
+  li.has-submenu a.caret-custom {
+    display: none!important;
+  }
 }
 /* Custom page footer */
 .footer {