fix: remove invalid CSS attribute selectors for W3C validation
Build & Deploy / build-and-deploy (push) Successful in 2m22s
Build & Deploy / build-and-deploy (push) Successful in 2m22s
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user