Skip to content

Commit 9a9a360

Browse files
vuejs-jp-botkazupon
authored andcommitted
fix nav-dropdown styles on mobile (vuejs#366)
* Formatted the new styl code. (vuejs#1151) * fix nav-dropdown styles on mobile
1 parent b5c34be commit 9a9a360

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

themes/vue/source/css/_header.styl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,6 @@ body.docs
5555
&.team
5656
margin-left: 10px
5757

58-
.nav-dropdown
59-
.nav-link
60-
&:hover, &.current
61-
border-bottom: none
62-
&.current
63-
&::after
64-
content: ''
65-
width: 0
66-
height: 0
67-
border-left: 5px solid $green
68-
border-top: 3px solid transparent
69-
border-bottom: 3px solid transparent
70-
position: absolute;
71-
top: 50%;
72-
margin-top: -4px;
73-
left: 8px;
74-
7558
.new-label
7659
position: absolute
7760
top: 3px

0 commit comments

Comments
 (0)