Skip to content

Commit 77560b0

Browse files
Ryan Wilsonchasenlehara
authored andcommitted
Change the animation in the main nav (#521)
Closes #520
1 parent 65fcf8c commit 77560b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

static/header.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
&:before {
150150
content: '';
151151
position: absolute;
152-
bottom: 20px;
152+
bottom: 8px;
153153
left: 0px;
154154
width: 100%;
155155
height: 4px;
@@ -159,7 +159,6 @@
159159
transition: all 0.4s ease-in-out;
160160
}
161161
&:hover:before {
162-
bottom: 8px;
163162
opacity: 1;
164163
}
165164
}
@@ -168,7 +167,6 @@
168167
color: @link-color;
169168
}
170169
> a:before {
171-
bottom: 8px;
172170
opacity: 1;
173171
background-color: @link-color;
174172
cursor: default;

0 commit comments

Comments
 (0)