WIP:bulma:neu
authorKai Moritz <kai@juplo.de>
Wed, 24 Feb 2021 18:35:24 +0000 (19:35 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 24 Feb 2021 18:35:24 +0000 (19:35 +0100)
dist/templates/layout.html
sass/juplo.scss

index ba55df8..a7743c2 100644 (file)
@@ -43,7 +43,7 @@
             <li th:fragment="submenu(submenu, parent, pos)"
                 th:each="entry : ${submenu}"
                 th:with="
-                    leaf=${pos gt len - 1},
+                    leaf=${pos >= len - 1},
                     selected=${!leaf and crumbs.get(pos) == entry},
                     active=${entry == uri},
                     sibling=${pos + 1 == len and (_childs.get(uri) == null or uri == parent)},
index 1b1bbc6..c87aec1 100644 (file)
@@ -83,3 +83,8 @@ $button-hover-border-color: #000 !important;
 {
   color: #fff;
 }
+#navigation li.s.sub > a.selected,
+#navigation li.s.sub > a.leaf
+{
+  content: "\f0a8";
+}