You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Tabs visual parity by removing aggressive global CSS reset
Remove `margin: 0; padding: 0` from the global `*` selector in visual
parity test pages. This reset was causing asymmetry between Shadow DOM
(Lit) and Light DOM (React) - Lit buttons kept browser defaults due to
Shadow DOM encapsulation while React buttons were reset to 0 padding.
Keeping only `box-sizing: border-box` which is useful and doesn't cause
parity issues.
Update PARITY.md to reflect current component status.
Copy file name to clipboardExpand all lines: PARITY.md
+29-24Lines changed: 29 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,38 +156,43 @@ The `renderers/visual-parity` directory contains side-by-side comparisons:
156
156
157
157
Each Lit component with `static styles` needs a corresponding entry in `componentSpecificStyles`. Below is the complete list with implementation status:
158
158
159
-
### ✅ Implemented
159
+
### ✅ Implemented (0% pixel diff in visual parity tests)
0 commit comments