WIP:bulma:neu
[website] / sass / juplo.scss
index f846d59..0ddb7f8 100644 (file)
@@ -49,7 +49,8 @@ $button-hover-border-color: #000 !important;
 {
   display: none;
 }
-#navigation li.s > a.s.selected
+#navigation li.s > a.selected,
+#navigation li.s > a.leaf
 {
   @extend .button;
   @extend .is-primary;
@@ -57,7 +58,13 @@ $button-hover-border-color: #000 !important;
   @extend .has-text-weight-bold;
   @extend .mb-3;
 }
-#navigation li.s > a.s.selected:after
+#navigation li.s > a.leaf
+{
+  color: #ccc;
+  background-color: #fff;
+}
+#navigation li.s > a.selected:after,
+#navigation li.s > a.leaf:after
 {
   content: "\f0ab";
   padding-left: .5em;
@@ -72,3 +79,7 @@ $button-hover-border-color: #000 !important;
   text-rendering: auto;
   line-height: 1;
 }
+#navigation li.s > a.leaf:after
+{
+  content: " "
+}