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 fa4b54f commit 0b1da60Copy full SHA for 0b1da60
themes/vue/source/css/_header.styl
@@ -44,16 +44,16 @@ body.docs
44
border-bottom: none
45
&.current
46
&::after
47
- content: ''
+ content: ""
48
width: 0
49
height: 0
50
border-left: 5px solid $green
51
border-top: 3px solid transparent
52
border-bottom: 3px solid transparent
53
- position: absolute;
54
- top: 50%;
55
- margin-top: -4px;
56
- left: 8px;
+ position: absolute
+ top: 50%
+ margin-top: -4px
+ left: 8px
57
58
.new-label
59
position: absolute
0 commit comments