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 65fcf8c commit 77560b0Copy full SHA for 77560b0
static/header.less
@@ -149,7 +149,7 @@
149
&:before {
150
content: '';
151
position: absolute;
152
- bottom: 20px;
+ bottom: 8px;
153
left: 0px;
154
width: 100%;
155
height: 4px;
@@ -159,7 +159,6 @@
159
transition: all 0.4s ease-in-out;
160
}
161
&:hover:before {
162
- bottom: 8px;
163
opacity: 1;
164
165
@@ -168,7 +167,6 @@
168
167
color: @link-color;
169
170
> a:before {
171
172
173
background-color: @link-color;
174
cursor: default;
0 commit comments