We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caef2a9 + f34167a commit 6ce4157Copy full SHA for 6ce4157
1 file changed
src/app/globals.css
@@ -463,25 +463,21 @@
463
box-shadow: var(--nav-shadow);
464
}
465
466
-/* Navbar shape states - CSS transitions for GPU acceleration */
+/* Navbar shape states - CSS transitions */
467
.nav-default-shape,
468
.nav-scrolled-shape {
469
border-style: solid;
470
transition:
471
background-color 0.4s var(--ease-out),
472
box-shadow 0.4s var(--ease-out),
473
border-radius 0.4s var(--ease-out),
474
- border-color 0.4s var(--ease-out),
475
- backdrop-filter 0.4s var(--ease-out);
476
- transform: translateZ(0);
477
- backface-visibility: hidden;
+ border-color 0.4s var(--ease-out);
478
479
480
.nav-default-shape {
481
border-radius: 0;
482
border-width: 0;
483
border-color: transparent;
484
- backdrop-filter: blur(0px);
485
486
487
0 commit comments