From 856da70039ba0b86d3f26c109c771d991cc8816c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 17 Jul 2019 13:39:05 +0200 Subject: [PATCH] Styling breadcrumbs | done #2902 --- resources/styles/components/breadcrumbs.styl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/styles/components/breadcrumbs.styl b/resources/styles/components/breadcrumbs.styl index bb8f0f5..14fdc30 100644 --- a/resources/styles/components/breadcrumbs.styl +++ b/resources/styles/components/breadcrumbs.styl @@ -3,9 +3,12 @@ a @apply text-grey-dark + cursor default - &:hover - @apply text-blue + &[href] + cursor pointer + &:hover + @apply text-blue &-item @apply pr-8 relative -- 2.39.5