refactor: remove unused scaling and animation properties for cleaner CSS

This commit is contained in:
Marco Beretta 2025-10-28 20:33:37 +01:00
parent ede95e9e70
commit 7d46a4fd08
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -2732,19 +2732,6 @@ html {
animation: fadeIn 0.5s ease-out forwards;
}
/* Enhanced smooth scaling for interactions */
.scale-98 {
transform: scale(0.98);
}
/* Add hardware acceleration for smoother animations */
.will-change-transform {
will-change: transform;
}
.will-change-opacity {
will-change: opacity;
}
/* Prevent content flash and layout shifts in artifacts */
[data-radix-scroll-area-viewport] {
@ -2754,7 +2741,6 @@ html {
/* Ensure smooth tab content transitions */
[role="tabpanel"] {
/* Use GPU acceleration for tab content */
transform: translateZ(0);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;