]> _ Git - pmi.git/commitdiff
done #2947
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Aug 2019 14:17:17 +0000 (16:17 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Aug 2019 14:17:17 +0000 (16:17 +0200)
resources/styles/components/breadcrumbs.styl
resources/views/layouts/app.blade.php

index df28a9baee46f47127802c68935871f9e2963394..bbc31c78ab886b704a70bac2164b658aeff85542 100644 (file)
   &-item
     @apply pr-8 whitespace-no-wrap relative
 
-    a
-      &:after
-        content: ''
-        display: inline-block
-        width: 8px
-        height: @width
-        border-width: 1px 1px 0 0
-        border-style: solid
-        border-color: theme('colors.grey.dark')
-        transform: rotate(45deg)
-        position: absolute
-        right: 0.8em
-        top: 50%
-        margin-top: -3px
+    &:not(.active)
+      a
+        &:after
+          content: ''
+          display: inline-block
+          width: 8px
+          height: @width
+          border-width: 1px 1px 0 0
+          border-style: solid
+          border-color: theme('colors.grey.dark')
+          transform: rotate(45deg)
+          position: absolute
+          right: 0.8em
+          top: 50%
+          margin-top: -3px
index 668dd49ebcea191fc477eee1fb12b451cf213ec1..da49a707c9e099535c1553e346d055697813fd8c 100644 (file)
@@ -19,7 +19,7 @@
     @section('breadcrumbs')
         <full-width padding="pt-1v pb-1v">
             <content>
-                {!! CubistMenu::get('breadcrumbs')->crumbMenu()->asDiv(['class' => 'breadcrumbs'], [], ['class' => 'breadcrumbs-item']) !!}
+                {!! CubistMenu::breadcrumbs() !!}
             </content>
         </full-width>
     @show