Refine client delete animation and local rule button styling
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 00:21:21 +03:00
parent 4ed25301db
commit d6ba05ac7d
4 changed files with 17 additions and 14 deletions

View File

@@ -426,6 +426,7 @@ function LocalRulesPanel({
/>
<span className="client-local-rule-status" role="status">{statusLabel}</span>
<button
className="client-local-rule-delete"
type="button"
aria-label={`Удалить правило ${index + 1}`}
onClick={() => onRemove(index)}