We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2619ce commit 4a14110Copy full SHA for 4a14110
themes/vue/source/css/_header.styl
@@ -31,6 +31,23 @@ body.docs
31
position: relative
32
margin: 0 .6em
33
34
+ .nav-dropdown
35
+ .nav-link
36
+ &:hover, &.current
37
+ border-bottom: none
38
+ &.current
39
+ &::after
40
+ content: ""
41
+ width: 0
42
+ height: 0
43
+ border-left: 5px solid $green
44
+ border-top: 3px solid transparent
45
+ border-bottom: 3px solid transparent
46
+ position: absolute
47
+ top: 50%
48
+ margin-top: -4px
49
+ left: 8px
50
+
51
.nav-link
52
padding-bottom: 3px
53
&:hover, &.current
0 commit comments