Refine client delete animation and local rule button styling
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user