Skip to content

Commit 623eb3e

Browse files
committed
fix: Lint
1 parent 9a86365 commit 623eb3e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/css/header.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ body {
6969
}
7070

7171
.navbar-burger:not(.is-active) span {
72-
transition: transform ease-out 0.25s, opacity 0s 0.25s,
73-
margin-top ease-out 0.25s 0.25s;
72+
transition: transform ease-out 0.25s, opacity 0s 0.25s, margin-top ease-out 0.25s 0.25s;
7473
}
7574

7675
.navbar-burger span + span {
@@ -262,10 +261,7 @@ body {
262261
width: 230px;
263262
padding: 1rem;
264263
border-radius: 6px;
265-
box-shadow: var(
266-
--navbar-menu-boxshadow,
267-
0 5px 30px 0 rgb(108 135 135 / 50%)
268-
);
264+
box-shadow: var(--navbar-menu-boxshadow, 0 5px 30px 0 rgb(108 135 135 / 50%));
269265
pointer-events: none;
270266
opacity: 0;
271267
visibility: hidden;
@@ -289,7 +285,8 @@ body {
289285
}
290286
}
291287

292-
.navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown,
288+
.navbar-item.is-hoverable:hover .navbar-dropdown,
289+
.navbar-item.is-hoverable:focus .navbar-dropdown,
293290
.navbar-item.is-hoverable:focus-within .navbar-dropdown {
294291
animation: dropdown 86ms linear forwards;
295292
}

0 commit comments

Comments
 (0)