Skip to content

Commit 34d348e

Browse files
committed
💄 remove transition
1 parent a8b78f9 commit 34d348e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

assets/sass/main.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,21 +255,17 @@
255255
background-color: _palette(burger, bg);
256256
padding: (_size(element-margin) * 0.25);
257257
border-radius: _size(border-radius);
258-
min-width: 1em;
259-
min-height: 1em;
258+
min-width: 40px;
259+
min-height: 40px;
260260
list-style-type: none;
261261
font-size: 0.8em;
262262
opacity: 1;
263-
transition: 0.25s all;
263+
//transition: 0.25s all;
264264

265265
ul {
266266
list-style-type: none;
267267
}
268268

269-
* {
270-
transition: 0.25s all;
271-
}
272-
273269
&:not(:hover) {
274270
li {
275271
margin: 0;
@@ -289,6 +285,9 @@
289285
}
290286

291287
&:hover {
288+
width: 100px;
289+
height: 200px;
290+
292291
&::before {
293292
opacity: 0;
294293
min-width: 0;

0 commit comments

Comments
 (0)