fix: remove invalid CSS attribute selectors for W3C validation
Build & Deploy / build-and-deploy (push) Successful in 2m22s

This commit is contained in:
svemagie
2026-04-22 23:27:50 +02:00
parent 1b77ede231
commit 1f2d84d52f
+1 -1
View File
@@ -184,7 +184,7 @@
/* Hide tab button rows - content shows stacked instead */ /* Hide tab button rows - content shows stacked instead */
[x-data] > .flex.border-b { display: none !important; } [x-data] > .flex.border-b { display: none !important; }
/* Hide loading spinners and JS-only buttons */ /* Hide loading spinners and JS-only buttons */
[x-show*="loading"], button[\\@click*="fetch"], button[\\@click*="loadMore"] { display: none !important; } [x-show*="loading"] { display: none !important; }
/* Content is always visible — no skeleton loader */ /* Content is always visible — no skeleton loader */
</style> </style>
</noscript> </noscript>