[PR #2145] Fix border color of a hovered/focused input field in Standard themes #3102

Open
opened 2026-01-29 18:21:55 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/2145

State: closed
Merged: Yes


The 7.0 update made the bottom border of a hovered/focused input field grey in the Standard themes, while other borders still used the primary color.
Standard theme inputs

The problem was that the variables input-hover-border and input-focus-border were overridden by the Standard themes, but the new …-block-end variables weren't.

Instead of overriding them separately, I decided to use input-hover-border and input-focus-border as the defaults for the …-block-end variables.

The change doesn't affect other free themes as they don't override the variables mentioned above. Not sure about the premium themes.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/2145 **State:** closed **Merged:** Yes --- The 7.0 update made the bottom border of a hovered/focused input field grey in the Standard themes, while other borders still used the primary color. ![Standard theme inputs](https://github.com/user-attachments/assets/fe5371ae-8e44-41c3-9806-d7b81626c019) The problem was that the variables `input-hover-border` and `input-focus-border` were overridden by the Standard themes, but the new `…-block-end` variables weren't. Instead of overriding them separately, I decided to use `input-hover-border` and `input-focus-border` as the defaults for the `…-block-end` variables. The change doesn't affect other free themes as they don't override the variables mentioned above. Not sure about the premium themes.
claunia added the pull-request label 2026-01-29 18:21:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3102