2026-01-18 12:55:28 +00:00
|
|
|
/**
|
2026-02-08 21:51:11 +00:00
|
|
|
* Aggressive visual fix — DEPRECATED
|
|
|
|
|
*
|
|
|
|
|
* The original problem (vertical lines from a CSS gradient) was fixed at the
|
|
|
|
|
* source in global-effects.css and input focus styles. This file is kept as a
|
|
|
|
|
* no-op to avoid import errors; it can be safely deleted once all references
|
|
|
|
|
* are removed.
|
2026-01-18 12:55:28 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export function applyAggressiveVisualFix(): void {
|
2026-02-08 21:51:11 +00:00
|
|
|
// No-op — problem resolved at source.
|
2026-01-18 12:55:28 +00:00
|
|
|
}
|