release: WRNexusJS 0.2.48

This commit is contained in:
2026-07-18 19:07:23 +05:30
parent 95ca1c0625
commit 4a3ee3baa7
79 changed files with 213 additions and 202 deletions
+14
View File
@@ -523,3 +523,17 @@
.wire-table tbody tr:hover {
background: var(--wire-color-surface-2);
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
:where(button, a, input, select, textarea):focus-visible {
outline: 2px solid rgb(124 58 237);
outline-offset: 2px;
}