File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" dropdown-wrapper" :class =" { open }" >
3
- <div class =" dropdown-title" @click =" toggle" >
3
+ <a class =" dropdown-title" @click =" toggle" >
4
4
<span class =" title" >{{ item.text }}</span >
5
5
<span class =" arrow" ></span >
6
- </div >
6
+ </a >
7
7
<ul class =" nav-dropdown" >
8
8
<li
9
9
class =" dropdown-item"
@@ -53,6 +53,7 @@ export default {
53
53
54
54
.dropdown-wrapper
55
55
.dropdown-title
56
+ display block
56
57
.arrow
57
58
display inline-block
58
59
vertical-align middle
Original file line number Diff line number Diff line change @@ -81,10 +81,11 @@ function resolveOpenGroupIndex (route, items) {
81
81
display none
82
82
border-bottom 1px solid $borderColor
83
83
padding 0.5rem 0 0.75rem 0
84
+ a
85
+ font-weight 600
84
86
.nav-item , .github-link
85
87
display block
86
88
line-height 1.25rem
87
- font-weight 600
88
89
font-size 1.1em
89
90
padding 0.5rem 0 0.5rem 1.5rem
90
91
.sidebar-links
You can’t perform that action at this time.
0 commit comments