mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This commit removes the JavaScript logic that was used to determine whether an input field was empty or non-empty. The CSS pseudo-classes and selectors seem robust enough to handle the styling based on the input state without needing additional JS logic at the moment, and removing this JS logic simplifies the codebase and prevents potential conflicts with the CSS styles.