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 639a8b4 commit 1517f65Copy full SHA for 1517f65
assets/sass/main.scss
@@ -262,14 +262,6 @@
262
opacity: 0.95;
263
//transition: 0.25s all;
264
265
- &::before {
266
- display: block;
267
- width: 100%;
268
- content: 'navigation';
269
- font-variant: small-caps;
270
- border-bottom: 1px dotted _palette(border);
271
- }
272
-
273
ul {
274
list-style-type: none;
275
padding-bottom: 1px;
@@ -313,9 +305,11 @@
313
305
314
306
&:hover {
315
307
&::before {
316
- opacity: 0;
317
- min-width: 0;
318
- min-height: 0;
308
+ display: block;
309
+ width: 100%;
310
+ content: 'navigation';
311
+ font-variant: small-caps;
312
+ border-bottom: 1px dotted _palette(border);
319
}
320
321
0 commit comments