Skip to content

Commit 5f5b191

Browse files
committed
don't dim main nav links anymore
1 parent 4f36d6f commit 5f5b191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/side-nav-main.antlers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h5>{{ title }}</h5>
33
<ul>
44
{{ children scope="child" }}
5-
<li class="{{ is_current || is_parent ?= 'active' }}{{ ! stage ?= ' opacity-50' }}">
5+
<li class="{{ is_current || is_parent ?= 'active' }}">
66
<a href="{{ url }}" class="relative group">
77
{{ if child:mount }}<svg class="absolute text-grey-700 group-hover:text-pink-hot top-0 mt-2 left-0 -ml-3" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" viewBox="0 0 8 8" width="8" height="8"><g transform="matrix(0.8,0,0,0.8,0,0)"><path d="M.787,8.855.5,3.863A.345.345,0,0,1,.848,3.5H4.036a.347.347,0,0,1,.337.26L4.655,5h4.5a.345.345,0,0,1,.347.369l-.271,3.5a.692.692,0,0,1-.694.633H1.482A.692.692,0,0,1,.787,8.855Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.5,1.5V1A.5.5,0,0,1,3,.5H8a.5.5,0,0,1,.5.5V3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>{{ /if }}
88
{{ nav_title ?? title }}

0 commit comments

Comments
 (0)