style(design): FINDING-003 — replace transition:all with explicit props
DESIGN.md motion rules: never use transition:all, list properties explicitly. Changed preset-btn from transition:all to background/color/border-color transitions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1069,7 +1069,7 @@ tr.mapping-deleted td {
|
||||
min-height: 32px;
|
||||
font-size: 0.78rem;
|
||||
cursor: pointer;
|
||||
transition: all 0.15s;
|
||||
transition: background 0.15s, color 0.15s, border-color 0.15s;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.preset-btn:hover {
|
||||
|
||||
Reference in New Issue
Block a user