Border Radius
Detects changes in corner rounding, including individual corner values and percentage-based radii.
Borders and shadows are not decorative trim: they shape the perception of depth, separate clickable zones from informational ones, and give each component its identity inside a design system. When a border-radius drops from 12px to 0 across every card on a site, the entire visual identity flips from "modern and warm" to "rigid" without any functional test raising a flag. On business interfaces, a drop shadow removed from a primary action button makes it visually flat and harder to spot, which translates into usage errors. Regressions in this category often come from a CSS reset added to fix one isolated case, a stylesheet cleanup that strips a box-shadow deemed unnecessary, a load-order change between staging and production that alters the cascade, or a border added to a table without managing border-collapse, producing uneven double borders. Outlines and accessibility separators are also affected by global refactors, with direct consequences on focus visibility. Delta-QA handles this category by comparing baseline screenshots against each new build: pixel analysis detects radius changes, the appearance or disappearance of a shadow, stroke width variations, and border color shifts. The visual diff pinpoints every card, every button, and every separator whose look has changed, so you can validate an elevation or radius token refactor without manually comparing components one by one. This makes UI testing on shared components a routine step rather than a sprint-long audit.
Detects changes in corner rounding, including individual corner values and percentage-based radii.
Catches shadow offset, blur, spread, and color modifications, including multiple shadow layers.
Monitors outline-style, outline-color, outline-width, and outline-offset changes used for focus indicators.
Detects changes between solid, dashed, dotted, double borders and width variations on each side.
Identifies color changes on individual border sides, including transparent and inherited values.
See exactly what Delta-QA detects. Compare the two versions side by side.
A developer adds a CSS reset on a shared component and overwrites the border-radius on every card across the site. Overnight, your rounded-corner cards become square — the site goes from "modern and warm" to "rigid and austere." Nobody has time to check 200 screens on every deploy. Delta-QA compares screenshots and highlights the corners that went from rounded to square on every card — the shape difference stands out clearly in the overlay.
A developer adds a border on a table container without handling the border-collapse property. Result: double borders appear in certain spots — lines look thicker in an uneven pattern. The table looks "broken" and unprofessional. It looked fine in staging, but the production stylesheet loads in a different order and the bug surfaces. Delta-QA compares screenshots and highlights the thicker lines — every double border stands out in the diff.
A developer "cleans up" the CSS and removes a box-shadow they consider unnecessary. The main action buttons lose their drop shadow and become flat — they blend into the background. Visually, the buttons are less prominent and your visitors notice them less. The change seemed harmless — removing a shadow — so it was merged without visual review. Delta-QA compares screenshots and detects the shadow's disappearance — the flattened buttons stand out in the visual diff.
Download Delta-QA and start detecting CSS changes in your web pages — no code required.